when executing the ./configure (with the --with-ffmpeg statement and the right directory pointed)it succesfully found the binaries (libavcodec and libavformat) but when using mpeg streaming afterwards it gave an error in the logs: MPEG streaming of 'Cam1' attempted while disabled. MPEG streaming is ...
I found out there was an error in the ZM zms.cpp that gets executed when calling './configure'. After a bit of tweaking and editing the files of both ZM and ffmpeg i got it to work.
So can anybody (developer from the live cd or something) tell me how they configured ZM and ffmpeg to work together on the mpeg streaming? Would be appreciated greatly :roll: I found where the error is generated (zms process): #if HAVE_LIBAVCODEC monitor->StreamMpeg( format, scale, maxfps, bitrate ...
Thx for your reply james.. I tried to rebuild ZM again with ffmpeg but now i noticed i was missing the libavutil where the libavcodec and libavformat are normally installed. Anybody knows if this library can be installed seperately or has a ffmpeg version where this one is included also? Thx. - Edit ...
Hello again i'm trying to get a stream without using cambozola because it's not too fast, but i can't get it to work. I have ffmpeg installed and generating any video files works perfectly i only have problems when it comes to streaming. I can't see anything noticable in the logs and i rebuilded ZM ...
Hi, i was wondering if it was possible to add the frame number of the image to the image timestamp. I've searched the source code and looked on forum but couldn't find any information. Thanks in advance :: edit :: I'd be happy enough if someone could tell me where the '%%s' (Monitor Name) is coming ...
Hi, you can try this: @ $conn = mysql_pconnect( localhost, zmuser, zmpass ); mysql_select_db( zm, $conn); $query = "SELECT * FROM Events WHERE StartTime BETWEEN (insert begin datetime here) AND (insert end datetime here)"; $result = mysql_query($query, $conn); if ($result) { $num = mysql_numrows ...
We need the camera's mjpeg or mpeg path - not the path within zoneminder, because the error won't be in there.
If that path is correct & you're using mjpeg, since you use IE have you installed cambozola.jar (as said earlier in this topic)?