Thank you so much for your help and the screen shot! I should have stayed on the "Simple" option...my bad. It works now using the UI. But it's weird that changing the config didn't work for me.
I am using VLC 1.1.11 The Luggage version. According to wiki http://wiki.videolan.org/VLC_command-line_help , I can use the --input-record-path option to change the default record location in vlc config. VLC config in my XP -> C:\Documents and Settings\<user>\Application Data\vlc\vlcrc. --input-reco...
Thank you so much! I use HTTP to stream and it works now. Below is my command in case someone needs it. vlc -vvv dshow:// :dshow-vdev="Laptop Integrated Webcam" :dshow-adev="" :sout=#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http...
I downloaded the 0.9.0 but added the vlc as an activex in my c# proj. Has anyone else try this? Is it bad? Should I stick w/ the lib*.dll instead of the axvlc.dll?
I finally got changing audio track to work in VB using the getVariable of the "key-audio-track", but now I want to also be able to change the left/right channel in VB. I didn't see a key for cycling the left/right channel. Does anyone know how I can do that via code. I'm not using the comm...
i'm doing the same thing. well i figured out switching the audio track in this forum....this will cycle the audio track. VOB usu defaults to the karaoke track which is no-singer track. depending on what language you are writing in it...the syntax might vary X = VLC.getVariable("key-audio-track&...
does anyone know how to set the audio track (not audio device and not audio channel) programmatically? my mpg is mux w/ 2 audio tracks and i would like to control switching these 2 tracks via code. thx!
I would like to use the VLC media player but to control it programmatically. Can someone please tell me where I can find the API guide and the required ActiveX/dll for the VLC media? Thank you!