Grandstream GVX3000 surveillance

From JoatWiki
Jump to: navigation, search

Grandstream GVX3000 surveillance

(26 May 2008) - This page is a work in progress, please bare with me.

The GVX3000 has a feature that allows you to task the video camera for surveillance, without having to dial up the phone. The manual describes configuring a specific (older) version of VLC. We tried to use newer versions of VLC and didn't have much success.

It is possible to view the stream, or even more than one stream, in a web page. The trick is finding the compatible software to view the stream(s). Below are what I've found to work. (Note: This method doesn't work with IE7 or Firefox. IE6 is recommended.)

1) Read this page about embedding Quicktime.

2) Following is code that I adapted from the above which seems to work. (Note: you have to type in the username and password for each phone though.)

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; 
  charset=windows-1252">
<title>VBrick Video 1</title>
<script language="javascript">
function playIt() {
  qt.setURL("rtsp://192.168.2.22")
}
</script>
</head>
<body onload="playIt()">
<p align="center">
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
  WIDTH="352" HEIGHT="240" ID="qt" 
  CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<PARAM name="SCALE" VALUE="Aspect">
<PARAM name="TARGET" VALUE="quicktimeplayer">
<embed SRC WIDTH="352" HEIGHT="240" SCALE="ASPECT" 
  AUTOPLAY="true" CONTROLLER="true" 
  PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</OBJECT>
</body>
</html>

I'm looking for docs that explains how add username and password to RTSP URLs. "rtps://username:password@site" does not appear to work.




Comments:

Leave a Comment

Personal tools