Http Subtitles In Winjs Video Element May 19, 2024 Post a Comment In the HTML media playback sample there's a code that demonstrates how to add subtitles to the video: MEDIA12604: Text Track: Unknown MIME type. hr=8007000bSo I added the mime type. My site runs on Apache. I added this line to the .htaccess file:AddType text/vtt;charset=utf-8 .vttThis sets the .vtt type to be text/vtt and set the encoding to utf-8.I'm sure it's not hard to find the ways of adding mime types for other servers.I'm my case I had to add the "www" to the url too... But I think this has something to do with the way the server is set up. You might not need this. Share You may like these postsIs It Possible To Play Multiple Video Files Simultaneously On An Ipad In Either Html5 Or Native App?Html5 Video Repeat At A Given TimeframeMake Html5 Video Div Clickable And Go To HyperlinkCanvas That Created From Video Raising "tainted Canvases May Not Be Exported." Error When Saving Post a Comment for "Http Subtitles In Winjs Video Element"
Post a Comment for "Http Subtitles In Winjs Video Element"