Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
The company I'm currently writing a Roku app for supports WebVTT for their videos (been mostly videos on the web until now). Any future plans to support other CC formats like WebVTT? Thanks!
Not that I'm aware of, but most of these formats are similar, you could download the file to tmp:/ read it in with readasciifile and rewrite it so it is compatible, then write it back out to tmp:/
Not that I'm aware of, but most of these formats are similar, you could download the file to tmp:/ read it in with readasciifile and rewrite it so it is compatible, then write it back out to tmp:/
- Joel
Any updates on this? It seems weird that WebVTT is supported in HLS but not MP4. MP4 with embedded (or supplementary external file) VTT subtitles are quite common.