On Tue, 2015-01-20 at 21:19 +0100, haithem rahmani wrote: > Hi, > On Fedora21, I tried the WebKitGtk+ 2.6.4, through the epiphany > browser, to run connect to http://youtube.com/tv > but it fails to load with unsupported feature that it is if I' not > wrong the 'Media Source Extension'. > > Is there any plan to suport it? >
Yes, there's been recent developments in trunk about the GStreamer MSE backend. If you build WebKitGTK+ from trunk already then YouTubeTV should work (more or less :)) provided than you enable the MSE websetting: run-launcher --gtk --enable-mediasource=1 http://youtube.com/tv The backend is not complete yet, it's not coupled with the VIDEO_TRACK support yet, there's a WiP patch there: https://bugs.webkit.org/show_bug.cgi?id=140078 Philippe _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
