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
3.279 | Buffer add codec error for video/mp4;codecs=hvc1.1.6.L120.B0:MediaSource.addSourceBuffer: Can't play type
3.279 | A media error occurred: bufferAddCodecError
3.28 | A media error occurred: bufferIncompatibleCodecsError
3.28 | Buffer append error
3.28 | A media error occurred: bufferAppendError
Describe the solution you'd like
We had to use external solutions like converting stream chunks to a supported format on Firefox.
Additional context
Tested on Firefox versions 128.0.0 and 128.0.2 (64-bit)
The text was updated successfully, but these errors were encountered:
HLS.js cannot play media that is not supported by the browser it is running in.
If you want an error before loading and parsing fragments, wrap your HLS media playlist in a multivariant playlist that specifies the CODECS of each variant so that HLS.js can filter out unsupported ones.
Is your feature request related to a problem? Please describe.
H.265/HEVC in MPEG2-TS support released on canary version v1.5.14-0.canary.10461 m3u8 live streams play on Chrome, Safari and Opera but not Firefox.
Test permalink is here.
Hls.js throw these errors on Firefox:
Describe the solution you'd like
We had to use external solutions like converting stream chunks to a supported format on Firefox.
Additional context
Tested on Firefox versions 128.0.0 and 128.0.2 (64-bit)
The text was updated successfully, but these errors were encountered: