Difference between revisions of "AirLive AirCam OD325HD"
From ZoneMinder Wiki
Jump to navigationJump to search
(Added link to camera product page.) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The | The [http://www.airlive.com/product/OD-325HD AirLive AirCam OD-325HD] POE camera seems to work fine with these monitor settings: | ||
== Getting streams in HTTP == | |||
* Source Type: Remote | * Source Type: Remote | ||
* Remote Protocol: HTTP | * Remote Protocol: HTTP | ||
Line 9: | Line 12: | ||
* Capture Width (pixels): 1280 | * Capture Width (pixels): 1280 | ||
* Capture Height (pixels): 1024 | * Capture Height (pixels): 1024 | ||
== Getting streams in RTSP == | |||
Point your monitor to a ffmpeg source to rtsp://<username>:<password>@<camera-ip>/media.amp?videocodec=<''codec''>&resolution=<''res''>&compression=<''percent''>&fps=<''frames''>&videokeyframeinterval=<''interval''>&videobitrate=<''rate''> to get the stream. There is no need to pass all parameters. | |||
Where: | |||
* ''codec'': h264, mpeg4, mjpeg. | |||
* ''res'': sxga, vga, qvga, qqvga (codec dependent). | |||
* ''percent'': 1 - 100. | |||
* ''frames'': 1 - 30 (resolution dependent). | |||
* ''interval'': 1 - 60. | |||
* ''rate'': 32 - 4096 (resolution dependent). | |||
Examples: | |||
* rtsp://192.168.0.100/media.amp?videocodec=h264&resolution=sxga&compression=100&fps=15&videokeyframeinterval=30&videobitrate=3072 | |||
* rtsp://admin:airlive@192.168.0.100/media.amp?videocodec=mpeg4&resolution=vga&fps=30 | |||
Notes: | |||
You cannot get all resolution with all codec, for example to get SXGA you have to use H264 or MJPEG. For more information access the camera with a browser and go to ''Video Profiles'' under ''Video'' option. |
Latest revision as of 15:59, 5 December 2014
The AirLive AirCam OD-325HD POE camera seems to work fine with these monitor settings:
Getting streams in HTTP
- Source Type: Remote
- Remote Protocol: HTTP
- Remote Method: Simple
- Remote Host Name (example): zoneminder:MYPASSWORD@192.168.1.3
- Remote Host Port: 80
- Remote Host Path: mjpg/video.cgi?0.mjpg
- Target Colorspace: 24 bit color
- Capture Width (pixels): 1280
- Capture Height (pixels): 1024
Getting streams in RTSP
Point your monitor to a ffmpeg source to rtsp://<username>:<password>@<camera-ip>/media.amp?videocodec=<codec>&resolution=<res>&compression=<percent>&fps=<frames>&videokeyframeinterval=<interval>&videobitrate=<rate> to get the stream. There is no need to pass all parameters.
Where:
- codec: h264, mpeg4, mjpeg.
- res: sxga, vga, qvga, qqvga (codec dependent).
- percent: 1 - 100.
- frames: 1 - 30 (resolution dependent).
- interval: 1 - 60.
- rate: 32 - 4096 (resolution dependent).
Examples:
- rtsp://192.168.0.100/media.amp?videocodec=h264&resolution=sxga&compression=100&fps=15&videokeyframeinterval=30&videobitrate=3072
- rtsp://admin:airlive@192.168.0.100/media.amp?videocodec=mpeg4&resolution=vga&fps=30
Notes:
You cannot get all resolution with all codec, for example to get SXGA you have to use H264 or MJPEG. For more information access the camera with a browser and go to Video Profiles under Video option.