[FFmpeg-devel] [PATCH] RTSP udp multicast support

Michael Niedermayer michaelni
Thu Jul 5 20:27:37 CEST 2007


Hi

On Thu, Jul 05, 2007 at 01:59:41PM +0200, Luca Barbato wrote:
> 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.

thanks ...
btw, do you want to volunteer to help reviewing/maintaining the rt*p
stuff in ffmpeg? :)

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070705/664ce573/attachment.pgp>



More information about the ffmpeg-devel mailing list