encodeworksystems
Results
1
comments of
encodeworksystems
> i faced the same error on iOS, i deleted autoplay and auto initialize on ChewieController my problem solved. ` final networkVideo = networkVideos[pos]; _videoController = VideoPlayerController.network( networkVideos[pos].pitchingVideoUrl) ..initialize();` >...