[MPlayer-dev-eng] Help to fix RTSP playback problem

Roberto Togni r_togni at tiscali.it
Thu Oct 13 20:22:16 CEST 2005


On Thu, 13 Oct 2005 17:53:56 +0400
Vladimir Dyatchin <bob at icl.kazan.ru> wrote:

> Hello,
> 
> I've installed Windows Media Services (WMS) on windows 2k3 server
> (192.168.0.39).
> 
> WMS is streaming simple video clip (legacy_content_clip.wmv) via RTSP
> and MMS (publish point "test").
[...]
> 
> mplayer rtsp://192.168.0.39/test
[...]

It's m$ non-standard implementation of rtsp standard. You can get more
info here http://sdp.ppona.com/

MPlayer uses live555 (was live.com) to stream rtsp data (except for
Real rtsp), so if it's a new payload format you must ad it to that
library, not direclty to MPlayer. If also the rtsp part is nonstandard,
you'll have to implement everything, maybe you can reuse part of
realrtsp support (real rtsp part is standard, but the payload format is
proprietary)

Ciao,
 Roberto




More information about the MPlayer-dev-eng mailing list