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

Load Video by Media Id From Jwplayer Sever To Jwplayer


Hello i am trying to fetch the Video that is stored on my jwplayer account to jwplayer by Mediaid but i am not able to play that please help on this issue
here is the script that i implement
jwplayer("mediaplayer").setup({
key: '8oaqn/Y0IsuRx9kDwLh+KVJhcXgVS/cUm1/q6A==',
playlist: [
{
duration: 124, file: "http://content.jwplayer.com/videos/cpDCyir3.mp4", title: "sample-1"
}]
)};


please suggest how can i give jwplayer video url to my File Property ?

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

You would want to use this link:

http://content.jwplatform.com/manifests/YOURMEDIAIDHERE.m3u8

It will utilize HLS to stream that video.

I would also recommend having a fallback to a direct link to the MP4 file which can be found on the Sources tab of the video on your JW Dashboard.

This question has received the maximum number of answers.