[Webkit-unassigned] [Bug 54627] [GStreamer] URI queries support in webkitwebsrc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 08:42:39 PST 2011


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





--- Comment #7 from Andoni <ylatuya at gmail.com>  2011-02-18 08:42:40 PST ---
Updated patch with your suggestions.

I'm currently trying to add support for http live streaming streams[1] to gstreamer and as part of it I wanted to be able to watch them using webkit with the video tag.
The hls demuxer is using gst_element_from_uri() to fetch fragments and update the playlist so that the webkit source element is used.
It needs to have the 'location' property, this way the uri can be set in the element and it also needs to reply to URI queries so that the demuxer can know the uri of the playlist and use it to update it.

You can see a screenshot[2] of epiphany playing a multibitrate stream in gstreamer's bug reports[3] :) 


[1]http://tools.ietf.org/html/draft-pantos-http-live-streaming-05
[2]http://bugzilla-attachments.gnome.org/attachment.cgi?id=181032
[3]https://bugzilla.gnome.org/show_bug.cgi?id=594035

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list