https://github.com/jwplayer/jwplayer-sdks
Plugin and skinning SDKs for the JW Player
https://github.com/jwplayer/jwplayer-sdks
Last synced: over 1 year ago
JSON representation
Plugin and skinning SDKs for the JW Player
- Host: GitHub
- URL: https://github.com/jwplayer/jwplayer-sdks
- Owner: jwplayer
- Created: 2014-07-08T19:37:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T17:25:51.000Z (about 7 years ago)
- Last Synced: 2024-04-14T05:14:25.688Z (over 2 years ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 23
- Watchers: 33
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JW Player Developer SDKs
The following documentation explain how you can further customize the experience with JW Player. A provider is a media rendering engine, the default engines in JW Player are to request HTML5 media, HLS manifests, and DASH manifests. To customize your own media request and rendering engine, follow the documentation in the JavaScript Providers section below.
## JavaScript Providers
Info about writing javascript media providers can be found in the [providers](providers) directory.