[MPlayer-dev-eng] [PATCH] Real RTSP streaming fix

Bertrand Baudet bertrand_baudet at yahoo.com
Sat Jun 21 20:11:25 CEST 2003


On Saturday 21 June 2003 20:03, Petr Tomasek wrote:
> On Thu, Jun 19, 2003 at 09:11:44AM +0200, Andreas Hess wrote:
> > Hi,
> >
> > I've found a 10l in the Real RTSP streaming code:
> > rtsp://<host>/<file>:<port> is not a valid URL, but
> > rtsp://<host>:<port>/<file> is.
> >
> >
> > Andreas
>
> Hummm... what about:
>
>
> $ curl http://www.rferl.org/realaudio/c12.ram
> rtsp://a428.l296146660.c2961.g.lr.akamaistream.net/live/D/428/2961/v0001/re
>flector:46660 --Stop--
> pnm://a428.l296146660.c2961.g.lr.akamaistream.net/live/D/428/2961/v0001/ref
>lector:46660

Yes, but if you have looked at the code, you would have seen that the port was
added at the end of the given url. But the fix insert the port at the end
of the hostname and before the file path where it belong.

Bertrand



More information about the MPlayer-dev-eng mailing list