Hey all!
Recently, we've noticed that our Roku channel's caption tracks are no longer showing up when we hit the * menu. At first, I read the following and thought that it was because we were using SRTs, which sounded like they had been superseded past 3.1:
http://sdkdocs.roku.com/plugins/viewsou ... Id=3114451Therefore, we converted one of our SRTs to TTML and updated the feed to test, but the caption track for that video isn't being detected either. I also made sure to set Closed Captions to "On" instead of "Off" or "Instant Replay". Here is a sample of what our XML looks like:
<item sdImg="http://cdn.cs50.net/2013/fall/shorts/hash_tables/hash_tables.png" hdImg="http://cdn.cs50.net/2013/fall/shorts/hash_tables/hash_tables.png">
<title>Hash Tables</title>
<contentId>http://cdn.cs50.net/2013/fall/shorts/hash_tables/hash_tables-720p.mp4</contentId>
<subtitleUrl>http://cdn.cs50.net/2013/fall/shorts/hash_tables/lang/en/hash_tables.ttml</subtitleUrl>
<contentType>Talk</contentType>
<contentQuality>HD</contentQuality>
<media>
<streamFormat>mp4</streamFormat>
<streamQuality>HD</streamQuality>
<streamUrl>http://cdn.cs50.net/2013/fall/shorts/hash_tables/hash_tables-720p.mp4</streamUrl>
</media>
<media>
<streamFormat>mp4</streamFormat>
<streamQuality>SD</streamQuality>
<streamUrl>http://cdn.cs50.net/2013/fall/shorts/hash_tables/hash_tables-360p.mp4</streamUrl>
</media>
<synopsis></synopsis>
<runtime>461</runtime>
</item>
We're confused as to where we should venture next, as subtitles have worked in the past! We appreciate your help very much.
Colton