Bug: On-Demand video treated as live on Safari with Media Chrome #915
Labels
bug
Something isn't working
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Is there an existing issue for this?
Which Mux Elements/Packages does this apply to? Select all that apply
mux-video
Which browsers are you using?
Safari
Which operating systems are you using?
macOS
Description
When using
<mux-video>
in conjunction with Media Chrome, since version v0.16.5, when you try to play a HLS (.m3u8) video in macOS/iOS Safari, it treats it asmediastreamtype="live"
on the Media Chrome<media-controller>
. This causes the video to start from the beginning on every play/pause, and other weird behavior:CleanShot.2024-05-02.at.18.52.02.mp4
versions <0.16.5 (0.16.4) and non-hsl streams work fine
https://www.media-chrome.org/docs/en/stream-type
Reduced test case
https://codesandbox.io/p/devbox/media-stream-type-qmjqmn?file=%2Fsrc%2FApp.vue
Steps to reproduce
reproduction sandbox is provided; remember to use Safari where this issue is present
Current Behavior
<media-controller>
ismediastreamtype="live"
, which is incorrectExpected Behavior
<media-controller>
ismediastreamtype="on-demand"
Errors
No response
What version of the package are you using?
^0.16.5
The text was updated successfully, but these errors were encountered: