Embed VLC Player 1.1.7 on the page for IE

I am looking for sample code on how to post VLC player(latest version) on a web page and play a movie file. Pure HTML/Javascript.

The target browser IE 8++for this.

The latest documentation VLCstates that there is a new universal one Javascript API, but the examples use tags EMBED... I searched high and low and can not find a working piece of code for IE.

Documentation:

http://wiki.videolan.org/Documentation:WebPlugin

+3
source share
1 answer

Have you ever thought about using another player?

I used jwplayer and this is great:

0
source

Source: https://habr.com/ru/post/1792136/


All Articles