276 questions
1
vote
3
answers
99
views
video player is not working for videos from assets
I am trying to play a 30 sec video , but it is not working as
expected.
_controller = VideoPlayerController.asset(
'assets/videos/disclaimer.mp4',);
All the errors we have been troubleshooting are for ...
0
votes
0
answers
38
views
Flutter videoplayer buffers endlessly on Android after seeking
I have a video player in my flutter which relying on the video_player package on chewie. It plays network-based HLS-formatted videos. Everything works fine until I seek to a position, and then the ...
1
vote
0
answers
169
views
youtube_player_flutter stuck on thumbnail after Flutter pub outdated – video doesn't play
I'm using the youtube_player_flutter package in my Flutter app to embed YouTube videos. The widget was working perfectly until recently. After running flutter pub upgrade, the video player now gets ...
1
vote
0
answers
63
views
Video playback stopped in Flutter when app goes to background, some crashes in log
I am using Flutter video_player package to play video on Android, in recent updates of Flutter or package, the app stops playing back video when I send app to background, meanwhile there are some ...
1
vote
0
answers
78
views
Flutter Video Player Fails To Initialze in Release Mode on Windows Only
So I suspect this will be a hard one. But here we go.
I have my video player. I use the Chewie plugin. Coupled with the Video Player plugin.
Now, my flutter code is used amongst 4 platforms. Android, ...
0
votes
1
answer
68
views
How to change the video source when on fullscreen?
I am building a live video streeming app with mainly video playing for watching live channel.
When I'm in portrait mode I can switch (change) video source and is working fine. I'm using Provider to ...
0
votes
0
answers
41
views
How to restart video playback
I have a VideoPlayerItem widget that plays a video and triggers an onVideoEnd callback when the video ends. I also have a refresh button that I want to use to restart the video playback. How do I do ...
0
votes
0
answers
69
views
Video story as like instagram dispose issue
Hello Everyone i am trying to implement story function as like instagram in flutter.
i am done with display image and video story perfectly.
i am getting issue when switching story form user to ...
0
votes
1
answer
97
views
Flutter Videoplayer not working/initialising
I want to play an video with delay but the videoplayer is not working/initialising. the delay is working but i nether get the init print or the error print of the video player. The current video is ...
1
vote
1
answer
124
views
How to take a screenshot of a video on Flutter Web?
I'm working on a Flutter web app that uses the Media Kit Player package for video playback. I want to add functionality to take screenshots of the video at any point.
Here's what I've tried so far:
...
1
vote
0
answers
33
views
Flutter: flick_video_player AnimationController.forward() called with no default duration
When i try to forward/backward the video by double tapping on the right/left OR by dragging the progress bar, I get this Error on the console and UI (until the video is loaded).
here's flick_player....
1
vote
0
answers
146
views
How to implement automatic quality change in Flutter's video_player package?
I'm working on a Flutter app where I need to implement automatic quality change (adaptive streaming) in video playback using the video_player package.
I know that BetterPlayer has built-in support for ...
0
votes
0
answers
311
views
Unhandled Exception: PlatformException(VideoError, Failed to load video: Operation Stopped, null, null)
Im using video_player: ^2.9.0. On Android it's working fine, but i get an error on iOS device.
Video Player Error: Failed to load video: Operation Stopped
[ERROR:flutter/runtime/dart_vm_initializer....
-1
votes
1
answer
448
views
flutter better_player custom controls problem
i'm implementing custom controls for flutter better_player widget, it worked fine but the problem is that the custom controls are stuck on screen (always visible), unlike the default material or ...
-1
votes
1
answer
180
views
Can we run Flutter Better Player preCache method in isolate?
I'm using better_player package for list of videos in my application. The package is providing the preCache method which cache the video. So just a quick question can i run this method in separate ...