[FFmpeg-devel] Multiple FFservers in same machine

Aurelien Jacobs aurel
Fri Jan 30 14:40:09 CET 2009


Saps wrote:

> Baptiste Coudurier wrote:
> > Saps wrote:
> >   
> >> Baptiste Coudurier wrote:
> >>     
> >>> Try to find RTSP port directive in ffserver.conf
> >>> Otherwise update to latest svn, because you have an old version.
> >>>
> >>>       
> >
> > Can you please give me your svn version number ?
> >
> > I said update to latest svn version.
> >
> >   
> Hi Baptiste,
> 
> Well, the ffmpeg was instaled by other person, with a yum package for 
> Red Hat (the machine run centos 4.7), last week, and says:
> FFmpeg version SVN-rUNKNOWN
> --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man 
> --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable-libvorbis 
> --enable-libfaad --enable-libfaac --enable-shared --enable-pthreads 
> --enable-gpl
>   libavutil version: 49.4.0
>   libavcodec version: 51.40.4
>   libavformat version: 51.12.1
> *  built on Jan 11 2008 02:31:29, gcc: 3.4.6 20060404 (Red Hat 3.4.6-9) *
> 
> So, as you say, may be a issue in older version,
> So I get the last svn snapshot now:
> svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
> 
> I use the same configuration:
> ./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man 
> --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable-libvorbis 
> --enable-libfaad --enable-libfaac --enable-shared --enable-pthreads 
> --enable-gpl
> 
> 
> And, when I try to compile, I got an error:
> ...
> In file included from libavdevice/v4l.c:33:
> /usr/include/linux/videodev.h:56: error: syntax error before "ulong"
> /usr/include/linux/videodev.h:72: error: syntax error before '}' token

Your installed kernel headers are not sanitized. Fix your kernel headers
or disable compilation of v4l with --disable-demuxer=v4l (and maybe do
the same for v4l2)

Aurel




More information about the ffmpeg-devel mailing list