[MPlayer-users] play rtp stream which demanded by another program

xie you youxie at gmail.com
Fri Jul 25 12:12:06 CEST 2008


Hi all,

I use an application demand a RTP stream from a VOD
server(liveMediaServer) to my local address. But I can not use mplayer
to play this stream. If I use the command "mplayer
udp://<myaddress>:<port>" to play the stream, I get the messages
below:
Stream not seekable!
Stream not seekable!
...
Stream not seekable!
libavformat file format detected.
Stream not seekable!

If I use "mplayer rtp://<myaddress>:<port>", I got:
Stream not seekable!
Stream not seekable!
...
Stream not seekable!
Stray packet (seq[0]=48710 seq=10271, newseq=-38439 found at 19)
Underrun(seq[0]=48710 seq=10272, newseq=-38438)
Stray packet (seq[0]=48711 seq=10293, newseq=-38418 found at 20)
Underrun(seq[1]=48712 seq=10294, newseq=-38418)
Stray packet (seq[1]=48714 seq=10314, newseq=-38400 found at 19)
Underrun(seq[1]=48714 seq=10315, newseq=-38399)
...
Underrun(seq[1]=48729 seq=10490, newseq=-38239)
Stray packet (seq[0]=48730 seq=10511, newseq=-38219 found at 20)
Underrun(seq[0]=48730 seq=10512, newseq=-38218)
Stream not seekable!
Stream not seekable!
...
Stray packet (seq[0]=48731 seq=10534, newseq=-38197 found at 21)
Underrun(seq[1]=48732 seq=10535, newseq=-38197)
...

But if I use VLC ( the command is "vlc udp://@:<port>"), the video can
be showed. (But no audio)

And if I use mplayer to demand the video directly (mplayer
rtsp://<server>:<port>/<filename>), the video can be showed.

My question is: how can I use mplayer play the RTP stream from my
local address and port?  Like the "vlc udp://@:<port>"

Thank you!



More information about the MPlayer-users mailing list