<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mogens Kjaer wrote:
<blockquote cite="mid:4BCD8FC1.8020101@crc.dk" type="cite">
  <pre wrap="">On 04/20/2010 01:23 PM, Nikolay Yatsyshyn wrote:
...
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have been installed ffmpeg-devel, but it was not helpful. This is
complete log, when I enable camera with mpeg4 profile:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You'll need to recompile zoneminder. You can't use the version of
zoneminder from the fedora repository.

Mogens

  </pre>
</blockquote>
Ok, I have downloaded srpm with <br>
yumdownloader --source zoneminder &amp;&amp; rpm -ivh
zoneminder-1.24.2-3.fc12.src.rpm.<br>
zoneminder from repos was compiled with:<br>
<br>
%configure \<br>
        --with-libarch=%{_lib} \<br>
        --with-mysql=%{_prefix} \<br>
        --with-webdir=%{_datadir}/%{name}/www \<br>
        --with-cgidir=%{_libexecdir}/%{name}/cgi-bin \<br>
        --with-webuser=%{zmuid} \<br>
        --with-webgroup=%{zmgid} \<br>
        --disable-debug \<br>
        $OPTS<br>
make %{?_smp_mflags}<br>
%{__perl} -pi -e 's/(ZM_WEB_USER=).*$/${1}%{zmuid_final}/;' \<br>
              -e 's/(ZM_WEB_GROUP=).*$/${1}%{zmgid_final}/;' zm.conf<br>
<br>
so I have added:<br>
        --with-ffmpeg \<br>
        --with-extralibs="-lmp3lame" <br>
but still get: FAT [You must have ffmpeg libraries installed to use
remote camera protocol 'rtsp' for monitor 3]. Where can I get a
complete list of extralibs to put valid options as "-lmp3lame" in
config? I think it need to put something like "-lrtsp", but I don't
know which option is valid. I know only ffmpeg -formats.<br>
</body>
</html>