Here is what I get in my shoutcast2 logs:
I took a look at the latest /vlc-1.1.0/modules/access_output/shout.c file to see if it was updated and it has not.2010-06-30 19:56:30 E msg:[src 74.208.167.104:44885 sid=1] [src 74.208.167.104:44885 sid=1] connection rejected. Bad icy header string [icy-irc:]
2010-06-30 19:56:30 E msg:[src 74.208.167.104:44885 sid=1] connection rejected. Bad icy header string [icy-irc:]
2010-06-30 19:56:32 I msg:[src 74.208.167.104:44886 sid=1] Shoutcast source connection.
Looking at the source code of shout.c it does not show a defined string for "IRC".
It appears it only accepts these options.
Code: Select all
static const char *const ppsz_sout_options[] = {
"name", "description", "mp3", "genre", "url", "bitrate", "samplerate",
"channels", "quality", "public", NULL
};
Code: Select all
vlc -vvv ./my.mp3 --no-sout-video --sout '#transcode{acodec=mpga, ab=128, channels=2, samplerate=44100, aenc=ffmpeg}:std{access=shout{mp3=1, bitrate=128, samplerate=44100, channels=2, name='EverydayJunglist.org', genre='dnb'}, mux=raw, dst=admin:tranceisgay@mywebsite.com:9999//}'
Code: Select all
[00000502] mpgatofixed32 filter debug: libmad error: Huffman data overrun
[00000443] access_http access debug: New Title=rom - rom - aubspace sessions mix - april 2010
[00000438] access_output_shout access out error: cannot write to stream: Socket error
[00000438] access_output_shout access out warning: server unavailable? trying to reconnect...
[00000438] access_output_shout access out warning: reconnected to server
[00000438] access_output_shout access out error: cannot write to stream: Socket error
[00000438] access_output_shout access out warning: server unavailable? trying to reconnect...
[00000438] access_output_shout access out warning: reconnected to server
[00000438] access_output_shout access out error: cannot write to stream: Socket error
[00000438] access_output_shout access out warning: server unavailable? trying to reconnect...
[00000438] access_output_shout access out warning: reconnected to server