Jump to content

Some help on Chrome IE and multiple requests


vlkc

Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...