Page 1 of 1

Anran AP2GA rtsp options

Posted: Thu Aug 22, 2013 7:59 pm
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 '

Re: Anran AP2GA rtsp options

Posted: Thu Aug 22, 2013 11:19 pm
by bb99
Use FFMPEG as source and set Options::Images::FFMPEG_OUTPUT_OPTIONS -r 25 -sameq -qscale 5. Hope it helps.

Re: Anran AP2GA rtsp options

Posted: Fri Aug 23, 2013 1:09 am
by whatboy
Thank you very much!
Quality improved but not the FPS!

Re: Anran AP2GA rtsp options

Posted: Fri Aug 23, 2013 1:30 am
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!!!