You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been happening in Firefox with high definition files which have a higher bitrate. When we move around the video quick, the buffer fills up very fast and doesn't seem to empty fast enough for Firefox.
I found this issue that might help when I was looking around at other projects. videojs/http-streaming#192
The text was updated successfully, but these errors were encountered:
I took a stab at fixing this, but it appears it's a lot harder than just calling sourceBuffer.remove(), as it's hard to figure out what doesn't need to exist.
This has been happening in Firefox with high definition files which have a higher bitrate. When we move around the video quick, the buffer fills up very fast and doesn't seem to empty fast enough for Firefox.
I found this issue that might help when I was looking around at other projects. videojs/http-streaming#192
The text was updated successfully, but these errors were encountered: