[FFmpeg-devel] [PATCH] Use the actual RTSP peer IP for RTP sessions

Ronald S. Bultje rsbultje
Wed Mar 10 23:30:15 CET 2010


Hi,

On Wed, Mar 10, 2010 at 5:26 PM, Luca Abeni <lucabe72 at email.it> wrote:
> On 10/03/10 23:18, Ronald S. Bultje wrote:
>> On Tue, Mar 9, 2010 at 9:47 AM, Luca Abeni<lucabe72 at email.it> ?wrote:
>>> What about this: creating the SDP from an RTSP context (as
>>> you are doing now), but instead of using the original AVFormatContext
>>> you can create a copy (and modify the filename in the copy).
>>> This looks like a good compromise to me,
>>
>> Eehw, ugly.
>
> Well, we clearly have different opinions on what is ugly :)
> What's happening here is that the RTSP muxer wants to create an SDP using a
> different destination address respect to what is specified in the
> AVFormatContext (using the numeric IP instead of the symbolic name).

Well, different, they _should_ be the same, just different ways of naming them.

> (if
> we want a different destination, let's pass an AVFormatContext containig a
> different destination).

Is fine with me also, I guess it'd mean some re-setup in the RTSP
muxer. How difficult would this be, Martin?

Ronald



More information about the ffmpeg-devel mailing list