Jump to content

Recommended Posts

Posted

Hello,

 

I can't figure out how properly to work with htmlframe. 

 

<p>
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="640" height="480" id="vlc" events="True">
<param name="Options" value=":sout-transcode-venc=Direct3D" />
<param name="Src" value="rtsp://dieknuest.pc-friese.de/mpeg4/ch1/sub/av_stream" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" /><embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="autoplay" loop="loop" width="640" height="480" target="rtsp://dieknuest.pc-friese.de/mpeg4/ch1/sub/av_stream" Options=":sout-transcode-venc=Direct3D" Src="rtsp://dieknuest.pc-friese.de/mpeg4/ch1/sub/av_stream" ShowDisplay="True" AutoLoop="False" AutoPlay="True"></embed>
<data></data>
</object>
</p>

The code is correct, rtsp url also. But it's not showing in IE and Chrome browsers. Can somebody help with this?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...