Search found 17 matches

by digital-gnome
Thu Dec 07, 2017 3:13 pm
Forum: ZoneMinder 1.30.x
Topic: Command Line Event Export
Replies: 8
Views: 4623

Re: Command Line Event Export

In /usr/share/zoneminder/www/skins/classic/views/js/export.js you could comment out the line at the end of the file that says if ( exportReady ) { startDownload.pass( exportFile ).delay( 1500 ); } if ( exportReady ) { // startDownload.pass( exportFile ).delay( 1500 ); } You can still click on the do...
by digital-gnome
Tue Dec 05, 2017 3:23 pm
Forum: ZoneMinder 1.30.x
Topic: Command Line Event Export
Replies: 8
Views: 4623

Re: Command Line Event Export

Huh. 1.30.4 is different. rockedge is right /var/cache/zoneminder/temp is the correct directory, not /tmp/zm.
by digital-gnome
Tue Dec 05, 2017 2:31 am
Forum: ZoneMinder 1.30.x
Topic: Command Line Event Export
Replies: 8
Views: 4623

Re: Command Line Event Export

I just worked with the export code some. I know a little, certainly no guru. The export window sends an ajax call that triggers /usr/share/zoneminder/www/skins/classic/includes/export_functions.php for the heavy lifting. For detail and image files it both generates some html to view later and packag...
by digital-gnome
Wed Nov 29, 2017 10:26 pm
Forum: ZoneMinder 1.30.x
Topic: I can't add a cameras
Replies: 14
Views: 13817

Re: I can't add a cameras

Test the camera with VLC if you can, or some other rtsp viewer. It looks like the url should be rtsp://[username]:[password]@[IPADDRESS]/play2.sdp without the brackets. Using VLC to test helps eliminate any problems there might be with your zoneminder install. It looks like it's getting a login mess...
by digital-gnome
Wed Nov 29, 2017 9:04 pm
Forum: ZoneMinder 1.30.x
Topic: I can't add a cameras
Replies: 14
Views: 13817

Re: I can't add a cameras

Try using ffmpeg as your source instead of remote.
by digital-gnome
Wed Nov 29, 2017 3:58 pm
Forum: ZoneMinder 1.31.x
Topic: Issue with Target Color after update 1.31.15
Replies: 1
Views: 1625

Re: Issue with Target Color after update 1.31.15

This was fixed on the 26th. Just did a fresh install in a vm and it works as it should. Not sure why yours isn't working. Maybe try sudo apt update && sudo apt install zoneminder --reinstall It's just a php change so you could also manually add the changes. https://github.com/connortechnolog...
by digital-gnome
Mon Nov 13, 2017 2:56 pm
Forum: ZoneMinder 1.31.x
Topic: ERROR when have more than one X264 ENCODE
Replies: 12
Views: 8260

Re: ERROR when have more than one X264 ENCODE

Ah, I see. No, passthrough just passes through. You could change the settings on the camera to the quality you want. Using passthrough saves a lot of cpu usage. So if you really want to use x264 encode then we're back to camera settings. Since the one camera never works it's not from having 2 stream...
by digital-gnome
Mon Nov 13, 2017 2:00 pm
Forum: ZoneMinder 1.31.x
Topic: ERROR when have more than one X264 ENCODE
Replies: 12
Views: 8260

Re: ERROR when have more than one X264 ENCODE

That camera outputs h264. Why not just use h.264 passthrough instead of trying to re-encode it?
by digital-gnome
Sun Nov 12, 2017 5:27 pm
Forum: ZoneMinder 1.31.x
Topic: ERROR when have more than one X264 ENCODE
Replies: 12
Views: 8260

Re: ERROR when have more than one X264 ENCODE

Sounds like it's a problem with that specific camera then. I'd look into any setting you can change on the camera itself. What camera is it? Is it the same as the camera that works?
by digital-gnome
Sun Nov 12, 2017 12:07 am
Forum: ZoneMinder 1.31.x
Topic: ERROR when have more than one X264 ENCODE
Replies: 12
Views: 8260

Re: ERROR when have more than one X264 ENCODE

If the first camera is disabled does the second one work?
by digital-gnome
Mon Nov 06, 2017 8:52 pm
Forum: ZoneMinder 1.30.x
Topic: export single event to video file
Replies: 7
Views: 3772

Re: export single event to video file

Yup. Just reinforcing that. He said he's on 1.30.0 and it hides the Video link if ffmpeg isn't enabled unlike 1.30.4 where it just doesn't work.
by digital-gnome
Mon Nov 06, 2017 8:35 pm
Forum: ZoneMinder 1.30.x
Topic: export single event to video file
Replies: 7
Views: 3772

Re: export single event to video file

Set up OPT_FFMPEG and PATH_FFMPEG in Options>Images.
by digital-gnome
Fri Nov 03, 2017 4:48 pm
Forum: ZoneMinder 1.30.x
Topic: Stream works on VLC but not on Zoneminder. Blue screen.
Replies: 9
Views: 4370

Re: Stream works on VLC but not on Zoneminder. Blue screen.

Actually that's just acting weird. It works on my ubuntu version. Did you follow everything in

Code: Select all

less /usr/share/doc/zoneminder-*/README.Redhat7
by digital-gnome
Fri Nov 03, 2017 3:20 pm
Forum: ZoneMinder 1.30.x
Topic: Stream works on VLC but not on Zoneminder. Blue screen.
Replies: 9
Views: 4370

Re: Stream works on VLC but not on Zoneminder. Blue screen.

Check your system time as well. Make sure mysql and php have the right time zones. It's occasionally complaining that capture time was delayed all of epoch time.
by digital-gnome
Fri Nov 03, 2017 1:10 pm
Forum: ZoneMinder 1.30.x
Topic: Stream works on VLC but not on Zoneminder. Blue screen.
Replies: 9
Views: 4370

Re: Stream works on VLC but not on Zoneminder. Blue screen.

Double check your username and password in the zoneminder settings. Camera is refusing them.