as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
开发
测试
应用发布
盈利
用户参与
设备规格
资源

Caption Support

Caption Support

Fire App Builder supports the same closed captions/subtitles that Exoplayer supports.The formats include TTML, WebVTT, and CEA-608.The priority of support is as follows:

  1. CEA-608 inband (if enabled — see the following)
  2. WebVTT and TTML outband
  3. WebVTT and TTML inband

To enable inband CEA-608 closed captions, open Navigator.json (located in app > assets).In the config object, add "enableCEA608": true.Here's an example:

   {
     "config": {
       "showRelatedContent": true,
       "useCategoryAsDefaultRelatedContent": true,
       "searchAlgo": "basic",
       "enableCEA608": true,
       "enableRecentRow": true,
       "enableWatchlistRow": true,
       "maxNumberOfRecentItems": 5
     }