This repository will demonstrate how to use VUDRM with TVOS. If you have any questions please contact [email protected]
This repository is currently targeted at TVOS version 4.0
- Follow developement environment setup steps on the LG-TVOS site.
- Clone the repository:
git clone [email protected]:Vualto/vudrm-tvos.git
- Use the tools built into the TVOS IDE to package and install the app on the emulator (non-DRM) local TV (DRM)
- to use DRM you will need to use MPEG-DASH with inline PlayReady thi is due to the need to construct the playready message to the
luna://com.webos.service.drm
, in order to do this you will need to decrypt the message from within the manifest, an example of how to do this can be found within the Manifest Parser.