stream to Icecast fails
Posted: 04 Nov 2016 00:33
I try to set up a Shoutcast stream to the Icecast server running on localhost (Linux) with the following command:
But it doesn't want to work:
I tried a lot: mp3 streams, version 2.2, etc. The result was the same.
It looks like to me as the destination wouldn't be parsed properly. Can anybody give a hint, what do I do wrong?
Code: Select all
vlc Music/test.ogg --sout="#std{access=shout,mux=ogg,dst=source:hackme@127.0.0.1:8000/audio.ogg}"
Code: Select all
VLC media player 3.0.0-git Vetinari (revision 3.0.0~~git20160813+r65787+62~ubuntu16.04.1)
[0000000001df10e8] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f82bc002d08] access_output_shout access out error: failed to initialize shout streaming to (null):8000/hackme@127.0.0.1:8000/audio.ogg
[00007f82bc001028] standard stream out error: no suitable sout access module for `shout/ogg://source:hackme@127.0.0.1:8000/audio.ogg'
[00007f82bc000bd8] core stream output error: stream chain failed for `std{access=shout,mux=ogg,dst=source:hackme@127.0.0.1:8000/audio.ogg}'
[00007f82c40009d8] core input error: cannot start stream output instance, aborting
It looks like to me as the destination wouldn't be parsed properly. Can anybody give a hint, what do I do wrong?