Questions tagged [chromecast]

Questions related to Google's Chromecast device, a dongle that provides hi-definition audio/video on TVs via wifi streaming.

Development Links:

General info: http://www.google.com/intl/en/chrome/devices/chromecast

List of Available Apps: http://www.google.com/intl/en/chrome/devices/chromecast/apps.html

2028 questions
0
votes
1 answer

cast custom content to the chromecast

(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…
Geek
  • 627
  • 1
  • 8
  • 18
0
votes
1 answer

Would it make sense to try to reconnect to Chromecast with the disconnect reason is BaseCastManager.DISCONNECT_REASON_CONNECTIVITY?

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…
casolorz
  • 8,486
  • 19
  • 93
  • 200
0
votes
1 answer

Insert images dynamically with javascript

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:
0
votes
1 answer

Chromecast casting images from pc

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…
asd
  • 1
  • 1
0
votes
1 answer

How many senders can a Chromecast connect with?

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…
AJ H
  • 687
  • 6
  • 8
0
votes
1 answer

Chromcast Remoteplayer seek to resume at seek 0 position when using nanohttpd

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…
kishan
  • 54
  • 11
0
votes
1 answer

Can I control the volume of a chromecast while a different app/device is the one connected to it?

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…
zudduz
  • 2,457
  • 5
  • 24
  • 29
0
votes
1 answer

Chromecast listener is not working when i create seperate class from Controller

Created class: class ChromeCast:NSObject { //MARK:Chromecast Vars var applicationMetadata: GCKApplicationMetadata? var selectedDevice: GCKDevice? var deviceManager: GCKDeviceManager? var mediaInformation: GCKMediaInformation? …
sulabh
  • 249
  • 5
  • 22
0
votes
1 answer

Host.updateLicenseRequestInfo not able to add headers

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…
0
votes
1 answer

Disconnect sender unauthorized

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…
0
votes
0 answers

SoundCloud widget on Chromecast - dismissing popups

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?
milleph
  • 462
  • 5
  • 20
0
votes
1 answer

Unable to play HLS live or VOD stream on chromecast from chrome sender app

My setup: XAMPP (version 5.6.20) using source code: https://github.com/googlecast/CastHelloVideo-chrome Google Chrome (Version 50.0.2661.94 (64-bit)) Macbook air (10.11.1 (15B42)) Chromecast 2nd generation (firmware version: 1.18.55065) Modified…
nommer
  • 2,730
  • 3
  • 29
  • 44
0
votes
2 answers

What is the correct callback to get mute events from the Chromecast Receiver?

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…
Nelson Ramirez
  • 7,864
  • 7
  • 28
  • 34
0
votes
2 answers

Enable screen casting feature of Android from our application

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…
0
votes
0 answers

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 recovering the same session. To reproduce the…
1 2 3
99
100