もにょ~ん
もにょ~ん
@TKNgu > Why need minus for ts.HZ Specific Muxer insert pcr greater than dts or pts, so minus 1sec to avoid that matter. 1 minute or 1 hour also ok....
ac-3 is supported if your browser supports it by MediaSource as with other codecs.
@xqq Thank you for your response and feedback! Seamless codec switching more interesting, I wish to support it. (but, I'll leave it to you if you want to implement) And,...
If FLV(VOD) and reached endOfStream, such case reconnect http stream and fetch data. In worst case (use default loader), reloading and dynamic codec switching are same behavior. I think that...
@xqq MPEG-TS multitrack support and ChangeType for MSE are implemented, please see it!
AV1 over MPEG-TS is must be muxed as byte stream format. https://aomediacodec.github.io/av1-mpeg2-ts/ Currently, GStreamer doesn't support this format.
mpegts.js supports `AV01` Registration Descriptor for AV1. But, above GStreamer implementation used `AV1G` (AV1 Gstreamer) for AV1. (Not standard compliant) And not encapsulated AV1 in byte stream format. (also not...
Currently, ac-3 / ec-3 audio are supported by Safari (MacOS) / Edge (Windows), not supported by Chrome. mpegts.js using MediaSource Extension, but this API does not support these codecs by...