All Questions
15 questions
0
votes
1
answer
266
views
How to securely store key in a Custom Google Cast Web Receiver app?
In my Custom Web Receiver Google Cast app I need some security key which enables application to function properly. This key should never be exposed to any user. Users will start and use the app ...
1
vote
0
answers
99
views
Chromecast CAF freeze issue on Gen#1 devices
CAF receiver from Chromecast Gen#1 freeze while Chromecast Gen#2 is working just fine for the same piece of content.
Even chrome://inspect is not throwing any error. From the logs you can see, video ...
0
votes
1
answer
966
views
cast.framework.media.ShakaPlayer issue in chromecast receiver while playing DRM content from web based sender
I am building a custom receiver which plays the DRM content by receiveing the custom metadata from sender.
But receiver is only able to play the first chunk and then disconnected from sender by ...
0
votes
1
answer
197
views
Chromecast receiver (CAF) multi audio issue
I create a new receiver for my iOS application.
I have a video (DRM) with a few audios and text tracks
If I change audio track nothing will happen.
IF I change it manually like audioTracksManager....
0
votes
0
answers
593
views
Switch video element in Chromecast CAF Receiver
I want to implement a custom CAF receiver that does the following:
Plays a pre-roll ad video using an external ad SDK.
Plays a DASH or HLS live stream.
The features work fine on their own. It is ...
6
votes
1
answer
3k
views
Chromecast cannot receive custom messages (CAF Receiver)
I am working with react native wrapper for Google Cast SDK and I couldn't send a message from the sender to receiver. I am able to cast media or pause and resume it. The problem is only about custom ...
0
votes
1
answer
327
views
How to get available bitrates and quality level information for DASH assets in CAF Receiver?
I am developing a CAF Receiver that casts DASH assets. Now I want to know what available bitrates exist for an asset, and for each segment get the quality level.
I have previously developed a V2 ...
1
vote
1
answer
2k
views
CAF Receiver: Error handling
We've created a custom CAF receiver with generic error listener based on cast.framework.events.EventType.ERROR event:
playerManager.addEventListener(cast.framework.events.EventType.ERROR, event => ...
0
votes
0
answers
607
views
CAF: Audio tracks changing issue
We've created a custom CAF receiver. When we try to switch audio tracks, the receiver player works properly just for the first request. If we try to make other requests, we are able to see the correct ...
1
vote
2
answers
387
views
What is the equivalent of cast.player.api.Player live stream options on CAF receiver?
Right now using the cast reference player I pass Infinity as the second parameter on cast.player.api.Player.load() when I want to play live content. How can I accomplish that with the CAF receiver?
...
1
vote
1
answer
1k
views
How can I enable verbose debug on Cast SDK3 and CAF receiver?
I'm converting to CAF receiver and Cast SDK 3. I'm having some issues with sending messages from the CAF receiver to the sender. I think the CAF part is working but to make sure I would like to enable ...
0
votes
0
answers
847
views
CAF: subtitles positioning issue even after shaka-player update
We've created a custom CAF v3 receiver. We had the same troubles as those described here (subtitles in the top-left corner of the screen) CAF Receiver: Positioning of subtitles .
Looks like Google ...
0
votes
2
answers
2k
views
Chromecast custom CAF receiver
I'm having issues with the new CAF receiver not registering the YouTube iframe player as a player, and that it is playing. After 5 minutes connected to the receiver, the connection is broken because ...
0
votes
1
answer
1k
views
CAF Receiver: Positioning of subtitles
I've created a custom CAF receiver for playing back MPEG-DASH content which is encrypted using Widewine. My content also has TTML subtitles embedded in the manifest which can be changed dynamically.
...
11
votes
4
answers
3k
views
Google Cast custom receiver timing out
Using the Google CAF Receiver SDK, how do we prevent the receiver from timing out and automatically killing the cast session when we're not using the receiver player?
The standard Google Cast use ...