Dear Community,
Our website is developed by Angular 4. When we use JW 7.8.* everything works fine.
When we switch to JW 8, by loading HLS source files, we have an error of "No playable sources found".
Even when we load multiple sources of HLS & MPEG-DASH, or even any of them individually, it encounter an error of "No playable sources found".
This is the Setup:
jwplayer(this.playerContainer).setup({
playlist:[{
file: myVideoStreamUrl,
image: 'https://mywebsite.com/images/course/'+this.courseData.image,
title: video.title,
mediaid: video.id
},
playbackRateControls: true,
playbackRates: [0.5, 1, 1.5, 2],
});
Regards,
Mohammad
↧