Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
Pall Thayer artist/teacher http://www.this.is/pallit http://www.this.is/isjs http://www.this.is/harmony http://130.208.220.190/panse
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
...and is the TODO list on your TODO list for the near future? :)
On Monday 01 December 2003 23:14, Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
Actually the only reason I'm thinking about upgrading to icecast 2 is because, for some wierd reason, iTunes for Windows can't open my mp3 stream. Anyone on the list have any idea why that is?
On Monday 01 December 2003 23:14, Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
sevy
Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
On Sun, Dec 07, 2003 at 03:44:01AM +0100, Yves Degoyon wrote:
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
I downloaded the cvs version of icecast (http://www.xiph.org/cvs.html)
"grep -ri mp3 *" from the root of the icecast source directory confirm that there's many references to "mp3". The "debian/control" file says:
Package: icecast2 Architecture: any Depends: ${shlibs:Depends} Recommends: ices2 Description: streaming Ogg Vorbis/MP3 media server Icecast is an audio broadcasting system. It can stream music in both MPEG 1 Layer 3 (MP3) and Ogg Vorbis formats, supports multiple streams on a single port through the use of "mountpoints," includes web-based status and management interfaces, and has many other advanced features.
The documentation for the config file of Icecast2 also mentions mp3: http://www.icecast.org/files/icecast_docs/icecast2_config_file.html
-- Marc
Yves Degoyon wrote:
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
It does accept mp3 streams. I tried with the icy-login scheme (usually used with SHOUTcast server) and it worked after a small modification: Icecast2 does not send a response to the source client in case the connection succeeded. SHOUTcast and Icecast 1.x do so. mp3cast~ and shoutcast~ externals check this response, otherwise they say 'login failed'. So the solution is to remove the lines from the code and recompile. - On the other hand, libshout2 provides code to check the servers response, so maye this response is just missing in current Icecast2 releases (I tried with beta2). BTW, the HTTP Base Auth login scheme used with Icecast2 for Ogg/Vorbis streams also supports mp3 but I couldn't figure out how to get it working. Using icy-login does not support mountpoints which is bad in many cases...
Olaf
This is a point I'm wondering about. Although I couldn't find anything about it in the Icecast2 documentation, I did find some references to Mp3 streams on their user forum so this was also something I was going to check.
Pall ----- Original Message ----- From: "Yves Degoyon" ydegoyon@free.fr To: "Yves Degoyon" ydegoyon@free.fr Cc: palli@pallit.lhi.is; pd-list@iem.at Sent: Sunday, December 07, 2003 2:44 AM Subject: Re: [PD] mp3cast and icecast 2
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
sevy
Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi again,
I figured out how to connect to Icecast2 using HTTP Base Auth scheme. An updated shoutcast~ (sources only) can be found at http://www.akustische-kunst.org/puredata/shout/. Look for version 0.5.
Olaf
Yves Degoyon wrote:
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
sevy
Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Does it support mountpoints?
----- Original Message ----- From: "Olaf Matthes" olaf.matthes@gmx.de To: "Yves Degoyon" ydegoyon@free.fr; "pd-list" pd-list@iem.kug.ac.at; "Pall Thayer" palli@pallit.lhi.is Sent: Sunday, December 07, 2003 11:17 AM Subject: Re: [PD] mp3cast and icecast 2
Hi again,
I figured out how to connect to Icecast2 using HTTP Base Auth scheme. An updated shoutcast~ (sources only) can be found at http://www.akustische-kunst.org/puredata/shout/. Look for version 0.5.
Olaf
Yves Degoyon wrote:
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
sevy
Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi,
thx Olaf, after reading your code, i also adapted mp3cast~ to support icecast 2 servers.
Pall, i think both shoutcast~ and mp3cast~ support mountpoints. the main difference remains in the handling of buffers which is different.
cheers, sevy
Olaf Matthes wrote:
Hi again,
I figured out how to connect to Icecast2 using HTTP Base Auth scheme. An updated shoutcast~ (sources only) can be found at http://www.akustische-kunst.org/puredata/shout/. Look for version 0.5.
Olaf
Yves Degoyon wrote:
hi,
hum, i'm reading this back again, and this question seems now weird for i think icecast2 _DO_ _NOT_ support mp3 streams i think.
well, anyone, correct me if i'm wrong.
sevy
Yves Degoyon wrote:
hi,
mm, sorry, mp3cast~ only supports icecast 1 servers for now.
stockpiled in my TODO list.
sevy
Pall Thayer wrote:
Hi all,
I'm checking whether I should upgrade to icecast 2 for my mp3 streamer. I'm using mp3cast~ and pd keeps telling me that the login failed. I looked at the icecast conf file and it states that sources log in with username source. Does mp3cast~ offer the option to login to the server with a username? Anyone know how to deal with this?
best reg.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list