[FFmpeg-devel] [PATCH] RTSP udp multicast support
Luca Barbato
lu_zero
Thu Jul 5 13:59:41 CEST 2007
Michael Niedermayer wrote:
>> @@ -944,7 +949,7 @@
>> pstrcat(transport, sizeof(transport), ",");
>> snprintf(transport + strlen(transport),
>> sizeof(transport) - strlen(transport) - 1,
>> - "RTP/AVP/UDP;multicast");
>> + "RTP/AVP;multicast;client_port=%d-%d", rtsp_st->sdp_port, rtsp_st->sdp_port + 1);
>> }
>
> why is this needed?
>
btw client_port is _wrong_ as it is an unicast only option.
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list