[FFmpeg-devel] [PATCH] Reassemble RTSP URLs with the originally specified hostname

Martin Storsjö martin
Thu Mar 25 23:23:15 CET 2010


On Thu, 25 Mar 2010, Ronald S. Bultje wrote:

> On Thu, Mar 25, 2010 at 6:03 PM, Martin Storsj? <martin at martin.st> wrote:
> > Recent patches for stripping out the auth part of URLs sent in RTSP
> > requests accidentally include the numerical IP in the request, where the
> > originally specified hostname should be used instead. This patches fixes
> > this, by reassembling the URL before replacing the hostname with the
> > numerical IP.
> 
> OK. (This is tested to work now, right? :-) ).

Yes, tested with wireshark, and all of this (initially specifying an url 
including auth, getting the auth stripped from the URLs sent in requests, 
using the proper hostname in the request) is verified to work fine 
together now. :-)

So therefore, applied.

// Martin



More information about the ffmpeg-devel mailing list