I tried to stream two webcams of the same type. VLC names the first webcam with "Philips SPC1330NC Webcam", the second "Philips SPC1330NC Webcam #1". If I use the GUI, there ist no problem. If I use a VLM file to control the webcams, I'cant use the second webcam. Here is my VLM file for the second webcam (this time I do not stream but only display it):
Code: Select all
# Input options
new stream1 broadcast enabled
setup stream1 input "dshow://"
setup stream1 option dshow-vdev="Philips SPC1330NC Webcam #1"
setup stream1 option dshow-adev=
setup stream1 option dshow-caching=150
setup stream1 option dshow-fps=25
setup stream1 option file-caching=0
setup stream1 output #transcode{vcodec=mp4v,vb=1800,fps=25,scale=1.0,acodec=mpga,ab=64,channels=1,samplerate=44100}:display
control stream1 play
Code: Select all
Capture failed:
VLC cannot use the device "Philips SPC1330NC Webcam #1"", because its type is not supported.
Is there any solution for it?
Thanks in advance
Manfred