First, i'm not sure that rtsp can do want i want
I have a server at home, and 2 webcam are plugged to.
I search to stream the two webcam using vod (so processor work only when i look to the video), using the same port (if possible).
First, i start VLC :
(192.168.1.40 is the server IP)vlc --ttl 12 -vvv --color -I telnet --telnet-password *mypassword* --rtsp-host 192.168.1.40:8001 --vlm-config vlm.conf
Then, i have a vlm.conf which contain :
But it don't work anymore, VLC won't start, he say :new channel1 vod enabled
setup channel1 input "dshow://"
setup channel1 option vdev="Creative WebCam NX"
setup channel1 option adev="none"
setup channel1 option size="320x240"
new channel2 vod enabled
setup channel2 input "dshow://"
setup channel2 option vdev="Eyetoy SLEH-00031"
setup channel2 option adev="none"
setup channel2 option size="320x240"
So, VLC don't start and don't stream.The command line options couldn't be loaded, check that they are valid
If any has an idea
Mika.
Ps : I'm french user
Ps2: The server is running Windows Home Server, based on Windows Server 2003 Small Business