Chromecast sender as a PlayReady license provider
问题 Let's assume we have an encrypted stream (SmoothStreaming + Playready) and a custom receiver build on googlecast/cast-custom-receiver. I can see that device tries to get the license from the LA_URL (license acquisition URL) - extracted from stream PlayReady ProtectionHeader . I wonder is there a way to override this behaviour? I want receiver to delegate license acquisition to sender - iOS app in my case. 回答1: When you are setting up a Host, you can pass a licenseUrl (see here), I think if