Quote:
It was
Quote:
--sout=#transcode{vcodec=none,acodec=mp3,ab=256,channels=2,samplerate=48000}:std{access=shout,mux=ogg,dst=source:xxxxxxxxxxx@172.20.11.120:8000/test} :sout-keep
as well as
Quote:
:sout=#transcode{vcodec=none,acodec=mp3,ab=256,channels=2,samplerate=48000}:std{access=shout,mux=ogg,dst=source:xxxxxxxxxxx@172.20.11.120:8000/test} --sout-keep
Both made a connection to Icecast, but no flowing data. I can provide you a public Icecast Server if you need one for testing. As far as I know was shoutcast streaming removed from VLC due to licensing issues.
But you said it works in the stand alone VLC version, so that can't be it.
--sout-keep should NOT be in the sout-string. It's probably a good thing to add to the settings, but you should not specify it in the VLC SOUT line in Stereo Tool.
So try:
Code:
--sout=#transcode{vcodec=none,acodec=mp3,ab=256,channels=2,samplerate=48000}:std{access=shout,mux=ogg,dst=source:xxxxxxxxxxx@172.20.11.120:8000/test}
If that also doesn't work, a public server for testing would be useful... (PM me)