I use vlc to implement a simple TV viewing application. I have a strange problem that is as follows: The first time I run this command, vlc starts and the TV channel video functions fine. There is no audio though. If I then run the exactly same command again then the sound works as well and from then on every time I run the command both video and sound work.
If I reboot the system then the first time I run the command the audio does not work. I run it a second time and both video and audio work.
The command is:
Code: Select all
C:\progra~1\videolan\vlc\vlc --one-instance dshow:// :dshow-vdev="713x BDA Analog Capture" :dshow-adev="713x BDA Analog Audio Capture" :dshow-caching=200 :dshow-chroma="RV24" :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=11 :dshow-tuner-country=61 :dshow-video-input=0 :dshow-tuner-input=2 --width 320 --height 240 --video-x 570 --video-y 510 --video-on-top --no-video-deco --intf dummy --dummy-quiet
I am running it on XP Embedded which is the same as XP SP2.
Any thoughts on why this is happening? Any hints on how I might debug the problem?
Regards
Merik