Page 1 of 1

Asante Voyager I (Smartbot) IP camera

Posted: Thu Oct 17, 2013 3:15 am
by DoctorHurt
I've gotten this camera to work in ZM using simple http as follows:

Source Type: Remote
Remote Protocol: HTTP
Remote Method: Simple
Remote Host Name: <username>:<password>@<ipaddress>
Remote Host Port: 80
Remote Host Path: /image.cgi?camera=1&type=motion
Remote Image Colors: 24 bit
Capture Width: 1280
Capture Height: 1024

I get about 6fps using this method although the camera itself is set for 15fps. I'm assuming the Asante Voyager II camera would also work using the same settings.

I cannot get rtsp to work in ZM no matter what I try even tho I can access the camera's RTSP streams just fine from VLC Media Player using either of the URL formats:
mjpeg:

Code: Select all

rtsp://user:password@ipaddress:554/cam1/mjpeg
mpeg4:

Code: Select all

rtsp://user:password@ipaddress:554/cam1/mpeg4
I've tried using Remote Protocol=RTSP and all the different RTSP methods. However when I do this, I get no video in ZM and I see the following error in the ZM logs:

Code: Select all

2013-10-16 20:31:18.153107	zmc_m2	29383	ERR	Unsupported media type 'event' in SDP media attribute 'event 0 RTP/AVP 69'	zm_rtsp.cpp	314
I've also tried using Source Type=Ffmpeg using the above URLs but again it does not work even though I've enabled and set the correct path to ffmpeg (avconv) in the ZM settings.