我正在使用 XAMP,每次尝试上传字幕时,都会出现此错误“跨域资源共享策略拒绝了跨域文本轨道加载”。(谷歌浏览器)
我的代码似乎是正确的,我不知道它为什么会这样做。
这是我的视频代码
<style type="text/css">.easyhtml5video span{display:none}
</style>
<video controls autoplay="autoplay"
poster="videoTryThis.files/html5video/IMG_0535.jpg" style="width:400px"
title="400px">
<source src="videoTryThis.files/html5video/IMG_0535.m4v" type="video/mp4">
<source src="videoTryThis.files/html5video/IMG_0535.webm" type="video/webm">
<track label="English Captions" kind="captions" src="video_cc_en.vtt"></track>
</video>
这是vtt文件
WEBVTT
Cue-1
00:00:5.000 --> 00:00:18.000
At the left we can see...
任何帮助都会很棒谢谢你们!