chromecast-java-api-v2 icon indicating copy to clipboard operation
chromecast-java-api-v2 copied to clipboard

Java implementation of ChromeCast V2 protocol client

Results 14 chromecast-java-api-v2 issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.6.0 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Hi. I've been using your library for quite a while now with very little issue. However, I notice one of my users had this error in Android's error reporting: ```...

bug

I didn't create a pull request for this because I don't know if it will suite other people's needs or not. But I thought I'd open an issue and discuss...

- Added handling for responseType 'LOAD_CANCELLED' Prevents warnings like these: ``` 2020-05-07 17:00:02.993 [WARN ] [su.litvak.chromecast.api.v2.Channel ] - Error while handling, caused by com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'LOAD_CANCELLED'...

I was able to connect to device successfully. I tried pause and is working fine but when I try to use load function as describe in readme , its giving...

Hi, I am unable to search any my chomecast devices using the below code. However, i checked using the [pychromecast](https://github.com/balloob/pychromecast) just to verify and it is able to search the...

help wanted

Hi everyone! As the title of my question says, is it possible to create an AIX extension for AppInventor using this library? From what I saw in other Issues this...

help wanted
question

Hi there! Is there an easy way to make ChromeCast compatible with the latest protobuf version? Unfortunately I need that for Google Cloud services...

question

Right now, if want to listen to playback changes (like pause/resume/stop) I have to continuously pool the `ChromeCast#getMediaState()` event. Is there a way I be notified of changes without pooling?

help wanted

Ive tried a few options to cast sleep sounds but I cant seem to make anything work, is there a cunning URL I could use or something like that to...