-
Notifications
You must be signed in to change notification settings - Fork 795
Video won't restart after long pause #988
Comments
Pure CSS RED / GREY light Before LIVE text.
But need a javascript solution to restart the video in real time and not in the buffer |
When you pause a HLS m3u8 video, it won't restart in you click play.
OR javascripts only
|
Resuming live stream after a long pause is being address in #1006 so keep an eye out for when that gets merged in |
what about the idea to go real time when clicking the LIVE button? |
That is definitely something we will consider, or it can be done via a plugin @onigetoc As for the behavior we have implemented in the above PR, we try to resume from wherever the viewer paused, but if it has been a long enough time that the paused time fell out of the available window, we seek to the live point and resume from there. |
This should be fixed as of the latest release (v5.3.2). If you are still experiencing an issue, please re-open or file a new issue. Thank you. |
working fine now on my end, that's great! |
It's working well. |
Streaming live Video won't restart after long pause.
It should depent on witch video streaming is, but most of the time, the video won't restart after long pause.
It may have to reload completly.
Suggestion:
Like some Live TV or Youtube LIVE, there's a little Red DOT before Live text.
https://www.youtube.com/watch?v=zaah_hbUHOg&list=PL8fVUTBmJhHJBH1SO88FYKaQsisgItjpn
May be doing some javascript to change the dot color when playing or pause and when is live or playing in buffer.
Demo: http://codesniff.com/jquery/hls-http-live-streaming-video-for-videojs-plugin-for-wordpress-m3u8
Another interesting thing, On Youtube, when you click the live button it reload to Live streaming and not in buffer mode.
The text was updated successfully, but these errors were encountered: