Commit c1d2960
committed
fix: Safari playback stall with overrideNative and experimentalUseMMS
Safari playback does not start when using overrideNative together with
experimentalUseMMS.
This appears to be caused by setting the segment metadata track mode to
'hidden', which can stall playback in Safari when using Managed Media
Source.
Disable the metadata track in this specific scenario to prevent Safari
from processing it and allow playback to start normally.
Fixes #16001 parent 6da45b0 commit c1d2960
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
258 | 266 | | |
259 | 267 | | |
260 | 268 | | |
| |||
0 commit comments