Page 1 of 1
Creating video on Fedora Core 3
Posted: Thu Dec 30, 2004 10:41 am
by amit
I have a problem creting video on Fedora Core 3..
Zmvideo.log shows...
Error: 127 at /usr/local/bin/zmvideo.pl line 259.
Creating video file Event-8640.mpg for event 8640
/usr/local/bin/ffmpeg -y -hq -r 22.88 -s 320x240 -i %03d-capture.jpg Event-8640.mpg > mpeg.log
Input #0, image2, from '%03d-capture.jpg':
Duration: 00:00:02.3, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, 320x240, 22.88 fps
/usr/local/bin/ffmpeg: symbol lookup error: /usr/local/bin/ffmpeg: undefined symbol: av_guess_codec
do u have any idea to resolve this......
also what should i do to change the admin password as it encrypted when i see in the database...
if i change by query
say update Users set Password="Zoneminder" i am not able to login....
________
how to roll joints
Posted: Thu Dec 30, 2004 11:30 am
by zoneminder
Hi Amit,
The first problem looks like an issue with ffmpeg either not being built or linked correctly. It may be worth downloading and rebuilding from source to see if that makes any difference.
The second issue is easier. Instead of doing
update Users set Password="Zoneminder";
you need to do
update Users set Password=password("Zoneminder");
assuming you want it to apply to all users. You should also be able to change it via the Users tab in Options.
Phil
Posted: Thu Dec 30, 2004 11:35 am
by amit
thanks for replying so soon..
i have installed the latest version of ffmpeg using rpm..
i was able to generate video , but last week i put my fedora core 3 machine on update and this problem is occuring after that..
if i try to revert to previous version than i fall in dependencies for othe libraries...
do u have any idea...
If i try to build from code i get errors..
i will try to post the errors to you...
________
vaporite solo vaporizer
Users Tab?
Posted: Sun Jan 02, 2005 8:50 am
by michrech
You mention below about a users tab in Options. I have never seen this tab. Is there something I didn't configure properly somewhere that would have caused this?
Mike
zoneminder wrote:Hi Amit,
The first problem looks like an issue with ffmpeg either not being built or linked correctly. It may be worth downloading and rebuilding from source to see if that makes any difference.
The second issue is easier. Instead of doing
update Users set Password="Zoneminder";
you need to do
update Users set Password=password("Zoneminder");
assuming you want it to apply to all users. You should also be able to change it via the Users tab in Options.
Phil
which ffmpeg version ?
Posted: Mon Jan 03, 2005 8:50 am
by ma77hias
which ffmpeg are you using ?
i have also had issues with ffmpeg-0.4.9.
I downgraded to ffmpeg-0.4.8-3.1 and was able to generate videos again.
Maybe there is a better solution but i used this work around
Posted: Tue Jan 04, 2005 11:37 am
by zoneminder
The'Users' tab is only present if you have ZM_OPT_AUTH switched on.
Phil
Users Tab...
Posted: Thu Jan 06, 2005 7:33 pm
by michrech
I've never managed to log in when I turn that on. I'm sure it's something I missed when I set everything up (probably skimmed over the part that tells you how to log in the first time when reading the install stuff)...
Mike
zoneminder wrote:The'Users' tab is only present if you have ZM_OPT_AUTH switched on.
Phil