
Error loading player: No playable sources found
Past one week my live streaming videos are fail to play.
Am using self hosted library,(jwplayer - version 7.3.6)
<script src='http://content.jwplatform.com/libraries/C8mpWfqr.js'></script>
<script>jwplayer.key='<license>';</script>
filename : <filename>.m3u8
Result : Error loading player: No playable sources found
If i download jwplayer.js in my own server and specify the path,will working fine.
<script src="/jwplayer/jwplayer.js" ></script>
In such a case,.mp4 formats are able to play using library player key itself.Only .m3u8 facing this issue.
Please suggest me what will be the reason.