0

I have been looking through the source code for the Flash-based Google TV example templates, available here:

https://developers.google.com/tv/web/docs/gtv-templates

I noticed that the OSMF doesn't appear to be used for the video player parts.. were there any reasons for this, was it a conscious design decision (or not)?

Thanks!

alza
  • 57
  • 5

1 Answers1

1

When these Templates were designed and developed, we had to support both HTML5 and Flash. Our partner Adobe recommended OSMF in their Flash optimization guide for Google TV: http://www.adobe.com/devnet/devices/articles/video_content_tv.html.

But due to resources constraint we did not include things like OSMF unfortunately. If you have working sample code that incorporates OSMF, please consider adding them to the Templates.

Thank you!