Skip to content

Subtitles

Zibbp edited this page Aug 10, 2020 · 5 revisions

Subtitles

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.

Change Subtitles

Don't have a place to host your VTT subtitles?

  1. Expose a subtitle directory within the static directory with a docker volume
-v /my/subtitles:/opt/app/static/subtitles
  1. Place the subtitles in the specified directory

  2. Access your subtitles at https://radium.website.com/subtitles/SUBS.vtt

  3. Set url under Advanced Controls

Note: Admin privileges are required to use advanced controls.