This content has been marked as final.
Show 4 replies
-
1. Re: Closed-Captioning support with Strobe Media Playback
whadadreamer Dec 7, 2010 1:57 PM (in response to whadadreamer)this is NOT figured it out! =)
-
2. Re: Closed-Captioning support with Strobe Media Playback
whadadreamer Dec 7, 2010 1:58 PM (in response to whadadreamer)can't make this unanswered nor can i delete...
-
3. Re: Closed-Captioning support with Strobe Media Playback
pajuancho Oct 15, 2013 6:10 AM (in response to whadadreamer)Any updates on this. I have AMS 5 and i am trying to figure out how to insert CC to HDS and HLS
I already enable <GenerateCCInfo>false</GenerateCCInfo> inside the server.xml but i am not sure how to add CC to video stream. The AMS guide is not much help...
Thanks!
-
4. Re: Closed-Captioning support with Strobe Media Playback
pajuancho Oct 15, 2013 6:25 AM (in response to pajuancho)I realized that in order to enable CC for HDS the httpd.config file needs to be eddited under /hds-vod
with the following info....
<Location /hds-vod>
JitGenerateCaptionInfo true
...
</Location>
I sill need to figure out what is teh format of the CC fileas as well as how to embed that into the stream to the clients...
THen i need to figure out HLS....
