Hello;
I am trying to setup an player with 2 different quality sources.
I searched documentation and search forums,but didn't find any answer that helped me.
I have this code inserted ...
var playerInstance = jwplayer("myElement");
playerInstance.setup({
image: "/uploads/myPoster.jpg",
sources: [{
file: "http://123.456.789.38:8081/hls/Stream-1/playlist.m3u8"
label: "720p HD"
},{
file: "http://123.456.789:8081/hls/Stream-1_720p/playlist.m3u8"
label: "1080p HD"
}]
});
When checking the video it plays the stream but as soon as the stream starts the control bar changed into live and no settings/option to change the quality to 1080p or 720p
What i am doing wrong?
Thanks in advance
John
↧