-
Notifications
You must be signed in to change notification settings - Fork 35
hlsjs video file not found #98
Comments
@zemen77 - did you check whether your scenario is covered by the setup in this demo: http://demos.flowplayer.org/api/live-check.html ? |
Hi @blacktrash, I checked it and I tried some tweaked settings too, like: but it still throws an error event on the player: Thanks a lot, |
Hi, here some logs about my issue: Here are the properties from last entry log:
The reason for the error is I get somehow an 'empty' manifest from the server at a random time. Is there a way to prevent this arror as fatal? |
Then try with |
@blacktrash I have a strange problem with Android Device and HLS. I have two android devices and 4 HLS links. 2 of those links are just plain URL ending with m3u8 This live streaming works just perfect on a Android device, and another device can only play plain URLs and for dynamic wmsAuthSign it shows "hlsjs video file not found ". Then I tried with several online based real android devices and I encountered this on many devices. Any idea why this is happening? |
@ibnbd please provide minimal (player setup only, on a dedicated html page) sample links for each scenario, and give details about the affected Android device names and OS / browser versions. Do the HLS streams play in a plain |
Hi, Did you resolve your problem? Could you please share the solution ? I have the same issue |
see my answer above. Link to a minimal sample page and the stream urls please. Also: do they play in a plain |
Hi,
sometimes it happens my CDN provider give back to the player an empty m3u8 playlist.
Hlsjs throws an error 'hlsjs video file not found' and stops playing.
Is there a chance to patch the code and drop that zero size response as like as it never existed?
I mean like, a kind of workaround until the CDN provider will fix the issue.
Thanks in advance
The text was updated successfully, but these errors were encountered: