Hello.
I've read all about autostart VLC, here in the forum, to output a stream, but i can't see a solution ??
It works well for me making in manually, and i got this line at the end of the wizard:
:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100,scodec=none}:http{mux=mp3,dst=:80/} :no-sout-all :sout-keep
But how to autostart it in Windows.
I've made a .bat-file like:
c:\videloan\vlc\vlc.exe :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100,scodec=none}:http{mux=mp3,dst=:80/} :no-sout-all :sout-keep
But... it just starts a VLC-windows but doesn't start to stream.
Is there a way to do yhis ?
Regards
/tarzzz99