Sune1337
04b8ecf0a7
Support streaming with zms (using ffmpeg) better
...
* ZoneMinder compiles with ffmpeg 0.5..master
* Make VideoStream class able to stream through ffmpeg better.
* Ability to use fixed quality instead of fixed bitrate (by specifying bitrate 0...100)
* Format url parameter supports <format>/<encoder> syntax
Details:
- Redefine av_err2str to a to avoid compiler warning on newer g++'s
- When using rtp format; if ffmpeg does not have a default codec, use CODEC_ID_MPEG4. (because this is what the default is as of 2.2 when this code was written)
- Specify ofc->packet_size if rtp format is requested
- Video generated in a thread to guarantee a constant fps.
- Move _AVCODECID definition into zm_ffmpeg.h (and use instead of (AV)CodecID
- Call avformat_network_init because ffmpeg warns about it beeing required soon.
- increase VideoStream::video_outbuf_size to 4MiB to be able to encode larger pictures
2014-04-25 22:12:58 +02:00
Kyle Johnson
e18c4b593d
Added api doc for adding a zone
2014-04-25 19:52:08 +00:00
Kyle Johnson
0d906d4ec9
Added api doc for adding a monitor
2014-04-25 19:29:57 +00:00
Kyle Johnson
e65e17093f
Added api doc for editing configs
2014-04-25 19:19:56 +00:00
Kyle Johnson
2004a5de8a
Ability to edit a config via api by passing in an array
2014-04-25 19:18:59 +00:00
Kyle Johnson
8dd7d3e934
Initial commit of documentation for the API
2014-04-25 19:13:32 +00:00
Kyle Johnson
643e1aac3b
Added docs/_build to .gitignore
2014-04-25 18:44:49 +00:00
Kyle Johnson
48304d2322
Initial commit of Sphinx docs directory
2014-04-25 18:33:41 +00:00
Kyle Johnson
5843f12152
Ability to edit zone via api by passing in array
2014-04-25 18:23:10 +00:00
Kyle Johnson
2e3900d1c7
Ability to edit event via api by passing in array
2014-04-25 18:20:55 +00:00
Kyle Johnson
78ef09705d
Return the correct message when updating a monitor
2014-04-25 18:20:23 +00:00
m-bene
9fb794f4d0
add option field zo monitors
2014-04-25 13:23:06 +02:00
Kfir Itzhak
7aef6e9389
Merge pull request #387 from PX03AFK/patch-4
...
Update zoneminder.cmake.OS13.spec - minor corrections
2014-04-25 11:06:35 +03:00
Kfir Itzhak
c64b1318db
Merge pull request #389 from PX03AFK/patch-6
...
Update README.OpenSuse
2014-04-25 11:05:37 +03:00
Kfir Itzhak
64c4fd2ce6
Merge pull request #388 from PX03AFK/patch-5
...
Update distros/opensuse/CMakeLists.txt
2014-04-25 10:59:31 +03:00
Kyle Johnson
54a105a29d
Ability to edit monitor via api by passing in array
2014-04-25 03:38:51 +00:00
Kyle Johnson
b86c3f1e43
Zones are deleted when their parent Monitor is
2014-04-25 02:33:02 +00:00
Kyle Johnson
7ced617db2
Frames are deleted when their parent Event is
2014-04-25 02:24:46 +00:00
Kyle Johnson
0bae740a6c
Initial index, view, edit and delete functions for Frames
2014-04-25 02:15:15 +00:00
Kyle Johnson
814359a003
Added a route for frames
2014-04-25 02:14:53 +00:00
Kyle Johnson
c836b81a21
Initial commit of Frame Model
2014-04-25 02:11:05 +00:00
Kyle Johnson
5cabbe280d
Initial xml and json views for Event index and view
2014-04-25 02:01:17 +00:00
Kyle Johnson
5385e20e8e
Initial index, view, edit and delete functions for Events
2014-04-25 02:00:50 +00:00
Kyle Johnson
710bb966b8
Added a route for events
2014-04-25 01:59:57 +00:00
Kyle Johnson
159a1ec533
Initial xml and json views for Config index and view
2014-04-23 20:01:08 +00:00
Kyle Johnson
af91a1482f
Initial index, view, edit and delete functions for Configs
2014-04-23 19:59:52 +00:00
Kyle Johnson
b2ad265054
Added a route for configs
2014-04-23 19:58:52 +00:00
Kyle Johnson
ed8bc57d4c
Added a route for zones
2014-04-23 19:54:15 +00:00
Kyle Johnson
bb7cd7652a
Initial xml and json views for Zone index and view
2014-04-23 19:54:00 +00:00
Kyle Johnson
30657dbf93
Initial index, view, edit, update and delete functions for Zones
2014-04-23 19:53:43 +00:00
Kfir Itzhak
3eee90f811
Fix wrong no signal color bug introduced in zm v1.26. Thanks to forum user jcrews for spotting this
...
http://www.zoneminder.com/forums/viewtopic.php?f=30&t=21876
2014-04-23 13:27:43 +03:00
Kfir Itzhak
1f29aa432a
Minor corrections to the cURL source type in the web interface
2014-04-23 12:12:41 +03:00
Kyle Johnson
485f1b6da8
Initial xml and json views for Monitor view
2014-04-23 03:56:40 +00:00
Kyle Johnson
f97568870c
Initial xml and json views for Monitor index
2014-04-23 03:45:23 +00:00
Kyle Johnson
2ee9ffde60
Initial index, view, edit, update and delete functions for Monitors
2014-04-23 03:44:56 +00:00
Kyle Johnson
8e88fbe87c
Added routes for monitors xml / json
2014-04-23 03:43:59 +00:00
Kyle Johnson
53c8f05812
Added htaccess file to allow rewriting
2014-04-23 03:25:24 +00:00
Kyle Johnson
92e2212d9c
Initial commit of Zone Model
2014-04-23 03:14:25 +00:00
Kyle Johnson
51eced48b1
Initial commit of Event Model
2014-04-23 03:14:15 +00:00
Kyle Johnson
8a70747088
Initial commit of Config Model
2014-04-23 03:14:08 +00:00
Kyle Johnson
5e56a5a7cb
Initial commit of Monitor Model
2014-04-23 03:13:56 +00:00
Kyle Johnson
2c94183721
Initial commit of CakePHP 2.5.0-RC1 for the API
2014-04-23 02:51:50 +00:00
Kfir Itzhak
3cee6a133d
Merge remote-tracking branch 'Sune1337/motion/FrameSkip'
...
Conflicts:
db/zm_update-1.27.1.sql
web/lang/nl_nl.php
2014-04-22 20:13:11 +03:00
Kfir Itzhak
0dbcc836b4
Merge pull request #325 from elenril/master
...
Support building with new libavcodec versions.
2014-04-19 00:08:39 +03:00
Kfir Itzhak
2f542b2396
Merge pull request #395 from hamiltont/patch-6
...
Remove SVN install from Travis CI
2014-04-18 23:23:14 +03:00
Hamilton Turner
b196965c4c
Remove SVN install from Travis CI
2014-04-18 13:26:25 -04:00
Hamilton Turner
f2dbb1fe08
Dockerfile works properly, documentation updated
...
- Dockerfile now builds properly
- Dockerfile now ADDs files from local directory. This allows
you to either pull from github (for master) or to build
locally (for development)
- Removes some dependencies from container (wget, git)
- Removes pulling apache virtual host file from github
- Upgrades MySQL start check to actually check instead of just
sleeping
2014-04-18 12:39:05 -04:00
Kyle Johnson
fd4f77b145
Merge pull request #381 from m-bene/flatLayout2
...
Fix window sizes and input field sizes for flat skin
2014-04-18 09:40:00 -04:00
Kyle Johnson
4b7f1896b9
Merge pull request #385 from maciekczwa/master
...
fix sql error which prevents remote login from working
2014-04-18 09:39:09 -04:00
Kyle Johnson
83b2b0c619
Merge pull request #380 from m-bene/switchLayout
...
Fix reload loop on switching skins
2014-04-18 09:38:17 -04:00