-
描述当请求标头不含有
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
在第二个无法正常加载的视频的 |
Beta Was this translation helpful? Give feedback.
-
所以字幕这个跨域的 那还是只能直接给 raw link 加那两个 header 了…… |
Beta Was this translation helpful? Give feedback.
-
See PR #315 |
Beta Was this translation helpful? Give feedback.
参见 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track#:~:text=This%20attribute%20must%20be%20specified%20and%20its%20URL%20value%20must%20have%20the%20same%20origin%20as%20the%20document%20%E2%80%94%20unless%20the%20%3Caudio%3E%20or%20%3Cvideo%3E%20parent%20element%20of%20the%20track%20element%20has%20a%20crossorigin%20attribute. :
所以字幕这个跨域的
<track>
要求<video>
有crossorigin
不然不工作,而<video>
有crossorigin
的话又要应用 CORS protocol 导致 video src 无法加载那还是只能直接给 raw link 加那两个 header 了……