modify ffmpeg documentation, add a note to libvlc source type

This commit is contained in:
Andy Bauer 2016-12-20 08:47:02 -06:00
parent c25dd50a21
commit a20da2aa71
1 changed files with 9 additions and 3 deletions

View File

@ -71,11 +71,16 @@ Source Tab
FFmpeg FFmpeg
^^^^^^ ^^^^^^
This is the recommended source type for most modern ip cameras.
Source Path Source Path
Use this field to enter the full URL of the stream or file. Look in Supported Hardware > Network Cameras section, how to obtain these strings that may apply to your camera. RTSP streams may be specified here. Use this field to enter the full URL of the stream or file your camera supports. This is usually an RTSP url. There are several methods to learn this:
* Check the documentation that came with your camera
* Look for your camera in the hardware compatibilty list in the wiki http://wiki.zoneminder.com/Hardware_Compatibilty_List
* Try ZoneMinder's new ONVIF probe feature
* Download and install the ONVIF Device Manager onto a Windows machine https://sourceforge.net/projects/onvifdm/
* Use Google to find third party sites, such as ispy, which document this information
Source Colours Source Colours
Specify the amount of colours in the captured image. Unlike with local cameras changing this has no controlling effect on the remote camera itself so ensure that your camera is actually capturing to this palette beforehand. Specify the amount of colours in the captured image. 32 bit is the preferred choice here. Unlike with local cameras changing this has no controlling effect on the remote camera itself so ensure that your camera is actually capturing to this palette beforehand.
Capture Width/Height Capture Width/Height
Make sure you enter here the same values as they are in the remote camera's internal setting. Make sure you enter here the same values as they are in the remote camera's internal setting.
Keep aspect ratio Keep aspect ratio
@ -85,6 +90,7 @@ Orientation
LibVLC LibVLC
^^^^^^ ^^^^^^
The fields for the LibVLC source type are configured the same way as the ffmpeg source type. We recommend only using this source type if issues are experienced with the ffmpeg source type.
cURL cURL
^^^^ ^^^^