Page 1 of 1

RTSP streams using VLC

Posted: 03 Mar 2006 12:12
by smitha
I have an IP camera which gives mpeg4 streams through RTSP. I used VLC to stream out the RTSP streams that we get from camera using the following:


vlc -vvv "rtsp://192.168.1.94:554/live" --sout #rtp{dst=192.168.1.19,port=1234,sdp=rtsp://192.168.1.19:1235/test.sdp} --ttl 12


Then I used IBM's MPEG4 player to capture the rtsp stream given by VLC. But I am not able to get streams. VLC shows a warning:

packetizer_mpeg4video warning: waiting for VOL

Please help....My ultimate aim is to get an MPEG4 player for my current Java project.

Posted: 03 Mar 2006 13:45
by dionoea
could you paste the full debug output ?

RTSP streams using VLC.

Posted: 06 Mar 2006 07:17
by smitha
Hi,

This is what I get from VLC.


packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
livedotcom debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL


Thanks in advance..........