| View previous topic :: View next topic |
| Author |
Message |
andyar33
Joined: 31 Jan 2009 Posts: 5
|
Posted: Sat Jan 31, 2009 11:05 am Post subject: Configuring WinampNullsoft SHOUTcast Source |
|
|
As newbie I am trying to configure Nullsoft SHOUTcast Source Winamp pluging and I do not know where to submit Icecast2 source username.
Should I use something like user@password in password field? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jan 31, 2009 4:49 pm Post subject: |
|
|
With the icy protocol, there is no username field. It is assumed that only one stream exists so only a password is required. With the icecast2 method (like with the edcast plugin) you provide a username as well.
karl. |
|
| Back to top |
|
 |
dreamcat
Joined: 20 Mar 2009 Posts: 2
|
Posted: Fri Mar 20, 2009 5:17 pm Post subject: |
|
|
I using icecast too. Version of Icecast of my choise is 2.3.2.
When i try to use winamp with shoutcast dsp plugin as source for streamin (192.168.100.2 , windows xp), i have stuck on "Receiving Authorization Responce". After 15 sec i have "Not connected".
The settings in dsp pluging are:
Output 1
Connection (I don't push "Yellowpages")
Address: 192.168.1.2
Port: 7999
(I find some info, that i must use port from Icecast -1 for connection from winamp, and how we see by logs is true, becouse 8000 port not answered - nothing in logs, when i try connect from plugin to 192.168.1.2:8000).
Password: hackme
Encoder: 1 (AAC LC Encoder, also i try mp3 and AAC+)
May be i must use ogg encoder? I was install which one from Ogg-Vorbis_encoder_v1-1.exe from official site. But i dont see ogg in the Shoutcast DSP plugin. But i can use ogg encoding for cd-grabbing.
In the log of icecast (running on linux, 192.168.1.2) i have something like that (my comment in log will be start with #):
| Code: |
#i press connect in shoutcast dsp plugin in winamp
[2009-03-20 20:05:35] DBUG stats/modify_node_event update node clients (1)
[2009-03-20 20:05:35] DBUG stats/modify_node_event update node connections (9)
#at this moment i see the "Receiving Authorization Request" in the plugin in winamp
[2009-03-20 20:05:49] DBUG stats/modify_node_event update node clients (0)
#"Not connected" in dsp plugin
|
When i try to use icecast+mpd+mpc in linux, everything is ok, and i can listen stream from any machine in local network and internet (windows, linux, not matter).
My question is: Can i use Winamp 5.541 with Shoutcast dsp plugin 1.9.1 to stream files to Icecast 2.3.2 on another machine in local network?
Last edited by dreamcat on Tue Jun 08, 2010 8:20 pm; edited 2 times in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Mar 20, 2009 5:23 pm Post subject: |
|
|
yes, but you haven't said what your setup is like, for all we know, you haven't opened up the 2 sequential ports in a definition such as
<listen-socket>
<port>8000</port>
<shoutcast-mount>/mystream</shoutcast-mount>
</listen-socket>
do you get the status page on port 8000, is port 8001 open or blocked. From your description it sounds like the second port is blocked, causing the client to timeout.
karl. |
|
| Back to top |
|
 |
dreamcat
Joined: 20 Mar 2009 Posts: 2
|
Posted: Fri Mar 20, 2009 6:08 pm Post subject: |
|
|
| Quote: |
<shoutcast-mount>/mystream</shoutcast-mount>
|
and connect from dsp plugin to 8000 port
It is a solve for me. Now we have the icecast server 2.3.2 on linux (192.168.1.2) , winamp 5.541 + shoutcast dsp plugin 1.9.0 on windows xp (192.168.100.2), but i think is buggy configuration becouse sometimes i have disconnect. Why? I dont know yet. May be i must use icecast plugin for winamp instead shoutcast. |
|
| Back to top |
|
 |
|