[Webkit-unassigned] [Bug 168011] [GStreamer] Add support for HLS streams on YouTube

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 3 03:46:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=168011

Charlie Turner <cturner at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |cturner at igalia.com
         Resolution|---                         |FIXED

--- Comment #4 from Charlie Turner <cturner at igalia.com> ---
Most of the YT live issues were fixed by https://bugs.webkit.org/show_bug.cgi?id=144040 AFAICT. YT live does work in my X11 trunk build (I don't have a Wayland build to test with at the moment, but I don't think it's the issue here).

As of today, running MiniBrowser with --enable-mediasource, I find Media Source extensions are supported, and so is HLS. The test for HLS is just checking mime types like canPlayType('application/vnd.apple.mpegURL') != '' || canPlayType('audio/mpegurl') != ''), which doesn't really tell you how well HLS is supported, and in our case, it's not perfect: https://bugs.webkit.org/show_bug.cgi?id=172240

We also have advertised support for all the video codecs and support for the MP4/{H.264|AAC} streaming codecs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170703/af0549c7/attachment.html>


More information about the webkit-unassigned mailing list