IP Cam Viewer     My Amazon IP Cameras    

Custom pan/tilt parameters using RTSP?

Support for my free Android Applications.

Custom pan/tilt parameters using RTSP?

Postby techspy » Wed Jan 30, 2019 12:46 pm

I have a hacked cloud service only cam that I can now access via RTSP in IPCamViewer. However, I am unable to get pan and tilt to work. I have tried many different cam models and I can get many to show video but none allow pan/tilt to work. The hack allows pan/tilt over http via a specific port. Below is the code from the page that allows me to pan/tilt but it would be great to be able to customize one of the RTSP cam options to allow me to use pan/tilt. FYI the RTSP feed is on lets say port 8000 and the http webui with the code below on 8002. I tried several models that allow different ports specified for RTSP and "http" or data and none work. Any help appreciated!


<!DOCTYPE html>
<html>
<head>
<title>zsgx1hacks UI</title>
<style>
body {
font-size: 100%;
font-family: Arial, Verdana, sans-serif;
}
</style>
</head>
<body>
<div>
<button onclick="window.location.href='webui'" id="home">Home</button>
<br />
<br />
<button onclick="window.location.href='webui?command=iron'" id="irledson">IR LEDs On</button>
<br />
<button onclick="window.location.href='webui?command=iroff'" id="irledsoff">IR LEDs Off</button>
<br />
<br />

</div>
<table>
<tr align="center">
<td><button onclick="window.location.href='webui?command=ptzlu'">&#11017;</button></td>
<td><button onclick="window.location.href='webui?command=ptzu'">&#11014;</button></td>
<td><button onclick="window.location.href='webui?command=ptzru'">&#11016;</button></td>
</tr>
<tr align="center">
<td><button onclick="window.location.href='webui?command=ptzl'">&#11013;</button></td>
<td>PTZ</td>
<td><button onclick="window.location.href='webui?command=ptzr'">&#10145;</button></td>
</tr>
<tr align="center">
<td><button onclick="window.location.href='webui?command=ptzld'">&#11019;</button></td>
<td><button onclick="window.location.href='webui?command=ptzd'">&#11015;</button></td>
<td><button onclick="window.location.href='webui?command=ptzrd'">&#11018;</button></td>
</tr>
</table>
<br />
Date - Thu Jan 1 05:23:52 GMT 1970
<br />
IP Address -
<br />
Uptime - 05:23:52 up 5:24, 0 users, load average: 0.94, 0.92, 1.00
<br />
Hack Type - SD CARD
<br />
<a href="https://github.com/ant-thomas/zsgx1hacks" target="_blank">ZS-GX1 Hacks - Github</a>

</body></html>
techspy
 
Posts: 4
Joined: Wed Sep 28, 2011 10:15 am

Return to Support

Who is online

Users browsing this forum: No registered users and 2 guests

cron