Search found 23 matches
- Fri Feb 04, 2011 10:19 am
- Forum: Hardware Compatibility List
- Topic: Is it possible to running Zoneminder on cygwin ?
- Replies: 4
- Views: 3170
Not sure. Perhaps investigate other emulation software that runs one of the common linux distros. For example, you can download a free home use version of VMWare and install a debian/ubuntu operating system in it, then install zoneminder. Alternatively, it's even easier if you download one of the ...
- Mon Oct 04, 2010 1:50 pm
- Forum: ZoneMinder 1.24.x
- Topic: debian lenny ffmpeg didn´t work
- Replies: 4
- Views: 3836
I'm not quite sure what you mean however there should be an ffmpeg.log file in the event ID folder that you are attempting to create video for which may give you a clue as to why it's not working (i.e. events/1/102/ffmpeg.log). I had an issue where the video generation took longer than the record ...
- Wed Sep 15, 2010 11:23 pm
- Forum: ZoneMinder 1.24.x
- Topic: debian lenny ffmpeg didn´t work
- Replies: 4
- Views: 3836
You need something like this: http://tovid.wikia.com/wiki/Installing_svn_ffmpeg_on_a_Debian_based_distro ffmpeg comes 'broken' in the repository by default due to privacy laws. You want an ffmpeg compiled with xvid/dvix/mp4 support and the easiest way to do this is by using the debian-multimedia ...
- Fri Sep 03, 2010 10:23 am
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 19036
- Mon Jul 12, 2010 1:13 pm
- Forum: ZoneMinder 1.24.x
- Topic: zoneminder ffmpeg progressive degrading quality
- Replies: 14
- Views: 9498
I don't believe this applies in your situation as it seems to be ffmpeg related, but I was having a similar issue with a cheap card I purchased off ebay (by similar I mean the displayed picture would show odd colours). The solution was to reduce the fps the capture card recorded at, as the card was ...
- Thu May 13, 2010 10:30 am
- Forum: Hardware Queries
- Topic: Can I make a camera server only?
- Replies: 7
- Views: 4338
- Mon May 10, 2010 10:45 am
- Forum: ZoneMinder 1.24.x
- Topic: Debian Lenny Install
- Replies: 3
- Views: 3699
If you want to install ffmpeg with xvid support in Debian you should consider using the debian-multimedia repository, which makes life a lot easier. Append your sources.list as follows: deb http://www.debian-multimedia.org lenny main deb-src http://www.debian-multimedia.org lenny main Then: apt-get ...
- Tue May 04, 2010 2:33 pm
- Forum: ZoneMinder 1.24.x
- Topic: Debian Lenny Install
- Replies: 3
- Views: 3699
It could possibly be because it is from a restricted source? You might need to modify your sources.list file to include testing and unstable. I suggest googling 'apt pinning' and 'debian testing unstable', then once you've sorted out your sources, try an apt-get update && apt-get install zoneminder ...
- Fri Dec 04, 2009 12:29 am
- Forum: User Contributions
- Topic: Event Video saved to Custom Location / Filename by Default
- Replies: 16
- Views: 25205
My understanding is you can not avoid saving to jpg first. The modification shown above will allow you to create videos from the jpg's zoneminder has captured. As for not finding zmvideo.pl, I've never had this issue. FYI (if you didn't know already), an easy way to find the file (if you're on a ...
- Thu Oct 22, 2009 10:25 am
- Forum: User Contributions
- Topic: Raw stream viewer
- Replies: 198
- Views: 179367
Hi Folks, I've just re-installed my system and I can't get xlib_shm working :( I'm getting the dreaded: ERROR: Failed to shmget ENOENT - segment doesn't exist xlib_shm viewer for zm 1.24.1 version 0.6.4-gl imgx=0 imgy=0 delay=10000 shmkey=7a6d0000 monitors:1 2 3 4 shared_data_size=9217524 I have no ...
- Tue Oct 13, 2009 9:26 am
- Forum: Hardware Queries
- Topic: Can I make a camera server only?
- Replies: 7
- Views: 4338
Also checkout Xen:
http://www.xen.org/
http://en.wikipedia.org/wiki/Xen
I run a Debian server and pass the PCI capture card I have to the DomU (virtual machine) using xen. I have an entire ZM install running in a virtual machine and I must say it works very well!
http://www.xen.org/
http://en.wikipedia.org/wiki/Xen
I run a Debian server and pass the PCI capture card I have to the DomU (virtual machine) using xen. I have an entire ZM install running in a virtual machine and I must say it works very well!
- Wed Oct 07, 2009 10:38 am
- Forum: ZoneMinder 1.24.x
- Topic: Event Video saved to Custom Location / Filename by Default
- Replies: 2
- Views: 2478
- Wed Oct 07, 2009 10:23 am
- Forum: ZoneMinder 1.24.x
- Topic: Any XBMC users out there?
- Replies: 9
- Views: 6086
Hi tim-, If I'm able to, I'd like to help out anyway I can. I have a number of televisions scattered throughout the house, all accompanied by an xbox for viewing our tv recordings and other media. I gave up trying to view the zoneminder cameras via the xbox (I encountered buffer and resource issues ...
- Tue Aug 25, 2009 1:29 pm
- Forum: User Contributions
- Topic: Create video for each event - placed in a common folder
- Replies: 2
- Views: 6890
You may also want to check out http://www.zoneminder.com/forums/viewto ... 5439#55439 for a better way to do what I listed above
- Tue Aug 25, 2009 1:28 pm
- Forum: User Contributions
- Topic: Event Video saved to Custom Location / Filename by Default
- Replies: 16
- Views: 25205
Wow, very impressive. This is exactly what I wanted to do however I lack the mysql/programming knowledge to do it properly! I'm assuming your method is also much less resource intensive than mine, as it doesn't need to execute find commands and relocate/rename files. I'm looking forward to trying it ...