Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

HTML5 Video Tag: Closed Caption Not Working #806

@thejtate

Description

@thejtate

Been trying to include a .vtt file for my closed captions and no mater how I try it, the button never displays on the video player. Didn't know if there is a special method do doing this inside Baker?

Note: If I remove 'default' on track, the button does display but disappears when clicked and the closed caption does not work. I have even tried it with .srt files as well with no luck.

I know I had issues with this one a server where I had to add the file extension to the .htaccess file. But how would I do this for Baker the iPad?

<video width="600" height="338" controls>
     <source src="ResearchLobbanFC_QTCC.mp4" type="video/mp4">
     <track src="ResearchLobbanFC.vtt" kind="subtitles" label="English subtitles" srclang="en">
</video>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions