[MPlayer-users] Re: status of the rtsp support NOVIRUS
Ross Finlayson
finlayson at live.com
Tue Sep 23 11:00:22 CEST 2003
>Sorry... I was not clear in my description of the problem... What I
>wanted to say is that rtp_demux.cpp starts to discards packets and never
>ends to discard them. In other words, it never exit from that while()
>cycle.
Yes it does. Notice the "break" statement in the middle of that "while"
loop. The code discards packets from one stream only as long as the
packets' presentation times remain 1 second or more behind the other
stream. Once that stream catches up (within 1 second), its packets will no
longer be discarded.
You can see this by adding
#define DEBUG_PRINT_DISCARDED_PACKETS
to the code.
>It is a 100Mbps ethernet... I don't know about MPEG-2 streaming, but I
>know that it is enough for MP4, because I was able to succesfully
>receive MP4 streams with the MP4IP client (mplayer + live.com failed, as
>for MP2).
Can you give me an example of a (publically accessible) MPEG-4 audio/video
"rtsp://" URL that fails for you (when running MPlayer+LIVE.COM)? That's
something that should be working OK.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the MPlayer-users
mailing list