doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.18k stars 980 forks source link

iOS Chromecast #2288

Closed colindaly closed 2 months ago

colindaly commented 3 months ago

It seems there have been requests for Chromecast on iOS dating back to 2017. With RTNP being very feature rich, this appears to be a glaring omission. Are there any plans to integrate soon - and if not - why not?

lovegaoshi commented 3 months ago

you're very welcome to port castplayer over, eg for chromecast: https://github.com/android/uamp its a pain in the butt (castplayer is its own thing than exoplayer) and not enough interest.

DennisdeWitNL commented 2 months ago

You could always use react-native-google-cast. I use it next to RNTP and it works well.

jspizziri commented 2 months ago

@colindaly to echo @DennisdeWitNL , the best option is to use an external RN library that does casting. It's really its own concern and imho is best kept out of this library.