Media Player

Media Player

Postby vijay_8209 » Tue Sep 15, 2015 1:22 am

Hi All,

I would like to use JWPlayer or Mediaelement.js as video player in the TV app. How to achieve this ? is there a restriction to do this change and see on the emulator provided ?

Regards

VJ
vijay_8209
 
Posts: 8
Joined: Mon Sep 07, 2015 12:04 am

Re: Media Player

Postby SDK_STA » Tue Sep 15, 2015 3:48 am

While there is no restriction in the Javascript/HTML code you use in your application, the big factor is Smart TV Alliance (STA) compatibility. External player frameworks could make use of code/concepts that are not compatible to the Smart TV Alliance and that would make your app not STA compliant.
The SDK can indeed be used to judge this for the most part using e.g. the validator tools in the IDE and the emulator running the code. Examples that will make the app incompatible to the STA specification for a 3rd party player :
* Flash plugin use (not part of STA)
* incompatible controls using e.g. *only* pointer/mouse-input (STA apps need to be navigable by up-down-left-right keys as well)
* UI elements are too small to be read on a TV screen

The SDK in fact includes a video player example code that you could use to see how a video playout page could look that *is* STA compliant (with proper controls, UI). You can find that in the Code Samples here: https://developers.smarttv-alliance.org ... umentation

Of course, ultimately the manufacturer QA process will determine the exact items your app needs to comply to, but the above are some general pointers that should help you.
Regards,

Smart TV Alliance
SDK_STA
 
Posts: 70
Joined: Fri Aug 09, 2013 4:31 am

Re: Media Player

Postby vijay_8209 » Tue Sep 15, 2015 4:16 am

Hi,

Thanks for the quick response.

Would like to know the list of STA Compliant Video Players ? Any documention w.r.t ?

I am looking to integrate JW Player or mediaelement.js Video Players which are compatable with HTML5.

Regards

Vijay
vijay_8209
 
Posts: 8
Joined: Mon Sep 07, 2015 12:04 am

Re: Media Player

Postby SDK_STA » Tue Sep 15, 2015 5:33 am

Hi,

at this time, there is no specific list of STA compatible players other than the general requirements and example code listed above. We will take your question on having a list of compatible players into account for a future documentation update.

Thank you.
Regards,

Smart TV Alliance
SDK_STA
 
Posts: 70
Joined: Fri Aug 09, 2013 4:31 am


Return to App development questions



cron