Embeding VLC-plugin auf der Website zu spielen, RTSP-stream

Brauche ich um zu öffnen rtsp-stream. Ich habe den folgenden code für Firefox und Chrome:

<embed 
width="300" 
height="300" 
wmode="transparent" 
id="vlc_1" 
pluginspage="http://www.videolan.org" 
type="application/x-vlc-plugin" 
autoplay="true" 
src="rtsp://USER:PASSWORD@MY_IP:MY_PORT/PSIA/streaming/channels/CAM">

Da, so weit ich habe versucht zu wickeln einbetten mit object ohne signifikantes Ergebnis. Eh-code:

    <object width="300" height="300" 
data="rtsp://USER:PASSWORD@IP:PORT/PSIA/streaming/channels/CAM_NUMBER" 
events="True"
 id="vlc_1" 
codebase="http://localhost:65211/axvlc.cab"
classid="clsid:4AD27CDD-8C2B-455E-8E2A-463E550B718F">
<param value="rtsp://USER:PASSWORD@IP:PORT/PSIA/streaming/channels/CAM_NUMBER" name="Src">
<param value="transparent" name="wmode">
<param value="True" name="ShowDisplay">
<param value="False" name="AutoLoop">
<param value="True" name="AutoPlay">
<embed width="300" height="300" target="rtsp://USER:PASSWORD@IP:PORT/PSIA/streaming/channels/CAM_NUMBER" loop="no" autoplay="yes" version="VideoLAN.VLCPlugin.2" pluginspage="http://www.videolan.org" type="application/x-vlc-plugin" id="vlc_1_embed" wmode="transparent">
</object>

Die Kabine war bereit, nach: https://wiki.videolan.org/ActiveX#Creating_an_VLC_ActiveX_Distribution

Lösung sholud basierend auf der plugin-Nutzung. Kann nicht über die re-streaming.

Gerät, das produziert Strom ist Hikvision DS-7208HVI-SH DVR.

Wie kann ich erzwingen, IE, laden Sie dieses plugin? QuickTime wäre ok, aber nicht öffnen rtsp.

InformationsquelleAutor Marek Bar | 2013-12-05
Schreibe einen Kommentar