Hallo,
ich habe folgendes Problem:
Ich habe mir`IP Kameras im Internet bestellt und möchte diese in mein Homeserver einbinden.
Leider finde ich nirgends den Pfad für die Kamera!!
Gira konnte mir auch nicht weiterhelfen.
Ich habe den Quelltext der Explorerseite mal kopiert und angehängt, es wäre toll wenn mir jemand helfen könnte!
Kamerabezeichnung:
IR3-61P SHARP N.R
ar url ="/cgi-bin/activex.cgi?event=";
url = url + type + "&time=" + stamp;
httpRequest.open("GET", url, true);
httpRequest.send(null);
if(type=="record")
Record_Disable();
if(type=="snapshot")
Capture_Disable();
}
function OnLoad()
{
StopAlert();
}
function redraw()
{
document.ICLPlayer.style.display = 'none'
document.ICLPlayer.style.display = 'block'
}
</script>
<FORMname="videoset" ACTION=/cgi-bin/activex.cgi METHOD=POST>
<tableborder=0 width=80%>
<tr><td><spanclass=Headline>Bildausgabe </span>
<tr><td><hr>
<tableborder=0 width=80%>
<tr>
Zoom
<selectname=ZOOM onChange="form.submit();">
<optionvalue=1 >25%
<optionvalue=2 >50%
<optionvalue=3 >75%
<optionvalue=4 selected>100%
<optionvalue=5 >125%
<optionvalue=6 >150%
<optionvalue=7 >175%
<optionvalue=8 >200%
<optionvalue=9 >225%
<optionvalue=10 >250%
<optionvalue=11 >275%
<optionvalue=12 >300%
</select>
</tr>
<objectclassid="clsid:6F5A0B29-5C26-49A1-9462-4C9910F085F3" codebase="http://192.168.0.134/ICLAXPlayer.cab" width="720" height="576" id="ICLPlayer" events="True">
<paramname="URL" value="rtsp://192.168.0.134:554"/>
<paramname="TCP" value="True"/>
<paramname="Estimation" value="False"/>
<paramname="Width" value="720"/>
<paramname="Height" value="576"/>
<paramname="UserName" value="admin"/>
<paramname="Passwd" value=" "/>
<paramname="CtrlPort" value="21"/>
<paramname="Autoreconnect" value="1"/>
<br><br><br><br><br><font>
Danke im Voraus!
Freundliche Grüße
Boris Pyzalla
ich habe folgendes Problem:
Ich habe mir`IP Kameras im Internet bestellt und möchte diese in mein Homeserver einbinden.
Leider finde ich nirgends den Pfad für die Kamera!!
Gira konnte mir auch nicht weiterhelfen.
Ich habe den Quelltext der Explorerseite mal kopiert und angehängt, es wäre toll wenn mir jemand helfen könnte!
Kamerabezeichnung:
IR3-61P SHARP N.R
ar url ="/cgi-bin/activex.cgi?event=";
url = url + type + "&time=" + stamp;
httpRequest.open("GET", url, true);
httpRequest.send(null);
if(type=="record")
Record_Disable();
if(type=="snapshot")
Capture_Disable();
}
function OnLoad()
{
StopAlert();
}
function redraw()
{
document.ICLPlayer.style.display = 'none'
document.ICLPlayer.style.display = 'block'
}
</script>
<FORMname="videoset" ACTION=/cgi-bin/activex.cgi METHOD=POST>
<tableborder=0 width=80%>
<tr><td><spanclass=Headline>Bildausgabe </span>
<tr><td><hr>
<tableborder=0 width=80%>
<tr>
Zoom
<selectname=ZOOM onChange="form.submit();">
<optionvalue=1 >25%
<optionvalue=2 >50%
<optionvalue=3 >75%
<optionvalue=4 selected>100%
<optionvalue=5 >125%
<optionvalue=6 >150%
<optionvalue=7 >175%
<optionvalue=8 >200%
<optionvalue=9 >225%
<optionvalue=10 >250%
<optionvalue=11 >275%
<optionvalue=12 >300%
</select>
</tr>
<objectclassid="clsid:6F5A0B29-5C26-49A1-9462-4C9910F085F3" codebase="http://192.168.0.134/ICLAXPlayer.cab" width="720" height="576" id="ICLPlayer" events="True">
<paramname="URL" value="rtsp://192.168.0.134:554"/>
<paramname="TCP" value="True"/>
<paramname="Estimation" value="False"/>
<paramname="Width" value="720"/>
<paramname="Height" value="576"/>
<paramname="UserName" value="admin"/>
<paramname="Passwd" value=" "/>
<paramname="CtrlPort" value="21"/>
<paramname="Autoreconnect" value="1"/>
<br><br><br><br><br><font>
Danke im Voraus!
Freundliche Grüße
Boris Pyzalla
Kommentar