[Javascript] Camera IP en streaming
Fermé
iceman306
Messages postés
95
Date d'inscription
lundi 30 août 2004
Statut
Contributeur
Dernière intervention
24 septembre 2008
-
28 sept. 2006 à 10:24
stio - 9 janv. 2007 à 16:35
stio - 9 janv. 2007 à 16:35
Bonjour!
J'aurais besoin d'un peu d'aide avec le javascript.
J'aimerais mettre en streaming une camera IP.
Quelqu'un connait un script qui permet de faire sa? Ou comment faire pour le créer?
Merci d'avance!
J'aurais besoin d'un peu d'aide avec le javascript.
J'aimerais mettre en streaming une camera IP.
Quelqu'un connait un script qui permet de faire sa? Ou comment faire pour le créer?
Merci d'avance!
A voir également:
- [Javascript] Camera IP en streaming
- Ethernet n'a pas de configuration ip valide - Guide
- Streaming - Guide
- Comment connaître son adresse ip - Guide
- Fast streaming - Accueil - Guide TV et vidéo
- Search tool ip camera download - Télécharger - Web & Internet
1 réponse
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=362 HEIGHT=318");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"/plugin/h263ctrl.cab#version=1,7,0,22\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"503359680\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"8481\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"4712\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=362 HEIGHT=318");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"/plugin/h263ctrl.cab#version=1,7,0,22\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"503359680\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"8481\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"4712\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>