[FFmpeg-devel] Realmedia patch

Ronald S. Bultje rsbultje
Sun Sep 14 16:57:39 CEST 2008


Hi Luca,

On Sat, Sep 13, 2008 at 11:17 AM, Luca Abeni <lucabe72 at email.it> wrote:
>> @@ -940,9 +953,12 @@
>>          rtp_opened:
>>              port = rtp_get_local_port(rtsp_st->rtp_handle);
>>              snprintf(transport, sizeof(transport) - 1,
>> -                     "%s/UDP;unicast;client_port=%d",
>> -                     trans_pref, port);
>> -            if (rt->server_type == RTSP_SERVER_RTP)
>> +                     "%s/UDP", trans_pref);
>> +            if (rt->server_type != RTSP_SERVER_REAL)
>> +                av_strlcat(transport, ";unicast", sizeof(transport));
>> +            av_strlcatf(transport, sizeof(transport),
>> +                        ";client_port=%d", port);
>> +            if (rt->packet_type == RTSP_PACKET_RTP)
>
> This looks like an unrelated change, and has to go in a different patch.

OK, here's that hunk separately.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-nounicastudp-real.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080914/a8c79218/attachment.asc>



More information about the ffmpeg-devel mailing list