All Questions
Tagged with google-cast drm
11 questions
0
votes
1
answer
824
views
Widevine license format expected by Chromecast receiver
For video assets protected with Widevine DRM, my CDN's license server returns a base64-encoded license in this form:
{
"getWidevineLicenseResponse": {
"license": "...
1
vote
1
answer
1k
views
Cast: Intercepting (and adjusting) response from Widevine license proxy
I'm trying to get DRM-protected content to cast to my Chromecast device via my custom receiver, and I keep getting this error:
[ERROR] Event detected: {"type":"ERROR","...
0
votes
1
answer
845
views
How to handle ClearKey DRM content on a custom receiver (Chromecast)?
I'm trying to create a custom chromecast receiver that is able to play clearkey protected content. How can i use the clearkey from the receiver side to achieve that.
0
votes
2
answers
4k
views
How to DRM Content in chromecast
we are trying to play drm MPD content from Chrome to Chromecast
Our receiver app code is as follow:
const context = cast.framework.CastReceiverContext.getInstance();
const playbackConfig = new cast....
1
vote
1
answer
537
views
Using a custom CAF Google Cast receiver, how can I perform an async operation before each DRM license request?
Using a Google Cast V3/CAF receiver, I would like to perform a network request before each DRM license request and include some of the resulting info (entitlement info) in the license request, as a ...
0
votes
0
answers
494
views
Get Chromecast to run in a secure context when connected to local dev server
I have adopted a codebase for a Chromecast app for one of our major clients. This has been handed over to me because the original developer has recently left our company. Upon trying to do a handover, ...
2
votes
1
answer
2k
views
Google cast v3 CAF Receiver application with DRM url
I am trying to use the v3 CAF receiver app using DRM to casting videos, from my IOS app. If I use the basic v3 CAF receiver app (default receiver) it is working fine, but when I using DRM url (dash/....
2
votes
2
answers
2k
views
How to renew expired DRM license in Cast Receiver Player?
I develop custom Cast Receiver application based on Google Cast Application Framework The receiver app is responsible for playback Widevine encrypted streams. Our backed solution requires to add DRM ...
0
votes
1
answer
655
views
Mixed content blocking in chrome cast receiver app
I am trying to play a DRM protected content using Chromecast custom receiver. I am following this doc https://developers.google.com/cast/docs/custom_receiver.
But it is not working for me. It gives ...
0
votes
1
answer
2k
views
cast.player.api.Host.licenseCustomData usage
I've been trying to play a video which uses Smooth Streaming + PlayReady and requires custom license data. I've checked it's playable in Android and with a Silverlight player. For CHromecast, I need ...
0
votes
0
answers
1k
views
ChromeCast issue with Play Ready Smooth Streaming
I'm using Azure Media Services to upload, encode and encrypt videos into PlayReady smooth streaming format. I'm using the Play Ready test server located at : http://playready.directtaps.net/
During ...