Hi,
I am trying to stream out a mpeg2 stream using rtsp. I am using vlc in windows platform and the command I use in the stream output dialog is:
:sout=#rtp{dst=10.80.104.69,port=554,sdp=rtsp://10.80.104.117:554/birds.ts}
however in the messages i keep getting this messages:
access_output_udp debug: mmh, packets in the past (38518)
access_output_udp debug: packet has been sent too late (37834)
access_output_udp debug: packet has been sent too late (32834)
access_output_udp debug: packet has been sent too late (27834)
access_output_udp debug: packet has been sent too late (22834)
access_output_udp debug: mmh, packets in the past (38620)
access_output_udp debug: packet has been sent too late (48834)
access_output_udp debug: packet has been sent too late (45198)
access_output_udp debug: packet has been sent too late (41562)
access_output_udp debug: packet has been sent too late (37925)
access_output_udp debug: packet has been sent too late (34289)
access_output_udp debug: packet has been sent too late (30653)
access_output_udp debug: packet has been sent too late (27016)
access_output_udp debug: packet has been sent too late (23380)
access_output_udp debug: mmh, packets in the past (38750)
access_output_udp debug: packet has been sent too late (44834)
access_output_udp debug: packet has been sent too late (41758)
access_output_udp debug: packet has been sent too late (38681)
access_output_udp debug: packet has been sent too late (35604)
access_output_udp debug: packet has been sent too late (32527)
access_output_udp debug: packet has been sent too late (29450)
access_output_udp debug: packet has been sent too late (26373)
access_output_udp debug: packet has been sent too late (23296)
access_output_udp debug: packet has been sent too late (20219)
access_output_udp debug: mmh, packets in the past (38750)
could someone explain to me what it means? In my vlc client when I try to play it..the stream is jerky...
Thanks for the help guys!