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
Creating video on Fedora Core 3
Creating video on Fedora Core 3
Last edited by amit on Tue Feb 01, 2011 2:25 am, edited 1 time in total.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
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
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
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
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.
Users Tab?
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
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 ?
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
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
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Users Tab...
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
Mike
zoneminder wrote:The'Users' tab is only present if you have ZM_OPT_AUTH switched on.
Phil