flutter_to_airplay
flutter_to_airplay copied to clipboard
Is it possible to know if the device is connected?
Just wondering if its possible to know using this library if the device is connected to AirPlay. If not, is it possible to add this functionality?
For now it is not possible, but I will look into it.
This is something that I am looking for as well. Because right now my player stops (using video_player instead of the one from this package) but I would like to show custom UI when connected to AirPlay.
@MrJai any idea when we could expect this?
https://developer.apple.com/documentation/avfoundation/avplayer/1388982-externalplaybackactive
Maybe this property can be used?
Some solution for this
Is there any progress on this functionality?