[FFmpeg-devel] [PATCH] ffserver rtsp bug fixes

Martin Storsjö martin
Mon May 17 19:35:29 CEST 2010


On Mon, 17 May 2010, Baptiste Coudurier wrote:

> On 5/17/10 5:15 AM, Luca Abeni wrote:
> > Hi Martin,
> > 
> > On 05/17/2010 01:59 PM, Martin Storsj? wrote:
> > [...]
> > > > + } else
> > > > + av_strlcatf(buff, size, "c=IN IP4 0.0.0.0\r\n");
> > > > }
> > > > 
> > > 
> > > This will make the SDP generator emit more c= lines than what is
> > > intended.
> > > If you want to make sure the ffserver generated SDP contains a c= line,
> > > it's better to populate the AVFormatContext->filename field for
> > > non-multicast cases, too. The attached patch does this - Howard already
> > > tested this and it seemed to work fine.
> > 
> > Yes, thanks; your patch is much better.
> > Baptiste, are you ok with Martin's patch?
> > 
> 
> Yes, patch ok

Applied this part.

// Martin



More information about the ffmpeg-devel mailing list