(Apologies for the an abstract question)
I am trying to develop a simple android application with chromecast library. The android application streams custom content. The custom content can be List or List.
I looked into few examples online , one…
I noticed a event method on the Cast Companion Library called onDisconnectionReason and one of the reasons is BaseCastManager.DISCONNECT_REASON_CONNECTIVITY. Would it make sense for my code to attempt to automatically reconnect to the Chromecast…
I am developing a custom receiver for Chrome Cast. My sender sends me a picture to chromecast, precise positioning this image according to the coordinates sent by the sender.
index.html:
I created chromecast app for casting specific image from web to screen but what I need now is add possibility to choose photo from my pc to cast. I tried with Javascript class FileReader using function readAsDataUrl(). It works if i want to display…
Since I am developing a Chromecast Receiver App for music streaming service which can be connected with multiple senders (iOS, Android App).
So I was wondering about how many senders can connect with a single receiver app?
I can't find any…
Chromcast Remote player seek to resume at seek position 0 when using nanohttpd server. Main issue getting when I seek into video player in device its working fine but on TV seek-bar set at 0 position and music stat at beginning.
When to call…
Device A, device B, and a chromecast are on the same wifi.
If device A is using app A (Youtube perhaps) to connect and cast to the chromecast, is there an API that can be used by App B on Device B to modify the volume of the chromecast?
If no, how…
Created class:
class ChromeCast:NSObject {
//MARK:Chromecast Vars
var applicationMetadata: GCKApplicationMetadata?
var selectedDevice: GCKDevice?
var deviceManager: GCKDeviceManager?
var mediaInformation: GCKMediaInformation?
…
Hi I am trying to achieve any one of the below
1) Set a extra token to the license url by the code ' requestInfo.url = requestInfo.url + "#12345678";'
OR
2) Set headers by the code 'requestInfo.headers = new String('token:12345678\r\n');'
But…
I am creating an app for android to support google cast for video with interaction using CastCompanionLibrary library.
On the video VideoCastManager use and for the part of the exchange of messages (data) DataManagerCast use.
I want to implement a…
Using the SoundCloud widget on Chromecast. After a few seconds of playing, something like this pops up. Besides being annoying, there's no way to dismiss on Chromecast. Anyone know how to turn this off or dismiss programatically in javascript?
I'm running into an issue where, when two devices are connected to the same cast session and when BaseCastManager.setDeviceMute() is called from device 1, device 2 does not receive a MediaCallback.onRouteVolumeChanged()
What's the proper way to do…
I am working on casting application. I am able to cast local videos from my app on TV using chromecast device.
Now I want to cast(mirror) complete android phone on the TV. I know Android provides this as a default feature by using Cast feature in…
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 recovering the same session.
To reproduce the…