Hello,
I have build a custom app(Android platform) that live streams my mic and camera to a wowza server. I want to extend the Microsoft PlayReady SDK (for securing the content),but I am a little bit confused about how to do it.
Far as I read here (see link below),I only need to follow the steps indicated there,and that is it. Or this tutorial works only with GoCoder?
https://www.wowza.com/docs/how-to-set-up-and-test-buydrm-keyos-drm-playready
After I read the PlayReady documentation,I found out that I also need to implement some code in my app(but it doesn’t mention for which server I stream,or something else.Just how to implement their SDK). My app functionality is similar to GoCoders. It streams the media using an rtsp connection,and the video is a H.264 format.
My question is what is the proper way to implement the PlayReady SDK and make it work with my app and the wowza servers (I mean crypting/securing my videos)?
Thank you,
Bob
P.S. My app is not public yet.