Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Enabling adaptive streaming in Dashboard


I'm trying to use the JW Player Dashboard to create an embed snippet for a hosted video. If the video has a high enough resolution, the player is equipped with the "HD"-labeled quality toggle button. But how can I enable adaptive streaming? Do I need to install the JW Player js lib on my web server and/or write my own embed snippet?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

To get the HLS version of your uploaded video, all you need to do is change the url to point to the manifests endpoint and change the extension to m3u8.

For example:
http://content.jwplatform.com/videos/X6p4tzJO-dWlGFHuw.mp4
would become
http://content.jwplatform.com/manifests/X6p4tzJO.m3u8

Change the videos endpoint to manifests, keep your media ID, erase the template which always is the second piece after the dash “-dWlGFHuw” in this case, and change the extension to m3u8.

Voila! You now have a valid HLS stream of any video you upload to JW Platform.

For more information please refer to the documents below:

https://support.jwplayer.com/customer/en/portal/articles/1406723-embedding-with-jw-player#fndtn-basic
https://support.jwplayer.com/customer/portal/articles/1430240-adaptive-streaming

This question has received the maximum number of answers.