Skip to main content

All Questions

7 questions with no upvoted or accepted answers
1 vote
0 answers
393 views

cast.player.api.Host error: cast.player.api.ErrorCode.NETWORK/3018

I have an app which plays Live Channels over Chrome Cast. While most of the channels are played successfully on some channels I get cast.player.api.Host error: cast.player.api.ErrorCode.NETWORK/...
Abbas's user avatar
  • 3,321
1 vote
0 answers
73 views

Any way to open googlecast minicontroller seekbar?

As you know while mini controller is open we can click and it opens the popup which includes seekbar. I have used the Cast Companion Library and other features works well. ...
Yusufu's user avatar
  • 115
1 vote
0 answers
561 views

how do i change the applicationId dynamically for chromecast android

I want to change the applicationId, for the baseCastManager after it's been initialized? Is there a preferred way to do this? mApplicationId. @alinaddaff where are you :) I was just going to use a ...
reidisaki's user avatar
  • 1,524
1 vote
0 answers
82 views

Cast Companion Library MiniController rendering error

The MiniController button from the companion library works fine and does exactly what it needs to do, but in our project there is always a rendering error in the preview pane (in XML mode) in every ...
Bmuig's user avatar
  • 1,089
0 votes
0 answers
784 views

Unable to stop casting on Chromecast after wifi interruption

I am implementing Chromecast feature with CastCompanionLibrary-android for an Android video app. And I found this bug at the final test: I am not able to stop casting after reconnecting to wifi and ...
user3335072's user avatar
0 votes
0 answers
152 views

CastCompanionLibrary: listener on start/stop button

I successfully included the CastCompanionLibrary in my media app. I use the VideoCastManager class. Now I want to put a listener on the VideoCastManager's play/stop button to catch the stop event to ...
user4500's user avatar
  • 817
0 votes
1 answer
495 views

How can I get Chromecast correctly display unicode characters using custom receiver?

I've setup a custom receiver application using CastHelloText-android as a base, and I'm trying to get it to correctly display certain unicode characters, however it is just displaying a blank space ...
kee23's user avatar
  • 148