COTS
var playerInstance = jwplayer(“myElement”);
playerInstance.setup({
playlist: [{
image: “/assets/myPoster.jpg”,
sources: [{
file: “/assets/myStream.m3u8”
},{
file: “/assets/myVideo.mp4”
}]
}],
file: “https://cdn.wasd.tv/live/1720176/index.m3u8”,
height: 360,
width: 640,
primary: “html5”
image: “/assets/myLivestream.jpg”,
hlslabels:{
“2500”:”High”,
“1000”:”Medium”
}
});