Postby degarb » 01 Jun 2014 21:12
vlc -vvv dshow:// :dshow-vdev= :dshow-adev= Stereo Mix (Realtek HD Audio Input :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
does not work. Does he have other problems in the example. I don't see why the ( isn't closed.
I have been trying this for hours. The documentation is very poor. For Example, they refer to input_stream without defining what an input stream may be. I have not a stream. I want the stereo mix to stream out on http port 8080 to roku via command line launch. Spent hours on this. Even tutorials on gui are weak and missing key information.
Other failed attempts:
my working gui out string:
:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/mp3} :sout-all :sout-keep
example:
vlc -vvv input_stream --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:
standard{access=http,mux=ogg,dst=server.example.org:8080}'
forum example
vlc dshow:// :dshow-vdev= :dshow-adev="Stereo Mix (Realtek High Definition Audio" :sout=#transcode{vcodec=none,acodec=mp3,ab=224,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
guess 1:
vlc -vvv input_stream --sout '#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:standard{access=http,{mux=raw,dst=:8080/mp3} :sout-all :sout-keep'
guess 2:
vlc -vvv input_stream --sout '#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:standard{access=http,{mux=raw,dst=:8080/mp3} :sout-all :sout-keep'
guess 3
vlc dshow:// :dshow-vdev= :dshow-adev="Stereo Mix (Realtek High Definition Audio" :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
guess 4
vlc -vvv dshow:// --sout='#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/mp3} :sout-keep'
:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/mp3} :sout-keep
guess 5
vlc -vvv dshow:// :dshow-vdev= :dshow-adev="Stereo Mix (Realtek HD Audio Input" :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
vlc -vvv dshow:// :dshow-vdev= :dshow-adev="Stereo Mix (Realtek HD Audio Input" --sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
vlc -vvv dshow:// :dshow-vdev= :dshow-adev="Stereo Mix (Realtek High Definition Audio)" --sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep
vlc -vvv dshow://:-adev=Realtek HD Audio Input --sout "#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep"
vlc -vvv dshow:// :dshow-vdev= :dshow-adev= Stereo Mix (Realtek HD Audio Input :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:8080/} :sout-keep