flick-video-player icon indicating copy to clipboard operation
flick-video-player copied to clipboard

Infinite circular progress on IOS 15, even for empty link

Open adrianvintu opened this issue 2 years ago • 8 comments

I try to play different videos on iphone v15 and i only get an infinite circular widget.

When I set link = "" I get no error message, only infinite circular widget.

flickManager = FlickManager(
  //getPlayerControlsTimeout: _getPlayerControlsTimeout,
  //reset variable
  onVideoEnd: onVideoEnd,
  videoPlayerController: VideoPlayerController.network(link),
  autoPlay: pausedPosition == null ? true : false,
);

Is there a debug flag that could show me that is going on in the background?

adrianvintu avatar Oct 30 '21 10:10 adrianvintu

I have tested the DefaultPlayer class using mock_data.dart and it seems only The Valley is playing.

Device is: iPhone Mini 12 with Software Version 15.1

adrianvintu avatar Oct 31 '21 12:10 adrianvintu

I have tested on Safari and none of the links are played. They show an infinite circle loading.

adrianvintu avatar Oct 31 '21 13:10 adrianvintu

More feedback.

  1. Infinite circular progress on IOS 15, even for empty link. The URLs I tried to play in my app contained spaces, so I needed to set link = Uri.encodeFull("my link"); No more issue on my videos.
  2. The issue about only The Valley playing is still on.

adrianvintu avatar Oct 31 '21 15:10 adrianvintu

Ok, I will try on iOS 15. Any error logs can you please share?

geekruchika avatar Nov 06 '21 10:11 geekruchika

Sorry, no logs unfortunately.

adrianvintu avatar Nov 06 '21 10:11 adrianvintu

@adrianvintu Please try the latest version with custom hosted URLs and let me know if still exists.

geekruchika avatar Feb 21 '22 07:02 geekruchika

@geekruchika what is the latest version and what is "custom hosted URLs"?

adrianvintu avatar Feb 21 '22 13:02 adrianvintu

Latest Flick player version. flick_video_player: ^0.5.0

geekruchika avatar Aug 09 '22 05:08 geekruchika