1
0
Fork 0
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:
Lomanic 2021-03-29 00:11:49 +02:00 committed by Cadence Ember
parent dbbe950832
commit 500aa820bc
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
2 changed files with 15 additions and 0 deletions

View file

@ -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.