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
The new feature supporting AV1 over MPEG-TS #138 was merged, but how can this be tested? What tool and parameters can be used to generate a compatible video?
I created an AV1 video and encapsulated with MPEG-TS using gstreamer, and mpegts.js starts the playback process but does not decode any video. Audio works, and there's no errors at the command line. I assume this is because there is no AV1 over MPEG-TS standard, so a specific tool needs to provide the input?
The text was updated successfully, but these errors were encountered:
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 standard compliant)
So, mpegts.js doesn't handle this (provisional) AV1G MPEG-TS stream.
The new feature supporting AV1 over MPEG-TS #138 was merged, but how can this be tested? What tool and parameters can be used to generate a compatible video?
I created an AV1 video and encapsulated with MPEG-TS using gstreamer, and
mpegts.js
starts the playback process but does not decode any video. Audio works, and there's no errors at the command line. I assume this is because there is no AV1 over MPEG-TS standard, so a specific tool needs to provide the input?The text was updated successfully, but these errors were encountered: