FFmpeg problems

Support and queries relating to all previous versions of ZoneMinder
Locked
miker
Posts: 6
Joined: Fri Feb 11, 2005 1:48 am

FFmpeg problems

Post by miker »

I am getting the following error when switching to sending mpegs instead of jpegs. I have installed ffmpeg, and configure zm with --with-ffmpeg=/usr/local.

ERR [MPEG streaming of 'mode=mpeg&event=339&scale=100&rate=100&bitrate=75000&maxfps=10&format=asf&auth=da3f91023d9f7dcfcf20330bf118b18b' attempted while disabled]

Any thoughts?

Thanks everyone!
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Did you compile and install ffmpeg before you compiled and installed ZM? Someting is missing. Are there any other errors in any other logs? Did you enable shared libs for ffmpeg?
What Distro are you using?
Sorry so may questions,
Cordel
miker
Posts: 6
Joined: Fri Feb 11, 2005 1:48 am

Post by miker »

I did complile before ZM. I did not try sahred libs, so I will give that a shot.

The distro is Fedora Core 3.

Thanks for the help!

--Mike
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

If you want it easy my ftp://cordel.no-ip.info/pub/Fedora/3/RPMS has all the packages you need in addtion to the CD set. You do not need any of the devel packages unless your going to compile apps against them. You can go into your build dir for what you have done and do make uninstall for each program you built to clean up before installing the RPMs. Or post your logs and any other relevant information to give us a better idea of what might be wrong.
Cheers,
Cordel
miker
Posts: 6
Joined: Fri Feb 11, 2005 1:48 am

Post by miker »

Thanks Cordel!

That was the problem. ffmpeg needed to be sahred lib enabled.

Thanks much,
Mike
Locked