flutter_to_airplay icon indicating copy to clipboard operation
flutter_to_airplay copied to clipboard

Flutter plugin that offers two widgets, one to play a video for a given URL or file path using native AVPlayer and second with an option to airplay it on available Apple devices.

Results 15 flutter_to_airplay issues
Sort by recently updated
recently updated
newest added

Is it possible to give the airplay support for subtitles? srt & vtt support would be nice. (not sure if it is possible with airplay). In the video_player plugin the...

good first issue

When I choose the phone sound, the airplay loads but doesn't change the sound device. Any idea on what's causing this?

Hi. Could you make it in a way to get the current time and the total time of video or make it in a way to sync with other video...

enhancement

- upgrade sdk version - add autoLoop param for FlutterAVPlayerView - update example project

[video player]Videos that require require request cannot be played on airplay _controller = VideoPlayerController.networkUrl( 'https://example.com/your-video.mp4', httpHeaders: { 'Authorization': 'Bearer your-token', }, ) AirPlayRoutePickerView( prioritizesVideoDevices: true, tintColor: Colors.white, activeTintColor: Colors.white, backgroundColor:...