I’m trying to provide subtitles/captions for our videos. (We’re using Direct Publisher.) However, I keep getting the error: “Required caption url is unreachable.” I’ve tried linking to both srt and vtt files and getting the same result. Here’s a snippet of code for one of them:
{
"content" :
{
"dateAdded" : "2019-10-01T22:20:20+00:00",
"duration" : 2400,
"captions" :
[
{
"url": "http://podcast.uctv.tv/srt/35062.srt",
"language": "en",
"captionType": "SUBTITLE"
}
],
"videos" :
[
{
"bitrate" : 1328,
"quality" : "HD",
"url" : "http://podcast.uctv.tv/vod/35062.mp4",
"videoType" : "MP4"
}
]
},
"episodeNumber" : 4,
"genres" : [ "educational" ],
"id" : "35062channel",
"longDescription" : "Join a panel of distinguished speakers as they explore broad themes woven throughout Geisel's works and its literary and artistic impact. ",
"releaseDate" : "2019-10-01",
"shortDescription" : "Themes in Geisel’s work its literary and artistic impact.",
"tags" : [ "arts and music", "humanities", "educational" ],
"thumbnail" : "https://www.uctv.tv/images/widescreen/35062.jpg",
"title" : "SUBTEST LA - The Private Art of Theodor Dr. Seuss Geisel - Dinner in the Library 2019"
},
Also, what’s the difference between the “CLOSED_CAPTION” designation and “SUBTITLE”? I’ve tried indicating both, but I get the same error.
Thank you,
Melissa
