Hi,
Trying to use this call to create 2 streams. 1st one just for testing and 2nd one to hopefully access from the web using HTML.
This call works.
vlc dshow:// cdev="nVidia WDM Video Capture (universal)" size="320x240"
Can anyone tell me (in simple terms) what I am doing wrong with call below? I get no video on display but times flash a couple of times on screen below the vcr controls.
vlc dshow:// cdev="nVidia WDM Video Capture (universal)" adev="" size="320x240" --sout '#duplicate{dst=display,dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:standard{access=udp,mux=ts,dst=127.0.0.1,sap,name="TestStream"}"}'
I have gone thru lots of documentation and all I see is reference to "input_stream" as a parameter with nothing saying what goes there !!! So I guessed that it was the 'dshow stuff'.
Also, I read about ports in the docs and they mention 1234 & 8080. I assume I will need to portforward 8080 to the computer creating the stream. But do I care about 1234 if camera and videoLAN server on the same computer?
Thanks for any input on problem,
Rich