flutter_to_airplay
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.
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...
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...
- 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:...