Skip to content

chromecast spu subtitles support

** Direct mux of subtitles into media ?

WebVTT seems the only option if we want to use mkv.

Chromecast does not seem to "see" the embedded webvtt track. Maybe it needs to "enable" that track using a dedicated command.

"Your subtitle resources must implement CORS." https://developers.google.com/cast/docs/media So it seems all subtitles are split file.

** Side loaded subtitles ?

  • We need the "command"
  • There's no guarantee the chromecast does not expects a complete file when accessing it. (and the way WebVTT uses timestamps tends to make this mandatory)

We would need to extract/transcode all subtitles first.

The only option in that case seems to provide subtitles in segments (HLS, ...), which probably the whole media to be adaptive.

** Burn in subtitles ?

  • Makes transcoding mandatory
Edited by François Cartegnie
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information