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 151453 - gnome-vfs not able to handle shoutcast streams (http streams); regression
gnome-vfs not able to handle shoutcast streams (http streams); regression
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
2.7.x
Other Linux
: Normal major
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-30 20:43 UTC by Raffaele Sandrini
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Proposed patch for the neon library to handle ICY responses (1.57 KB, patch)
2004-09-04 21:00 UTC, Christian Kellner
none Details | Review

Description Raffaele Sandrini 2004-08-30 20:43:18 UTC
Start rhythembox or gst-player and try to play the internet radio (shoutcast) of
your choise.

Since: gnome-vfs 2.7.4 (http backend rewrite)

This is a regression since it worked prior to gnome-vfs-2.7.4.

Error msg:
When i try to play a stream in gst-player i get:
Could not open vfs file "http://64.236.34.67:5190/stream/1003" for reading.

Additional debug info: gstgnomevfssrc.c(1091): gst_gnomevfssrc_open_file:
/work_thread/source:
Generic error

rhythembox prints a similar error.

I mark this bug as major because this should probably be fixed for the release.
Comment 1 Christian Kellner 2004-08-31 03:53:53 UTC
I am of course willing to get this stuff fixed fast but Ill need a bit more
information. Can you first of all look at bug #150561 and see if the patch in
there helps. Turning on debug output in the http module will help too. Feel free
to beg me on IRC on any time (gicmo).
Comment 2 Christian Kellner 2004-09-04 21:00:46 UTC
Created attachment 31269 [details] [review]
Proposed patch for the neon library to handle ICY responses

The ShoutCast and IceCast server respond to request with "ICY" not with "HTTP/"
but the neon library expects it to be "HTTP/".
Comment 3 Christian Kellner 2004-09-08 00:25:08 UTC
Patch commited to head with release team approval!
Comment 4 Raffaele Sandrini 2004-09-08 12:39:19 UTC
cool! now gnome 2.8 is ready ;) !