Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
configchanges
configchanges
Config changes

As part of a fix for caption support on iOS devices, two new configuration options were added which define default values in the HLS manifest for caption language and label.

Code Block
caption_default:
  # Language should be 2 or 3 letter ISO 639 codes
  language: 'en'
  name: 'English'


Upgrade Steps

For Manual Installations

  1. Install Ruby 3.x (question)
  2. Update gems, and migrate DB

...