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

Baptiste Coudurier baptiste.coudurier
Mon May 17 19:21:44 CEST 2010


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

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list