RESOLVED FIXED 196765
[GStreamer] Adaptive streaming playback broken with GStreamer < 1.12
https://bugs.webkit.org/show_bug.cgi?id=196765
Summary [GStreamer] Adaptive streaming playback broken with GStreamer < 1.12
Philippe Normand
Reported 2019-04-10 01:33:39 PDT
GStreamer < 1.12 has an incomplete uridownloader implementation so we can't use WebKitWebSrc for adaptive fragments downloading if this version is detected.
Attachments
Patch (12.62 KB, patch)
2019-04-10 01:40 PDT, Philippe Normand
calvaris: review+
calvaris: commit-queue-
Philippe Normand
Comment 1 2019-04-10 01:40:24 PDT
Xabier Rodríguez Calvar
Comment 2 2019-04-10 02:09:15 PDT
Comment on attachment 367110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367110&action=review > Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:907 > + m_origins.add(WTFMove(origin)); Please, collapse these two lines: m_origins.add(SecurityOrigin::create(response.url()));
Philippe Normand
Comment 3 2019-04-10 02:14:35 PDT
Radar WebKit Bug Importer
Comment 4 2019-04-10 02:15:19 PDT
Note You need to log in before you can comment on or make changes to this bug.