[FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled
Nicolas George
nicolas.george
Mon Oct 15 01:57:52 CEST 2007
Le tridi 23 vend?miaire, an CCXVI, Ronald S. Bultje a ?crit?:
> This patch does only fix this issue for video-only or audio-only rtsp
> streams, does it? In case of both video + audio, I get both trying to
> connect to local port X (5000 in my case), second fails and I get the bind:
> Address already in use error. (Not sure, really, trying to figure out what's
> going on...)
The snippet of ffserver.conf I posted works for me with audio and video,
provided the /tmp/test.mpg file has audio and video.
(On the other hand, it does not work with a live stream, whether with the
patch or with --disable-ipv6; I will post on -users about it soon.)
RTP itself can only handle one stream: audio XOR video. A control protocol,
RTSP for example, is needed to aggregate several RTP streams. Of course, the
streams can not live on the same ports.
Regards,
--
Nicolas George
More information about the ffmpeg-devel
mailing list