Displaying 2 results from an estimated 2 matches for "teztxyz".
Did you mean:
testxyz
2004 Aug 06
3
libshout1-based mp3 streaming to icecast2
...ing password
In the icecast2 access log:
xx.xx.xx.xx - - [16/Mar/2003:02:23:10 +0100] "SOURCE / ICY/666" 401 115 "-" "-" 0
If I add the -i switch to the ices command line to make it
icy-compatible, I get:
Error during send: Mount failed on http://194.109.209.34:9000/teztxyz,
error: Not connected to server.
and nothing logged in either the error or access logs of icecast2.
Same goes for freestream (http://squat.net/freestream), a perl script
we use based on Shout.pm, which in turn is based on libshout1.
Interestingly, when I used freestream with a Shout.pm that was...
2004 Aug 06
0
libshout1-based mp3 streaming to icecast2
...ge: HTTP/1.0 401
> Authentication Required
icecast 2 doesn't support x-audiocast, the default protocol in ices and
icecast 1.
> If I add the -i switch to the ices command line to make it
> icy-compatible, I get:
>
> Error during send: Mount failed on http://194.109.209.34:9000/teztxyz,
> error: Not connected to server.
The shoutcast protocol ("icy") actually uses two ports for encoders.
The base port is used for metadata (song name) updates, but the actual
data goes to that port + 1. So, to be fully shoutcast compatible, you have
to configure icecast to listen on t...