RESOLVED FIXED 249865
[GStreamer][1.22] MSE: Playback broken
https://bugs.webkit.org/show_bug.cgi?id=249865
Summary [GStreamer][1.22] MSE: Playback broken
Philippe Normand
Reported 2022-12-24 06:13:51 PST
With GStreamer 1.21 (1.22 due very soon now), MSE is broken, the MR that broken it for us is: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3601 In our pipeline urisourcebin creates one parsebin per stream, because the source element pads have no caps configured yet. After this MR was merged urisourcebin now lets the first stream setup correctly, but for the second, it emits an error "Adaptive demuxer is not streams-aware, check your installation" which arguably in our pipeline is a bit weird, the adaptive demuxer in this case is the second parsebin, which hasn't had the chance to receive a stream collection yet. When our MSE src exposes its pads the caps are already known, but we push the CAPS events too late, after exposing the pads, so they're not stick'ed on the pads yet at the moment urisourcebin calls get_pad_get_current_caps() in order to decide whether or not it should create a parsebin for the new stream...
Attachments
gst log (352.39 KB, text/plain)
2022-12-24 07:40 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2022-12-24 07:26:12 PST
Philippe Normand
Comment 2 2022-12-24 07:40:53 PST
Philippe Normand
Comment 3 2022-12-30 02:33:09 PST
Note You need to log in before you can comment on or make changes to this bug.