-
-
Notifications
You must be signed in to change notification settings - Fork 297
HLS Live Streaming video not working #4
Comments
The way it can display videos is by seeking frame by frame, but that doesn't work on streaming videos. When you have time to post a demo I'll see if there's any alternative way to have the Edit: Alternativeshttp://jsmpeg.com/ |
Update: the video I tested with had broken seeking capabilities which caused obviously playback issues. Hopefully I will be able to provide demo videos soon. |
I should probably outline that the fps of the video is limited by the fps of the page. That means that if you're running expensive calculations or other animations, the framerate could drop below 60fps or even the 25/30fps necessary for the video. This applies to all situations. I can only update the video as often as the browser calls |
Hi, I have tested your player with this HLS live stream: Have same issues as @wieshka. Audio stream is playing perfect, but video has very bad fps (about 1/2fps). window.requestAnimationFrame = function( callback ){
window.setTimeout(callback, 1000 / 25);
}; I also noticed that player continues updating frames for few seconds after I press pause button. |
I haven't had time to test this and something tells me that there isn't much I can do.
To avoid sync issues with videos' framerates, I use the highest available framerate and let the browser figure out if the video needs updating after I set the
Can you try the latest version? If that doesn't fix it, would you mind opening a new issue with more details and perhaps a link to the page with the issue? |
Anyone make any progress on this? I need it to get http://www.sprawly.co working properly methinks. |
in IOS 10 you can just add playsinline parameter to |
Sure, but for everything else? On Thu, Aug 25, 2016, 1:41 PM Oleg [email protected] wrote:
|
No progress, unfortunately. Live video doesn't quite lend itself to this workaround |
Tried with HLS Live video feed: got, I guess I-Frame as still image & audio playback on background.
Any plans to have HLS support for this?
The text was updated successfully, but these errors were encountered: