johnmarsden
9 years agoVisitor
How to use PlayReady DRM on the older SDK (not SceneGraph)?
I will be doing a SceneGraph application soon, but I need to implement PlayReady into something soon on my current app. I was looking at the documentation but it seems to show a SceneGraph example:
Is there an example out there for how I implement the same thing but for non-SceneGraph applications? Something that uses the standard (soon-to-be deprecated) video player?
Thanks!
contentNode = createObject("roSGNode", "contentNode")
contentNode.streamFormat = "smooth"
contentNode.url = "wwww.myvideo.com/content.ism"
contentNode.drmParams = drmParams
m.video.content = contentNode
Is there an example out there for how I implement the same thing but for non-SceneGraph applications? Something that uses the standard (soon-to-be deprecated) video player?
Thanks!