I have gone through the latest Google cast SDK. I have also gone through the share extension and other extension app creation for iOS.
my question is is it possible to make an extension which will be by default added to all browser of iOS device and…
Is the protocol used by googlecast audio for multiplayer synchronization documented somewhere? I know the single player is here https://github.com/thibauts/node-castv2, but the internet seems to be mute about the sync version
Thank you
A sender app can send messages to change the state of the receiver app. Is there a cap to message throughput (other than network constraints)? Would it be feasible to send a live media stream using messages?
I'm trying to play an m3u8 on the Chromecast but I get the following error:
error: cast.player.api.ErrorCode.PLAYBACK/110 (Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp2t; codecs="avc1.4d0128,mp4a.40.2"') is…
We have a custom Cast receiver. We have decided to re-write it, and have a new set of custom messages that aren't supported by our old clients. We were wondering what the best way to manage deprecation of the old receiver.
Say the old receiver is…
There is an example in chromecast documentation
https://developers.google.com/cast/docs/player#streamdrm
which mentions to set the customData for receiver with.
host.licenseCustomData = customData;
On iOS sender app
we have
GCKMediaInformation…
In this example project, comment out the one #import line in BridgingHeader.h and it will yield an error of unresolved identifier in AppDelegate.swift
https://github.com/lacyrhoades/GLSlideshow/tree/stackoverflow
As another approach, and what I…
I am trying to implement Chromecast feature in my iOS Swift app, which also has Facebook SDK used. For Facebook SDK I used bridging header. I did following things:
I've downloaded Googlecast iOS Sender SDK and I pasted it inside my project's root…
I write an iOS app in Swift able to cast videos to chromecast. I try to add mini controller at the bottom of the phone screen. Here is a fragment of my code:
...
var castContainerVC =…
I'm using the Companion library for casting video from my app to the Chromecast.
Is there any way to add STOP button to MiniController and ExpandedController? Currently there's only a Play/Pause button.
How do we go about showing the lockscreen artwork for a chromecast sender app running v2.7.0. I have spent the best part of about 2 days on this without any resolution.
The v2.7.0 library currently has the following method in the…
I wanna build a app control multiple tv (lcd) with a smartphone (Android/iOs) via Google Cast SDK and ChromeCast . With This App, we will play video A on Tv1 (Chromecast 1) , and display images on TV2 (Chromecast 2) , and open the browser on TV3…
I have a Chromecast app for Android which apparently also works on a Sony Android TV. The user says that my subtitle styles work on his Chromecast but not on his Sony TV.
I use TextTrackStyle and setTextTrackStyle to set the subtitle style.
Are…
I have followed the steps here:
https://developers.google.com/cast/docs/developers
and am using this sample sender code:
https://github.com/googlecast/CastHelloVideo-chrome
to get started creating a chromecast receiver app. I have my app id and…