admin管理员组

文章数量:1389828

We use in our applications for Samsung Smart TVs either the Apple HLS or progressive download for getting/playing the video. We would like to move to the DRM protected content and we saw in the SDK documentation that the PlayReady DRM is supported Samsung Smart TVs.

What we do not understand is what kind of protocol we can use? Does the PlayReady DRM on 2011 and 2012 models (SDK 2.5 and 3.0) support only Microsoft Smooth Streaming or it is patible also with the Apple HLS?

What kind of streaming protocol we need to use in order to be able to protect the content by DRM Samsung Smart TVs?

Any information, experiences are highly appreciated.

We use in our applications for Samsung Smart TVs either the Apple HLS or progressive download for getting/playing the video. We would like to move to the DRM protected content and we saw in the SDK documentation that the PlayReady DRM is supported Samsung Smart TVs.

What we do not understand is what kind of protocol we can use? Does the PlayReady DRM on 2011 and 2012 models (SDK 2.5 and 3.0) support only Microsoft Smooth Streaming or it is patible also with the Apple HLS?

What kind of streaming protocol we need to use in order to be able to protect the content by DRM Samsung Smart TVs?

Any information, experiences are highly appreciated.

Share Improve this question edited Jan 17, 2012 at 12:03 Denis Otkidach 33.3k8 gold badges84 silver badges102 bronze badges asked Jan 17, 2012 at 10:44 STeNSTeN 6,27822 gold badges81 silver badges126 bronze badges 2
  • What does the documentation say? – Marcin Commented Jan 17, 2012 at 10:50
  • 2 Not too much actually... I have gone through it of course, but I did not find anything about HLS there => usually this does not mean it is not supported, since the documentation is not too detailed and based on example. – STeN Commented Jan 18, 2012 at 9:47
Add a ment  | 

1 Answer 1

Reset to default 5

Typically (but there are exceptions) HLS does not support PlayReady, so the (by far) most likely protocol on the Samsung 3.0 SDK to support PlayReady is ASF, i.e. progressive-downloaded WMV streams.

However, the 3.0 SDK also supports MPEG-DASH and the HTTP Adaptive Streaming (HAS) protocol. MPEG-DASH, per se, does allow for PlayReady protection of A/V payloads. However, I do not know the Samsung SDK enough to say whether this is supported.

本文标签: javascriptSamsung Smart TVPlayDRM and HLSStack Overflow