kakone / GoogleCast

Implementation of the Google Cast protocol (.NET Standard 2.0 library)
GNU General Public License v3.0
141 stars 22 forks source link

Xamarin Forms #12

Closed andersonvieiragomeslopes closed 4 years ago

andersonvieiragomeslopes commented 6 years ago

Is it possible to use with Xamarin Forms? If yes, how?

kakone commented 6 years ago

It's a .Net standard library and you can use it with Xamarin. There is no UI component in this library, what would you like to have exactly ?

andersonvieiragomeslopes commented 6 years ago

I have a xamarin forms iptv application, I want to make it possible to play the video to another device (Television) connected in the same network (Wireless ssid or wired), my application uses the standard .Net standard as well. Sorry if maybe I could not explain you well, I'm from Brazil, my language is different.

kakone commented 6 years ago

If your device supports the video format of your iptv channel, it should work. Use the code in the README file and replace the ContentId by your video URI to test it.

andersonvieiragomeslopes commented 6 years ago

What happens is that I need it to work with android, which is a little difficult without a specific documentation

andersonvieiragomeslopes commented 4 years ago

Tutorial: https://github.com/jfversluis/CastRadio