Content Management
Be sure to read about how to Manage your library with the API manage your library with the API.
Client libraries
dotnet add package jwplatform
go get -u github.com/jwplayer/jwplatform-go
/*
Add this dependency to your project's POM:
*/
<dependency>
<groupId>com.jwplayer</groupId>
<artifactId>jwplatform</artifactId>
<version>{VERSION_NUMBER}</version>
</dependency>
npm install jwplatform --save
composer require jwplayer/jwplatform
pip install jwplatform
gem install jwplayer-api-client
* IMPORTANT
The Ruby client library is a community-maintained library. Be sure to thoroughly test this library in a development or staging environment before deploying it within a production environment.
Plugins
Web Player
Demos
Demos
Code examples for all levels of developers implementing the Web Player.
Testing tools
Ad Tester
Debug your ad tags or test Web Player's video ad capabilities using our VAST MP4, VPAID 1, VPAID 2, and Google IMA sample tags.
JW Lens
An easy-to-use toolkit for understanding the Web Player, including its event lifecycles, and for troubleshooting player errors.
Player Event Inspector v8
Test and debug your Web Player setup with our return of all available JW Player events, getters, and utils.
Stream Tester
Debug streams and test DRM functionality with the Web Player in HTML5 or Flash mode.
SDK Best Practice Apps
Updated 8 months ago