Page 1 of 1

Platform dependent differences

PostPosted: Mon Sep 09, 2013 2:21 am
by martinvc
What I

Re: Platform dependent differences

PostPosted: Mon Sep 09, 2013 2:38 am
by Support_STA
Hello,

Regarding your questions:

At the moment there is no way to get a unique device ID.

DRM documentation is currently under review and will be available on this website shortly. PlayReady DRM support is mandatory for all Smart TV Alliance platforms.

Switching to 3D mode happens using H.264 SEI signalling. In case this is not present the user has to switch manually.

Back navigation is used to exit an app. What this means is that you use window.history.go (-1); to navigate to the previous page. At the moment the history stack is empty and you navigate past the landing page your app will exit. This is covered in the Development Guidelines. Please be aware that exiting the app is not allowed on all platforms. See the Diversity Handling Guidelines how to handle this.

Supported key codes are found in the Diversity Handling Guidelines. For all platforms except LG these VK constants are directly available. This document also gives an example on how to define the VK constants on an LG platform.

Regards,
STA QA

Re: Platform dependent differences

PostPosted: Mon Sep 09, 2013 2:50 am
by martinvc
Thanks for you answer. That was fast! ;-)

Since Panasonic still does not support DRM in HTML (even it is mandatory) and there

Re: Platform dependent differences

PostPosted: Tue Sep 10, 2013 12:49 am
by Support_STA
Hi,

At the moment there are several video on demand apps being developed for the Smart TV Alliance platform. I don't see why not having a unique ID would stop you from developing a VOD app. The DRM implementation does not require such an ID.

regards,
STA QA

Re: Platform dependent differences

PostPosted: Tue Sep 10, 2013 6:19 pm
by mautilus
Hi,

What martinvc wrote is true - Panasonic SmartViera does not support DRM, so any VoD platform (unless the content owners approve that the unencrypted movies can be played, which might be true for some Bollywood or old content...)

Also how is the LG (https://developers.smarttv-alliance.org/list-devices) compatibility with STA 2.0? You stated 2012 models are supported, but for OIPF DRM message object which has described on STA documentation has compatibility with LG smart TV NetCast 4.0 only, isn't it?

BR
STeN

Re: Platform dependent differences

PostPosted: Thu Sep 19, 2013 1:18 am
by Support_STA
Hi,

Compliant devices are listed on https://developers.smarttv-alliance.org/list-devices.

Regarding LG OIPF DRM Message, it is supported on LG 2012 models, link: http://developer.lgappstv.com/TV_HELP/i ... nd+API.htm.

Regards,
STA QA

Re: Platform dependent differences

PostPosted: Tue Sep 24, 2013 6:59 am
by martinvc
Support_STA wrote:
> I don't see why not having a unique ID
> would stop you from developing a VOD app. The DRM implementation does not
> require such an ID.

Obviously you never developed a VOD app and you never had to deal with movie production companies and their licenses. The DRM implementation is not the big problem. But you have to identify the device to see if the device is allowed to play a rented movie (you are not allowed to rent on one device and continue to view it on another, e.g. in Germany), or if your account uses more than 5 devices for purchased movies. These are things you have to show the customer even before he starts to play the movie.
But an unique ID is not only important for VOD. Imagine network games!

I see a lot of reasons for having a unique ID. And every manufacturer I know has such an ID (LG, Samsung, Philips, Toshiba, etc). But I really would enjoy a standard way to get this ID. I hoped the alliance would build a standard for getting device data, playing (DRM) videos and so on

Re: Platform dependent differences

PostPosted: Thu Sep 26, 2013 1:20 am
by Support_STA
You could make use of cookies for example, or local storage to create an identifier. That might be an option for you.

Thank you for your feedback. If there's a need, we will address the topic.

Re: Platform dependent differences

PostPosted: Thu Nov 21, 2013 9:41 am
by martinvc
Hi there.
I am afraid having a unique deviceID is a mandatory feature for any premium VOD content, so from my perspective it definitely should be addressed rather sooner than later, and defining the retrieval of such unique deviceID in a standardised way would definitely make things a lot easier.
And using local storage or even cookies is something that could be spoofed too easily so it is not a valid way.

Cheers