-
Notifications
You must be signed in to change notification settings - Fork 29
Subtitles
Zibbp edited this page Aug 10, 2020
·
5 revisions
When using FFMPEG to convert and play media you may want to have subtitle support.
Changing the subtitles
In the Advanced Controls section below the player, enter the url to your desired VTT subtitles.
Don't have a place to host your VTT subtitles?
- Expose a subtitle directory within the static directory with a docker volume
-v /my/subtitles:/opt/app/static/subtitles
-
Place the subtitles in the specified directory
-
Access your subtitles at
https://radium.website.com/subtitles/SUBS.vtt
-
Set url under Advanced Controls
Note: Admin privileges are required to use advanced controls.