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

Luca Abeni lucabe72
Mon May 17 14:15:37 CEST 2010


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?


			Thanks,
				Luca



More information about the ffmpeg-devel mailing list