[FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled

Luca Abeni lucabe72
Mon Oct 15 17:17:26 CEST 2007


Hi Ronald,

On Mon, 2007-10-15 at 08:35 -0400, Ronald S. Bultje wrote:
[...]
> ffserver.conf:
> 
> RTSPPort 8091
> RTSPBindAddress 0.0.0.0
> MaxClients 1000
> MaxBandwidth 1000
> CustomLog -
> NoDaemon
> 
> <Stream test1.mpg>
> Format rtp
> File "/Users/ronaldbultje/Projects/ffmpeg/test.mpg"
> </Stream>
> 
> Starting ffserver and connecting a client (ffplay
> rtsp://127.0.0.1:8091/test1.mpg):
> 
> $ ./ffserver -f ffs.cnf
> FFserver version SVN-r10739, Copyright (c) 2000-2007 Fabrice Bellard, et al.
>   configuration: --disable-ipv6
>   libavutil version: 49.5.0
>   libavcodec version: 51.45.0
>   libavformat version: 51.15.0
>   built on Oct 15 2007 07:57:55, gcc: 4.0.1 (Apple Computer, Inc. build
> 5367)
> ffserver started.
> 127.0.0.1 - - [Mon Oct 15 08:18:28 2007] "DESCRIBE
> rtsp://127.0.0.1:8091/test1.mpg RTSP/1.0" 200 275
I just reproduced this, and it seems to be a bug related to ffplay or to
the RTP demuxer (vlc as a client works fine).

I am currently trying to track down the problem.


			Thanks,
				Luca





More information about the ffmpeg-devel mailing list