Hi,
i'm facing a lot of difficulties in accessing directly to the video stream with third party applications like VLC and Ip Cam Viewer. After searching with google and capturing traffic generated from the admin interface I discovered these URL:
http://<ip.addr>:<port>/video/mjpg.cgi
This url seems to work but i was not able to select the video profile (I tried to add the profileid=X parameter to the url with no results)
http://<ip.addr>:<port>/image/jpeg.cgi
This works just fine and give you access to the single snapshot profile
http://<ip.addr>:<port>/video/ACVS-H264.cgi?profileid=1
This URL is the one used by the activex in the administration page, but i was not able to use it directly in both VLC and ipcamviewer. Both of them show me a blank screen (no error, but no video).
I also tryed to access through RTSP, but it works only with the 3gpp url and only through UDP (this is a problem because i access it remotely through an ssh tunnel which works only with tcp connections)
rtsp://<ip.addr>:<port>/3gpp
Do you know what are the URL to access all the video profiles available ?
Does a more accurate documentation on this camera exist?
Thank you in advance.