Menu:

Information:

WebCam mit Streaming Server von VisionGS

Links:

Version:

2016-08-24

IP

Webcam_1

Die Kamera ist momentan im Testbetrieb.
Online-Zeiten nach Absprache ;-)

VisionGS Streaming Server

click here for standalone player

einzufügender Code:

<a href="mms://{ip}:8000/">click here for standalone 
  player</a>
<object id="MediaPlayer1" 
  classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" 
  codebase="https://activex.microsoft.com/activex/
    controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" 
  type="application/x-oleobject" 
  standby="VisionGS Webcam Software" 
  height="265" 
  width="320">
  <param name="FileName" value="mms://{ip}:8000/" />
  <param name="ShowStatusBar" value="true" />
  <param name="DefaultFrame" value="mainFrame" />
  <param name="ShowControls" value="false" />
  <param name="ShowDisplay" value="false" />
  <param name="enableContextMenu" value="false" />
  <embed height="265" 
    pluginspage="https://www.microsoft.com/Windows/
      MediaPlayer/" 
    src="mms://{ip}:8000/" 
    type="application/x-mplayer2" 
    width="320" 
    showcontrols="0" 
    showstatusbar="1">
  </embed>
</object>