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 396081 - Add Icecast Support to libsoup
Add Icecast Support to libsoup
Status: RESOLVED DUPLICATE of bug 502325
Product: libsoup
Classification: Core
Component: Misc
2.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Dan Winship
Dan Winship
Depends on:
Blocks:
 
 
Reported: 2007-01-13 12:30 UTC by Sven Herzberg
Modified: 2007-12-07 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Herzberg 2007-01-13 12:30:08 UTC
I'd like to be able to talk to an Icecast server using libsoup. Icecast uses a protocol which is very close to HTTP. I'd like to see this in libsoup as Icecast uses http:// uris and although the protocol isn't 100% HTTP, libsoup should be able to handle it.

Right now, I'm working on a patch.
Comment 1 Dan Winship 2007-02-19 23:53:21 UTC
Sure, I'm happy to take the patch. It looks like the protocol difference is
tiny, and it's probably not worth wasting any API over; just make it accept
"ICY" in addition to "HTTP" at the appropriate place in the response parsing
code, with a comment explaining why. And add a test to tests/header-parsing.c.
Comment 2 Dan Winship 2007-12-07 15:25:16 UTC
dup filed with a patch, so I'm marking this a dup of that


*** This bug has been marked as a duplicate of 502325 ***