zpvs / hplayer

«hPlayer» - a simple and convenient solution javascript to run broadcast online using «VLC media player Web plugins».
18 stars 6 forks source link

Player does not work in IE #1

Open elhaix opened 11 years ago

elhaix commented 11 years ago

The following error is seen when using the plugin in IE:

CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable. fontawesome-webfont.ttf

Running on IIS, and adding the following to web.config did not fix the problem:

system.webServer> httpProtocol> customHeaders> add name="Access-Control-Allow-Origin" value="*" /> add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" /> add name="Access-Control-Allow-Headers" value="Content-Type" /> /customHeaders> /httpProtocol> /system.webServer>

One suggested solution is to add the mime type to IIS. However this webfont should be removed all together to make it better platform-agnostic.

zpvs commented 11 years ago

This problem is known. Soon to be updated where you can choose to use the web fonts or icons buttons.

elhaix commented 11 years ago

Are you addressing the other issues posted here: https://forum.videolan.org/viewtopic.php?f=16&t=113272 ?