Search found 7 matches
- Sat Aug 26, 2006 11:46 pm
- Forum: Hardware Queries
- Topic: Techwell 6800 based card not working, any suggestion/patch?
- Replies: 5
- Views: 5873
- Sat Aug 26, 2006 8:12 am
- Forum: Hardware Queries
- Topic: Techwell 6800 based card not working, any suggestion/patch?
- Replies: 5
- Views: 5873
Don't listen to the nay sayer man, I had a similar problem and I just wrote my own driver. This article will tell you everything you need to know to do it http://www.linux-mag.com/2000-01/gear_01.html Usually anything worth doing isn't easy :wink: but this actually only took me an hour or so. Let me ...
- Thu Aug 24, 2006 10:36 pm
- Forum: Hardware Queries
- Topic: Digivue EDV-XV425 4-camera dvr capture card ???
- Replies: 5
- Views: 9886
- Mon Aug 21, 2006 11:23 pm
- Forum: Feature Requests
- Topic: future features... "sound"
- Replies: 11
- Views: 9608
I think the easiest way would be to simply record the audio source with ffmpeg (-ad option) and store it. Then just play it back at the same time as the replaying stream images, or simply set it as the source for the generated version. I'm sure it would take a bit of tweaking to get it to sync up ...
- Mon Aug 21, 2006 10:36 pm
- Forum: Feature Requests
- Topic: future features... "sound"
- Replies: 11
- Views: 9608
http://us3.php.net/manual/de/ref.openal.php You can use that to open the device and stream/cache/store the output. I don't see how it could be that complicated...
- Mon Aug 21, 2006 7:09 pm
- Forum: ZoneMinder Previous Versions
- Topic: live view and mobile phone
- Replies: 8
- Views: 8747
Refresh
I put a refresh meta tag "<meta http-equiv="refresh" content="30" />" in my zm_xhtml_view_watch.php file and it refreshes the image just fine. I've got a motorola pebl u6, which supports xhtml. It's slow, but at least you don't have to manually refresh the page constantly and can at least get an ...
- Mon Aug 21, 2006 3:44 pm
- Forum: Feature Requests
- Topic: future features... "sound"
- Replies: 11
- Views: 9608
Audio Functionality
Actually one sound soundcard with multiple inputs should work fine and there is a php plugin for ffmpeg. As Zoneminders web interface is open source, modifying the php scripts to include audio recording functionality should be fairly easy. Anyone wanna work on it with me?