Page 1 of 1

reading the stream RTSP

Posted: 17 Apr 2011 16:41
by smile
Hi everybody,
I realized a streaming server with VLC, the inputs video was with .avi extension . the client can read the stream very well with his VLC .
But when I change the inputs type on .rm or .mp4 or other extension ,the VlC in the client poste can't read the stream and a message always displayed which say :" an error was occurred , the vlc can't read this input stream" .I didn't know what's the problem.
Can you help me please ???
thank you in advance for your help :)

Re: reading the stream RTSP

Posted: 18 Apr 2011 08:29
by Sébastien Escudier
did you try mux=ts when you create your rtsp stream ?

Re: reading the stream RTSP

Posted: 19 Apr 2011 18:11
by smile
no i didn't, it can resolve the problem ? what is it for this option ?

Re: reading the stream RTSP

Posted: 19 Apr 2011 20:12
by Sébastien Escudier
try...
mux is for muxer

Re: reading the stream RTSP

Posted: 19 Apr 2011 21:20
by smile
this is my command line in my java code : where can i put "mux=ts" ??
"C:\\Program Files\\VideoLAN\\VLC\\vlc"+"--ttl 12 -vvv --color -I telnet --telnet-password "+Password+" --telnet-port "+TelnetPort+" --rtsp-host

Re: reading the stream RTSP

Posted: 20 Apr 2011 08:19
by Sébastien Escudier
when you create the streaming.
How do you create it ?