Description
Describe the bug
Video in Safari/webkit based browsers is pausing. It looks like video is pausing do to buffer...
To Reproduce
I am using macOS 15.2 in a virtual machine (windows 10).
But the issue was reported by users. I don't know about their env, I am guessing it's the latest...
Additional context
As far as I am aware this was previously working.
Assumption is that something has changed on their end.
I've tried to play the video when it pauses, but then buffer just starts from the beginning.
Changing the video currentTime
doesn't help.
I've found an old post stating that MediaSource.duration
should be Number.POSITIVE_INFINITY
for live streams.
As far as I can see currently it's NaN
.
Also I am getting same results both for v14.0.0-beta.6
and v13.3.3
Question
Is this something that should be fixed in your library?
If not, do you have any other suggestions?