Streaming TV - OK in command-line but no sound in VLM -> FIX
Posted: 21 Aug 2008 21:13
Hi all,
First of all, I'd like to say that VLC rocks!!!
Now, let's get to the point, shall we? I have a TV Tuner capturing and streaming TV channel. Everything works flawlessly when set up through command line - see below, please:
So, then I went ahead and decided to automate things a bit by utilizing VLM in order to be able to stream different channels. Now, in this case I have VLC start up, with telnet interface enabled and custom configuration file loaded. Below is a part of that configuration file showing how I configured VLC through VLM to stream Channel 42:
Then I connect through telnet and play the Channel 42 stream. Problem is, everything works great, except for I have no sound The thing is, all input and output settings in VLM are identical as in command-line, yet I get no sound... I tried changing :dshow-audio-input and audio-output values but that does not help...
Can anyone please help me figure this out? I've run out of ideas and start thinking it must be a bug.
BTW, I'm using 8.6i build...
Thank you for your time!
First of all, I'd like to say that VLC rocks!!!
Now, let's get to the point, shall we? I have a TV Tuner capturing and streaming TV channel. Everything works flawlessly when set up through command line - see below, please:
Code: Select all
--ttl 50 --extraintf telnet --telnet-password xxx dshow:// :dshow-vdev="AVerMedia BDA Analog Capture" :dshow-adev="AVerMedia BDA Analog Audio Capt" :dshow-size="320x240" :dshow-caching=200 :dshow-chroma="YUY2" :dshow-fps=12.500000 :no-dshow-config :dshow-tuner-channel=42 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1 :sout=#transcode{vcodec=h264,vb=72,scale=1,acodec=mp3,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ps,dst=xxx.xxx.xxx.xxx:8080}}
Code: Select all
new vlc42 broadcast enabled
setup vlc42 input "dshow://"
setup vlc42 input :dshow-vdev="AVerMedia BDA Analog Capture"
setup vlc42 input :dshow-adev="AVerMedia BDA Analog Audio Capt"
setup vlc42 option :dshow-size="320x240"
setup vlc42 option :dshow-caching=200
setup vlc42 option :dshow-chroma="YUY2"
setup vlc42 option :dshow-fps=12.500000
setup vlc42 option :no-dshow-config
setup vlc42 option :dshow-tuner-channel=42
setup vlc42 option :dshow-tuner-country=0
setup vlc42 option :dshow-tuner-input=0
setup vlc42 option :dshow-video-input=-1
setup vlc42 option :dshow-audio-input=-1
setup vlc42 option :dshow-video-output=-1
setup vlc42 option :dshow-audio-output=-1
setup vlc42 output #transcode{vcodec=h264,vb=72,scale=1,acodec=mp3,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ps,dst=xxx.xxx.xxx.xxx:8080}}
Can anyone please help me figure this out? I've run out of ideas and start thinking it must be a bug.
BTW, I'm using 8.6i build...
Thank you for your time!