Hello,
I developed a WEB application to play videos in .mov, .mxf and .mp4 formats in browser.
I installed VLC player 2.2.6 on a Mac OS X notebook El Capitan vers. 10.11.4, however I can not
view the video in SAFARI browser because I can't enable the VLC web plugin.
How do I enable web plugin in SAFARI browser?
Here's my code:
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videol ... /axvlc.cab" id="vlc">
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" name="vlc" src="http://www.mobidata.inf.br/Repositorio/ ... 504082.mov" width="500px" height="290"/>
</object>
<embed
type='application/x-vlc-plugin'
pluginspage='http://www.videolan.org'
version='VideoLAN.VLCPlugin.2'
width='800'
height='600'
id='vlc'
loop='yes'
autoplay='yes'
target='http://www.mobidata.inf.br/Repositorio/ ... 504082.mov'>
</embed>
Both do not work.
Thank you.