will1971 / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

SMPTE profile support #772

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In Scandinavia, subtitles are very important because foreign TV programs and 
films are not dubbed. Today its becoming more popular that broadcasters are 
providing their content in the SMPTE format. To enable a good user experience 
for people watching these channels on a Chromecast it would be a highly sought 
after feature if the existing TTML support could be extended to also cover the 
SMPTE profile. 
here is a snippet:
<tt xml:lang="en" 
xmlns:smpte="http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt" 
xmlns="http://www.w3.org/ns/ttml" xmlns:tt="http://www.w3.org/ns/ttml" 
xmlns:tts="http://www.w3.org/ns/ttml#styling" 
xmlns:ttm="http://www.w3.org/ns/ttml#metadata" 
xmlns:ttp="http://www.w3.org/ns/ttml#parameter" >
<head>
 <metadata>
  <smpte:image xml:id="img0" imagetype="PNG" encoding="Base64">iVBORw</smpte:image>

Is such a feature on the backlog for the cast sdk team, or can it be added? If 
not, can you recommend a solution?

Original issue reported on code.google.com by paulxgal...@gmail.com on 1 Mar 2016 at 2:38

GoogleCodeExporter commented 8 years ago
We are looking into the request and will update soon.

Original comment by vinot...@google.com on 1 Mar 2016 at 5:37