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!