-
multiple errors say "use of dynamic_cast requires -frtti" (Where can I find the g++ cmds so I can add the `-frtti` argument?)
other errors range from "no member named xxx", to "base class xxx has no …
-
I would expect that when casting using the media controller that I would be able to pause it using the google home app, but I can't. The code I am using to cast is:
```
chromecasts, browser = …
rhyst updated
3 years ago
-
### The problem
I am trying to issue a "media_player.media_stop" service call to a Google Home Mini playing music from Spotify. When the service call occurs, the playback stops, but I invariably ge…
-
### Checklist
- [X] I made sure that there are *no existing issues* - [open](https://github.com/polymorphicshade/Tubular/issues) or [closed](https://github.com/polymorphicshade/Tubular/issues?q=is%3A…
-
The Google Cast player is not displayed (the usual player is instead) when Google Casting a downloaded media. The media is not played on the receiver.
### Issue type
Incorrect behavior
### En…
-
I get a successful setup of the integration but am unable to get any music to play.
Item | Value
-- | --
Home Assistant Version | core-2021.9.7
Installation Type | Home Assistant Container
…
-
```
Call chrome.cast.media.MediaInfo with a media parameter like
data:image/png;base64,iVB...
Output is: Error code "invalid_parameter", error description "Invalid contentId
in MediaInfo."
Should …
-
When passing `'default'`as the appID, I'd like the plugin to use the default media receiver app id, which differs per platform. This will enable us to test easily our sender apps without registering n…
youzi updated
8 years ago
-
![image](https://user-images.githubusercontent.com/44825970/81036318-eb5b0380-8e5b-11ea-903d-9daf240b67f0.png)
-
Previously, I would set the metadata like this:
```
val movieMetadata = MediaMetadata(MediaMetadata.MEDIA_TYPE_MOVIE)
movieMetadata.putString(MediaMetadata.KEY_TITLE, title)
movieMetadata.putStr…