I want to strream an audio signal. For this I start vlc with the telnet interface and load the following config file
Code: Select all
new test broadcast enabled
setup test input dshow://
setup test option dshow-adev="Realtek AC97 Audio"
setup test option dshow-vdev="none"
setup test option dshow-size=""
setup test output #transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=http,mux=raw,dst=:1234}}
setup test enabled
control test play
If I try
Code: Select all
new test broadcast enabled
setup test input dshow://
setup test output #transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=http,mux=raw,dst=:1234}}
setup test enabled
control test play
What is the problem? I think that it can not handle the devive name because it has white spaces in it! Any way to adress the device via an index?
Thanks
Reiner