Page 1 of 1

Multiple Stream and rtsp

Posted: 21 Jul 2009 16:26
by Mika56
Hi,
First, i'm not sure that rtsp can do want i want :lol:

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 :
vlc --ttl 12 -vvv --color -I telnet --telnet-password *mypassword* --rtsp-host 192.168.1.40:8001 --vlm-config vlm.conf
(192.168.1.40 is the server IP)

Then, i have a vlm.conf which contain :
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"
But it don't work anymore, VLC won't start, he say :
The command line options couldn't be loaded, check that they are valid
So, VLC don't start and don't stream.

If any has an idea :P

Mika.

Ps : I'm french user
Ps2: The server is running Windows Home Server, based on Windows Server 2003 Small Business

Re: Multiple Stream and rtsp

Posted: 22 Jul 2009 12:56
by Mika56
Anybody ?

Mika.

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 14:46
by Mika56
Any Ideas ?!

Mika.

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 17:48
by Mika56
Thanks for very usefull help...

There is very ANYBODY who can help me ?

Mika.

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 20:10
by Rémi Denis-Courmont
Read the messages log...

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 20:27
by Mika56
Where are they ? =)

When i lunch VLC, the prompt go to line (I can wrote other commands), and i doesn't found n any .log file

Mika.

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 20:43
by Rémi Denis-Courmont
They're on the screen with option -vv

Re: Multiple Stream and rtsp

Posted: 23 Jul 2009 21:32
by Mika56
Hi,
I've finaly found the enter of the problem.

rtsp-host work with "-", not "--".

Noy, the vlc-help.txt say :
Pas de module correspondant. Utiliser --list ou --list-verbose pour avoir la liste des modules disponibles.
I'm using the same vlm.conf as in the first message.

Thanks for help,

Mika.

Re: Multiple Stream and rtsp

Posted: 25 Jul 2009 13:07
by Mika56
Up ?

Re: Multiple Stream and rtsp

Posted: 29 Jul 2009 10:17
by Mika56
Up ?