RESOLVED WONTFIX 183211
[MSE][Gstreamer] Crash in webKitMediaSrcFreeStream()
https://bugs.webkit.org/show_bug.cgi?id=183211
Summary [MSE][Gstreamer] Crash in webKitMediaSrcFreeStream()
Cédric Bellegarde
Reported 2018-02-28 05:53:17 PST
Created attachment 334741 [details] Backtrace + logs Watching a video on youtube with MSE on. Backtrace + Gstreamer logs as attachment
Attachments
Backtrace + logs (26.13 KB, application/x-compressed-tar)
2018-02-28 05:53 PST, Cédric Bellegarde
no flags
Enrique Ocaña
Comment 1 2018-02-28 06:29:26 PST
Your system has GStreamer plugins for webm, vp9 and opus, WebKit is advertising that to YouTube and YouTube is trying to use webm data (as opposed to MP4 with h.264 and mpeg audio). Unfortunately, that configuration requires some custom GStreamer patches that are still in the process of being upstreamed, plus some WebKit patches that are still in the process of being polished and submitted to bugzilla. In other words: it won't work in a regular distro (yet), don't keep trying. The following suggestion isn't suitable for production, but if you have curiosity about how the YouTube MSE behaviour would be with MP4+H.264+mpeg audio (in case you have those GStreamer plugins in your system), just move these libraries in /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ (or the equivalent in your system) temporarily to some other place so GStreamer can't find them: libgstmatroska.so libgstvpx.so libgstopus.so
Cédric Bellegarde
Comment 2 2018-02-28 06:32:32 PST
Ok, thanks for explanation. Should I close this one?
Note You need to log in before you can comment on or make changes to this bug.