I want the widevine server to authenticate the requesting user is authenticated and logged-in to my web app.
Can I make my own API server serve the DRM keys somehow? I know they're served encrypted so is there's a way to create my own LA server?
Or do I have to use an existing one? If so - how do I make it authenticate my users to make sure they're logged-in? (and maybe check that it's a very specific user that can view the video).
I want to make sure that a user that's allowed to view the video will not have the possibility of grabbing the mpd link and put it in a different player with the same widevine server. What part of the process makes it really secure?