vlkc Posted July 2, 2016 Posted July 2, 2016 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? Quote
Administrators Farshad Mohajeri Posted July 2, 2016 Administrators Posted July 2, 2016 Looks like a plugin/browser compatibility issue. Quote
Sherzod Posted July 2, 2016 Posted July 2, 2016 Hi, On the client side "VLC" must be installed... https://wiki.videolan.org/Documentation:Installing_VLC/ http://activetalk.ru/images/stories/instruction/vlc.pdf(rus) Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.