All Questions
11 questions
1
vote
0
answers
391
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/...
0
votes
2
answers
2k
views
Android app automatically casting without user interaction (CastCompanionLibrary)
I have an Android app using the CastCompanionLibrary v2.9.1, modified to use play-services-cast:10.0.1 (just a simple change to the gradle dependencies).
Short version: The app is attempting to ...
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.
...
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 ...
2
votes
3
answers
2k
views
Get media current position before disconnecting from cast
Is it possible to get current playing media from VideoCastManager before disconnecting from the cast?
I want to save the last progress of current media when the user manually disconnects from cast. ...
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 ...
0
votes
1
answer
172
views
VideoCastControllerActivity: ActivityNotFoundException
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.newco.cooltv.qa/com.google.android.libraries.cast.companionlibrary.cast.player.VideoCastControllerActivity}; have ...
0
votes
0
answers
783
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 ...
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 ...
0
votes
1
answer
491
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 ...
3
votes
1
answer
1k
views
Disconnecting from ChromeCast doesn't stop the video playback
My users are complaining that when they click the disconnect after playing a video, it does not stop the video.
Is that something the CastCompanionLibrary should be doing or do I need to trap the ...