VLC ActiveX options work?
Posted: 18 Aug 2017 17:57
Hello VideoLAN Forum,
Has anyone got the "options" in the ActiveX plugin to work?
I am using the VLC ActiveX Plugin and IE Web Plugin v2 in an application to bring in a live image from my USB camera (vlc-2.2.6-win32.exe installed on Win7 Pro 64-bit machine).
The syntax that I am using is the following
VLCActiveXPluginandIEWebPluginv1.playlist.add($strCmd)
VLCActiveXPluginandIEWebPluginv1.playlist.play()
where $strCmd="dshow://," ",:dshow-vdev=WAT-01U2 :dshow-adev=none :dshow-aspect-ratio=4\:3 :dshow-chroma= :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-frequency=0 :dshow-tuner-country=0 :dshow-tuner-standard=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-video-output=-1 :dshow-audio-input=-1 :dshow-audio-output=-1 :dshow-amtuner-mode=0 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0 :live-caching=300"
I have used almost every variation that I can think of but beyond the dshow:// , it does not seem like the options are recognized or there is something very wrong with my syntax.
If you have gotten the options to work please let me know. Thanks in advance. VLC is a very cool application and I appreciate all the effort that has gone into it.
Has anyone got the "options" in the ActiveX plugin to work?
I am using the VLC ActiveX Plugin and IE Web Plugin v2 in an application to bring in a live image from my USB camera (vlc-2.2.6-win32.exe installed on Win7 Pro 64-bit machine).
The syntax that I am using is the following
VLCActiveXPluginandIEWebPluginv1.playlist.add($strCmd)
VLCActiveXPluginandIEWebPluginv1.playlist.play()
where $strCmd="dshow://," ",:dshow-vdev=WAT-01U2 :dshow-adev=none :dshow-aspect-ratio=4\:3 :dshow-chroma= :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-frequency=0 :dshow-tuner-country=0 :dshow-tuner-standard=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-video-output=-1 :dshow-audio-input=-1 :dshow-audio-output=-1 :dshow-amtuner-mode=0 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0 :live-caching=300"
I have used almost every variation that I can think of but beyond the dshow:// , it does not seem like the options are recognized or there is something very wrong with my syntax.
If you have gotten the options to work please let me know. Thanks in advance. VLC is a very cool application and I appreciate all the effort that has gone into it.