Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.7.1 RC2 #5767

Merged
merged 2 commits into from
Apr 4, 2024
Merged

7.7.1 RC2 #5767

merged 2 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Serialize captions to IIIF manifest with text/vtt as the format

    SRT formatted captions are converted to VTT format when the content is
    requested by Ramp. However, the iiif manifest still had the format for
    these files listed as 'text/srt'. This caused Ramp to not process the
    file correctly and the caption file would not show up in the
    subs/captions list in the player. Setting the format to 'text/vtt'
    allows Ramp to correctly process the caption track.
    masaball committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2d53815 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5766 from avalonmediasystem/caption_format

    Serialize captions to IIIF manifest with text/vtt as the format
    Jon Cameron authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d98864d View commit details
    Browse the repository at this point in the history