Search found 22 matches
- Sat Dec 31, 2022 4:47 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Janus live streaming no longer working on 1.37.20
- Replies: 3
- Views: 3155
Re: Janus live streaming no longer working on 1.37.20
This is supposedly fixed in libcurl4=7.87.0-1~bpo11+1
- Thu Jun 21, 2018 2:33 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145782
Re: Layout messed up after 1.31.44 update
Those of you who have issues even after making the suggested changes... Check the following... If you hit F12 in Firefox, do you see 404 errors for all of the /cache/ URLs when you reload your page? Then your config still isn't telling apache where the config folder is. For me, I thought my config ...
- Wed Mar 12, 2014 1:16 pm
- Forum: ZoneMinder 1.26.x
- Topic: Dual NIC, specify which NIC zoneminder uses?
- Replies: 7
- Views: 4441
Re: Dual NIC, specify which NIC zoneminder uses?
You can define listening interface for applications... That would mean configuring Apache to listen on a specific interface. But you're asking about choosing which interface is used for SENDING. Zoneminder itself doesn't care what adapter you're using for sending traffic. You would need to configure ...
- Wed Mar 12, 2014 12:18 pm
- Forum: ZoneMinder 1.26.x
- Topic: Re-evaluate captured frames?
- Replies: 0
- Views: 1103
Re-evaluate captured frames?
Let's say you set up a camera to watch your attic all night hoping to spot a critter. Let's also pretend you accidentally set your motion detection to be waaaaaaaaaay too aggressive. Is there a way to re-evaluate all those captured frames against new motion detection rules?
- Sun Sep 02, 2012 3:09 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmcontrol not working
- Replies: 2
- Views: 2428
Re: zmcontrol not working
Sorry for the late response... Running 1.24 of ZoneMinder, you need to have the "Debug" line uncommented and make sure there are no "Logger" lines in your control script. It should look like this, (Or have the logger line omitted entirely). use ZoneMinder::Debug qw(:all); #use ZoneMinder:Logger qw ...
- Tue Jun 12, 2012 6:35 pm
- Forum: ZoneMinder 1.25.x
- Topic: No video & socket_send_to failed: no such file or directory
- Replies: 4
- Views: 4040
Re: No video & socket_send_to failed: no such file or direct
So far... The image stream for a single image is supposed to be: https://myserver/cgi-bin/nph-zms?mode=single&monitor=1&scale=100&rand=1339525434&1339525437903 But calling that cgi-bin is actually returning the contents of the file, Apache isn't running anything, it's just passing it along. In my ...
- Tue Jun 12, 2012 6:15 pm
- Forum: ZoneMinder 1.25.x
- Topic: No video & socket_send_to failed: no such file or directory
- Replies: 4
- Views: 4040
Re: No video & socket_send_to failed: no such file or direct
A development! I uninstalled and purged my zoneminder installation. I added one monitor back... With the default settings, ZoneMinder doesn't use Cambozola, and instead tries to just return JPG in the video view... Well, it was returning a broken image. Which I saved... When I looked at the file, I ...
- Thu May 24, 2012 5:08 pm
- Forum: ZoneMinder 1.25.x
- Topic: No video & socket_send_to failed: no such file or directory
- Replies: 4
- Views: 4040
- Mon May 21, 2012 1:26 am
- Forum: ZoneMinder 1.25.x
- Topic: No video & socket_send_to failed: no such file or directory
- Replies: 4
- Views: 4040
Re: No video & socket_send_to failed: no such file or direct
Downgrading PHP and Apache to Debian testing levels did not correct this for me.
- Mon May 21, 2012 1:10 am
- Forum: ZoneMinder 1.25.x
- Topic: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
- Replies: 1
- Views: 5379
Re: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
This is a known issue with Foscam cameras:
http://foscam.us/forum/fi8910w-zonemind ... t1782.html
http://foscam.us/forum/fi8910w-zonemind ... t1782.html
- Thu May 17, 2012 8:01 pm
- Forum: ZoneMinder 1.25.x
- Topic: Vivotek IP8332... black screen?
- Replies: 5
- Views: 4120
Re: Vivotek IP8332... black screen?
Whatever URL you are using, can you load it in VLC to view the feed?
- Thu May 17, 2012 3:06 pm
- Forum: ZoneMinder 1.25.x
- Topic: No video & socket_send_to failed: no such file or directory
- Replies: 4
- Views: 4040
No video & socket_send_to failed: no such file or directory
Attempting to combine reports so these are more easily found. http://www.zoneminder.com/forums/viewtopic.php?f=29&t=19246 http://www.zoneminder.com/forums/viewtopic.php?f=29&t=19222 http://www.zoneminder.com/forums/viewtopic.php?f=29&t=19172 http://www.zoneminder.com/forums/viewtopic.php?f=29&t ...
- Sat May 12, 2012 10:43 am
- Forum: ZoneMinder 1.25.x
- Topic: can't view live feed
- Replies: 3
- Views: 2211
Re: can't view live feed
Same. And no idea what to do about it.
Running Debian unstable, latest. The socket file gets created and then goes away.
Running Debian unstable, latest. The socket file gets created and then goes away.
- Tue May 08, 2012 2:52 pm
- Forum: ZoneMinder 1.25.x
- Topic: Best way to feed a Windows USB webcam to ZoneMinder
- Replies: 5
- Views: 6468
Re: Best way to feed a Windows USB webcam to ZoneMinder
I'd probably go with VLC... Look for a tutorial on how to STREAM with VLC.
- Mon Apr 16, 2012 10:27 pm
- Forum: User Contributions
- Topic: ZM 1.25.0 Performance Patch - Completed
- Replies: 176
- Views: 123408
Re: ZM 1.25.0 Performance Patch - Completed
When will these changes become official contribs to the Zoneminder source? Would like to see these changes as standard rather than another patch.