Search found 5 matches
- Thu Aug 18, 2011 7:11 pm
- Forum: ZoneMinder 1.24.x
- Topic: AXIS M1011 and ZoneMinder 1.24
- Replies: 5
- Views: 2744
Re: AXIS M1011 and ZoneMinder 1.24
Works for me. I have H.264 picked as the default profile on the web interface for the M1011 somewhere. I didn't use a preset, these settings on the monitor in ZoneMinder seem pertinent, worked for me: source type: ffmpeg source path: rtsp://root:password@HOSTNAME:554/axis-media/media.amp capture ...
- Fri Apr 15, 2011 11:17 pm
- Forum: User Contributions
- Topic: [FIX] ZM 1.24.2: Opera, Safari and iPhone MJPEG capability
- Replies: 9
- Views: 17669
Re: [FIX] ZM 1.24.2: Opera, Safari and iPhone MJPEG capabili
Please consider fixing this in SVN if you have not already!
- Mon Apr 11, 2011 4:48 am
- Forum: User Contributions
- Topic: Video downloads end with .html
- Replies: 5
- Views: 3927
Re: Video downloads end with .html
Probably a better idea to use application/octet-stream than application/force-download. The former is the official type for arbitrary byte data and the latter just works as a side effect. Best would be figuring out what is actually being sent and choose the correct MIME, but that's not as trivial.
- Fri Dec 17, 2010 4:28 am
- Forum: ZoneMinder 1.24.x
- Topic: ZoneMinder and an AXIS 210 camera
- Replies: 6
- Views: 4038
- Fri Dec 17, 2010 3:48 am
- Forum: User Contributions
- Topic: Video downloads end with .html
- Replies: 5
- Views: 3927
Video downloads end with .html
On my system video downloads were getting a text/html Content-Type causing Safari to append .html to the end of the filenames. This quick fix got around that. --- video.phpold 2010-12-16 19:35:57.194047323 -0800 +++ video.php 2010-12-16 19:38:27.650321752 -0800 @@ -89,6 +89,7 @@ { $downloadIndex ...