GoogleCast icon indicating copy to clipboard operation
GoogleCast copied to clipboard

Implementation of the Google Cast protocol (.NET Standard 2.0 library)

Results 19 GoogleCast issues
Sort by recently updated
recently updated
newest added

Hi, I would like to send and receive normal string messages. Is this possible as well? Thanks!

Hi, I have created an application using Xamarin and used a chrome cast in it. Application working fine in Debug mode bug but when await ConnectAsync(selectedcastdevices) call it didn't work...

Hey, sorry I am new to chrome cast and want to use this in a project. Is it possible to use a custom receiver application using this technique? I want...

Hi there, does this project only implement the sender side?

I added MusicTrackMediaMetadata for music related metadata but I did not test it. Could you test it and merge it?

I can load a queue of media items successfully, but I don't see any way to control the playback of the queue after this. That is, are there next/previous commands,...

Hi Stéphane, When calling the `FindReceiversAsync()` method, an empty list is returned. My computer is connected to the same network as my ChromeCast and Google Home mini devices. I can...

Hey, have implemented a very basic http server which serves a mp3 file. With your library it also starts playing the music. But now I have the problem that it...

Hi, I used this library with Xamarin Form and it work. Thank you for that. But It's only work with the online URL, when I try a local file in...