mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Implement video captions
Proxy requests to NewLeaf/Invidious backend so captions are served on the same domain
This commit is contained in:
parent
dbbe950832
commit
500aa820bc
2 changed files with 15 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ block content
|
|||
if format
|
||||
video(controls preload="auto" width=format.second__width height=format.second__height data-itag=format.itag)#video.video
|
||||
source(src=format.url+mediaFragment type=format.type)
|
||||
each t in video.captions
|
||||
track(label=t.label kind="subtitles" srclang=t.languageCode src=t.url)
|
||||
else
|
||||
video(src="")#video.video
|
||||
.stream-notice The server provided no playback streams.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue