vlc - telnet - dshow
Posted: 19 Oct 2006 16:44
Hello,
I want to strream an audio signal. For this I start vlc with the telnet interface and load the following config file
the result is that vlc is not streaming!
If I try
all works fine!
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
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
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
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