Questions tagged [ttml]

Timed Text Markup Language(TTML) is a W3C XML dialect for creating captions or subtitles for videos.

36 questions
0
votes
1 answer

Adding HTML5 video subtitles using TTML

I am currently trying to play a movie with subtitles. TTML format is required. I am using examples on this page: https://msdn.microsoft.com/en-us/library/ie/jj152136%28v=vs.85%29.aspx TTML:
Kerry Ritter
  • 1,127
  • 4
  • 17
  • 27
0
votes
1 answer

How to pass a string having latin 1 supplements characters from c layer to java

I am facing problem in passing strings given in a Webvtt / smptett file having Latin 1 supplements characters (2 bytes range 0080—00FF). In C I am storing them as unsigned characters and when I am trying to print the string I am getting the hex…
0
votes
1 answer

HTML5 video + TTML subtitle is not displaying subtitle

I am trying to display my Subtitles in video. I have mp4 video and ttml file for the video. When put it in html code, the video is playing but no subtitle is coming[Checked in chrome]. When I checked in IE11 it shows the CC option in the HTML5 video…
Ilaiya
  • 21
  • 5
0
votes
1 answer

How to write xsd schema to allow me to miss the top level tag in xsd definition?

I want to create a XSD schema which is valid for both type of XML file: blah and blah And I tried minOccurs for caption but as it is the root it can't be minOccurs = 0 times. So, how to achieve this?
user1041889
  • 88
  • 1
  • 6
0
votes
2 answers

ChromeCast Parse Segmented TTML

Hy! I have an ism file with Smooth Streaming and PlayReady. This ism contains the caption in segmented ttml format. But this ttml has a new line character for example: p8:br How can I parse it and replace theese characters to /n (or whatever that…
Gábor Domonkos
  • 1,081
  • 1
  • 17
  • 33
0
votes
2 answers

ChromeCast TTML Closed Captioning with Smooth Streaming and PlayReady

Hy! I would like to create an application which supports TTML typed closed captions. My ism/manifest file contains the TTML based closed caption, I would like to ask how can I use it? I found this…
1 2
3