Page 1 of 1

FFmpeg problems

Posted: Fri Feb 11, 2005 1:51 am
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!

Posted: Fri Feb 11, 2005 2:24 am
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

Posted: Fri Feb 11, 2005 2:38 am
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

Posted: Fri Feb 11, 2005 2:45 am
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

Posted: Fri Feb 11, 2005 2:49 am
by miker
Thanks Cordel!

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

Thanks much,
Mike