You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is unrelated to the asset protocol, rather this is caused by the overly strict CORS applied to captions compared to video files (this is not a Tauri issues, rather a general browser issue), to fix this add crossorigin="anonymous" to the video element.
Describe the bug
Tarui can't load WebVTT subtitles through asset protocol.
When i try to load video and it subtitles using asset protocol. I found that the video could be successfully loaded but not the subtitles.
Reproduction
No response
Expected behavior
Tarui should be able to load WebVTT subtitles through asset protocol.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: