Difference between revisions of "AirLive AirCam OD325HD"
From ZoneMinder Wiki
Jump to navigationJump to search
Line 17: | Line 17: | ||
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. | 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: | Where: |
Revision as of 15:57, 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.
- fps: 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.