ZM to AirLive OD-2025HD via RTSP

Forum for questions and support relating to the 1.26.x releases only.
Locked
neoncek
Posts: 2
Joined: Fri Nov 15, 2013 10:03 pm

ZM to AirLive OD-2025HD via RTSP

Post by neoncek »

Hello, I didnt find any howto for AirLive OD-2025HD IP camera which I am using.
Zoneminder v1.26.5 is properly installed on Ubuntu Server 64b 12.04 LTS by the easy way.I wish to use ZM in the best resolution using RTPS to my IPcam. Based on attached screenshot I tried to setup path, but ZM cannot connect.

My setup:
[GENERAL]
SourceType=Remote
Function=Monitor (to be changed to record motions)
Enabled=checked
MaxFPS=30
AlarmMaxFPS=
[SOURCE]
RemoteProtocol=RTSP
RemoteMethod=RTP/RTSP
RemoteHostName=name:password@172.16.1.20
RemoteHostPort=554
RemoteHostPath=/video.mp4
TargetColorspace=24b
CaptureWidth=1280
CaptureHeight=760

It would be the best if I can use 1280x760 at least as IPcam support it.
I would like to kindly ask you for the help, also I dont know what else should I provide for better understanding my issue.
Thanks in advance for your posts.
Attachments
ZM_Airlive.jpg
ZM_Airlive.jpg (41.98 KiB) Viewed 1758 times
TT_ZX
Posts: 9
Joined: Thu Mar 11, 2010 7:24 am

Re: ZM to AirLive OD-2025HD via RTSP

Post by TT_ZX »

Try Remote Host Path

Code: Select all

/media/media.amp?videocodec=mpeg4&resolution=1280x760
or

Code: Select all

/mpeg4/media.amp&resolution=1280x760
or

Code: Select all

/mpeg4/1/media.amp&resolution=1280x760
Locked