After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341432 - [playbin] automatically get icecast metadata requiring icydemux
[playbin] automatically get icecast metadata requiring icydemux
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 333657
 
 
Reported: 2006-05-11 15:59 UTC by Tim-Philipp Müller
Modified: 2006-05-11 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-05-11 15:59:57 UTC
Playbin should automatically configure http sources that have an "iradio-mode" property to send the right headers so we receive icecast metadata.
Comment 1 Tim-Philipp Müller 2006-05-11 16:07:18 UTC
(Filed a bug so it will show up in the release notes):

 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/playback/gstplaybasebin.c: (gen_source_element):
         Make http sources send special headers so that we receive
         icecast metadata if the http stream is an icecast stream
         (otherwise the server will just ignore them). This also
         means that from now on users will need the 'icydemux'
         element from gst-plugins-good installed if they want to
         listen to icecast radio streams. (#341432, #333657).