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 633280 - [icydemux][PATCH] icydemux: Send 'StreamUrl' metadata as GST_TAG_HOMEPAGE tag
[icydemux][PATCH] icydemux: Send 'StreamUrl' metadata as GST_TAG_HOMEPAGE tag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-27 17:38 UTC by Andoni Morales
Modified: 2010-12-02 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-icydemux-Add-StreamUrl-metadata-as-GST_TAG_HOMEPAGE-.patch (1.08 KB, patch)
2010-10-27 17:38 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2010-10-27 17:38:12 UTC
Created attachment 173342 [details] [review]
0001-icydemux-Add-StreamUrl-metadata-as-GST_TAG_HOMEPAGE-.patch

Comment out the part that parses the StreamUrl metadata and parse it as GST_TAG_HOMEPAGE tag.
Comment 1 Andoni Morales 2010-10-27 17:39:35 UTC
(In reply to comment #0)
> Created an attachment (id=173342) [details] [review]
> 0001-icydemux-Add-StreamUrl-metadata-as-GST_TAG_HOMEPAGE-.patch
> 
> Comment out the part that parses the StreamUrl metadata and parse it as
> GST_TAG_HOMEPAGE tag.
This should be read: Uncomment ...
Comment 2 Sebastian Dröge (slomo) 2010-10-28 13:03:05 UTC
I don't think the HOMEPAGE tag is the correct one for this. The HOMEPAGE would be the website for the stream for example, not the URL to the stream itself. We might need to add some kind of URL tag... or you could use the URI query to get the URI.
Comment 3 Andoni Morales 2010-10-28 14:00:14 UTC
In most of the icecast server I have used, this tag specifies the url of the website producing the stream.
Here is an example:
http://www.kukita.com.ar:8000/
Comment 4 Andoni Morales 2010-10-28 14:05:08 UTC
It's also specified in the documentation (http://www.icecast.org/docs/icecast-2.3.2/icecast2_config_file.html#mount):
"<stream-url>http://some.place.com</stream-url>"
Comment 5 Andoni Morales 2010-10-28 14:20:20 UTC
From the same docs:

"stream-url:
Setting this will add the specified URL to the stats (and therefore YP) for this mountpoint even if the source client/relay provide one. The URL is generally for directing people to a website."
Comment 6 Sebastian Dröge (slomo) 2010-10-28 16:45:40 UTC
Comment on attachment 173342 [details] [review]
0001-icydemux-Add-StreamUrl-metadata-as-GST_TAG_HOMEPAGE-.patch

Oh ok, I'll push this after release then. Thanks :)
Comment 7 Andoni Morales 2010-10-28 16:57:05 UTC
Cool, thanks :)
Comment 8 Sebastian Dröge (slomo) 2010-12-02 18:26:56 UTC
commit be2d04e040aa3a6fb556f660fbfa624d32a3f017
Author: Andoni Morales Alastruey <amorales@flumotion.com>
Date:   Wed Oct 27 19:15:20 2010 +0200

    icydemux: Add 'StreamUrl' metadata as GST_TAG_HOMEPAGE tag