
"Error loading player: No playable sources found" in Chrome when accessing inside React app
I can load my m3u8 fine on your demo page, but as soon as I try to include the player inside my React application, it gives this error message. So I know Flash is working OK on my browser. FWIW, it does play fine in Safari inside my react application.
There's no helpful console information.
It never attempts to grab the m3u8 according to network tab.
It also never attempts to grab the jwplayer.flash.swf according to my network tab.
I tried forcing different combinations such as `type: 'hls', flashplayer: '{hardcoded url that i know works}', primary: 'flash', androidhls: true`, but no luck.
Any idea where I should go next to look?