Bug 157314

Summary: [GStreamer][MSE] Complete backend rework
Product: WebKit Reporter: Enrique Ocaña <eocanha>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: calvaris, eocanha, janousek.jiri, olivier.blin, pnormand, testbug
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 157341, 162623, 162869, 162872, 162873, 162874, 162893, 162894, 162896, 162898, 162899, 162900, 162901, 162902, 162908, 162911, 162914, 162915, 162918, 162920, 162922, 162928    
Bug Blocks:    

Description Enrique Ocaña 2016-05-03 10:33:49 PDT
One important use case for Media Source Extensions on embedded devices is the access to Youtube TV[1]. In its current status, the MSE implementation in GStreamer isn't suitable for Youtube TV (and probably other mainstream services requiring MSE), as proved by the poor passrate (25/57) obtained in the "MSE Conformance Tests"[2].

A major MSE GStreamer platform code rework has been done in a downstream port. It gets a 57/57 passrate. You can read the whole story in [3] and [4]. It would be a pleasure for our team to contribute that work back to upstream WebKit so that all the ports using GStreamer can benefit from it.

The whole patch is pretty big and involves an update to GStreamer 1.8, so I'd like this bug to become a meta-bug and try to split the changes in smaller subtasks.


[1] http://youtube.com/tv
[2] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/2016.html
[3] http://blogs.igalia.com/eocanha/2016/02/18/improving-media-source-extensions-on-gstreamer-based-webkit-ports/
[4] http://blogs.igalia.com/xrcalvar/2016/02/26/uber-latest-media-source-extensions-improvements-in-webkit-with-gstreamer/
Comment 1 Philippe Normand 2016-05-03 23:50:14 PDT
What about https://bugs.webkit.org/show_bug.cgi?id=140078 ?
Comment 2 Xabier Rodríguez Calvar 2016-05-04 00:50:17 PDT
(In reply to comment #1)
> What about https://bugs.webkit.org/show_bug.cgi?id=140078 ?

Knowing in advance the changes Enrique is going to submit, I think this is quite obsolete. We could save some parts, but I would do it after Enrique finishes upstreaming everything he has.
Comment 3 Enrique Ocaña 2016-05-04 02:19:30 PDT
The patch(es) I'm going to submit are based on the source code posted on #139441 (already merged) and #140078 (stalled since early 2015), evolving that code in several ways to make the Youtube TV tests pass.
Comment 4 Philippe Normand 2016-09-19 08:42:40 PDT
*** Bug 162141 has been marked as a duplicate of this bug. ***
Comment 5 Enrique Ocaña 2016-09-21 02:34:41 PDT
*** Bug 140078 has been marked as a duplicate of this bug. ***
Comment 6 Xabier Rodríguez Calvar 2016-10-26 02:02:29 PDT
Enrique, you can close this one ;)