[gstreamer-bugs] [Bug 594035] Add HTTP Live Streaming playback support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 28 06:06:41 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=594035
  GStreamer | don't know | git

--- Comment #12 from Sebastian Dröge <slomo at circular-chaos.org> 2010-10-28 13:06:37 UTC ---
souphttpsrc will be selected for http:// URIs, yes. But your plugin will step
in one step later. You have to write a typefinder for the m3u8 playlists (see
gst-plugins-base/gst/typefindfunctions for example), which detects them as (for
example) "playlist/m3u8" and then your "demuxer" element for it will be
selected because it accepts "playlist/m3u8" and has the highest rank.

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



More information about the Gstreamer-bugs mailing list