Anran AP2GA rtsp options

Post here to indicate any hardware you have used and which is known to work with ZoneMinder. Not for questions.
Post Reply
whatboy
Posts: 304
Joined: Mon Aug 31, 2009 10:31 pm

Anran AP2GA rtsp options

Post by whatboy »

I bought an Anran AP2GA ip wifi camera, it is ONVIF compatible, but looks like Zoneminder is not, According to this page... http://www.ispyconnect.com/man.aspx?n=ANRAN to view the camera in VLC or FFMPEG, the path is rtsp://IPADDRESS:554/user=[USERNAME]&password=[PASSWORD]&channel=1&stream=0.sdp? and it does work on zoneminder and FFMPEG, but with poor quality and flickering, my question is, how do you transform that into RTSP???

I get this error...
Unable to get RTP Info identifier from response 'RTSP/1.0 200 OK Server: H264DVR 1.0 cseq: 3 Range: npt=now- Session: 22220670 '
bb99
Posts: 943
Joined: Wed Apr 02, 2008 12:04 am

Re: Anran AP2GA rtsp options

Post by bb99 »

Use FFMPEG as source and set Options::Images::FFMPEG_OUTPUT_OPTIONS -r 25 -sameq -qscale 5. Hope it helps.
whatboy
Posts: 304
Joined: Mon Aug 31, 2009 10:31 pm

Re: Anran AP2GA rtsp options

Post by whatboy »

Thank you very much!
Quality improved but not the FPS!
whatboy
Posts: 304
Joined: Mon Aug 31, 2009 10:31 pm

Re: Anran AP2GA rtsp options

Post by whatboy »

Hmmm... guess I needed to restart the console two times... it is working now... but since -sameq is not same quality, I replace that with -c r f options... mine looks like!

-r 10 -c r f -qscale:6


THANK YOU VERY MUCH!!!
Post Reply