Creating video on Fedora Core 3

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
amit
Posts: 44
Joined: Wed Nov 17, 2004 11:35 am
Location: New Delhi

Creating video on Fedora Core 3

Post 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
Last edited by amit on Tue Feb 01, 2011 2:25 am, edited 1 time in total.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
User avatar
amit
Posts: 44
Joined: Wed Nov 17, 2004 11:35 am
Location: New Delhi

Post 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
Last edited by amit on Tue Feb 01, 2011 2:26 am, edited 1 time in total.
michrech
Posts: 9
Joined: Wed Nov 17, 2004 4:44 pm
Location: La Plata, MO

Users Tab?

Post 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
User avatar
ma77hias
Posts: 71
Joined: Wed Jul 07, 2004 3:18 pm

which ffmpeg version ?

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

The'Users' tab is only present if you have ZM_OPT_AUTH switched on.

Phil
michrech
Posts: 9
Joined: Wed Nov 17, 2004 4:44 pm
Location: La Plata, MO

Users Tab...

Post 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
Locked