What to achieve: I need to support offline videos on android device just like Netflix and prohibiting its distribution using DRM support.
What I've done till now: I've converted a sample video into m3u8 format using Shaka Packager. Used this link https://google.github.io/shakapackager/html/tutorials/widevine.html
Problem faced: 1. Is this enough for DRM protection? 2. I know i'll have to use Licensed Widevine Server, which I'm unable to find anywhere on how to get one. Please help me out on this. 3. I suppose for point 2 I have to store a secret key on server. This same key will be used on android device to enable the video player. I'm a little confused on how to setup this.
Thanks in advance!!