760 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
70
views
Flutter widget shows last video frame when switching between image and video
I have a Flutter app that plays videos one after another. Sometimes, I also show slides (PNG images) between videos.
When the sequence is video → video → video, everything works fine.
But when the ...
0
votes
0
answers
60
views
How to get naturalSize in expo-video not expo-av?
I am having issues in getting naturalSize in expo-video docs. I need a video play activity such as Instagram etc.
where is a list of post, feeds videos and shows videos pixel perfect and onClick of ...
0
votes
1
answer
108
views
Flutter Web video player not showing the video
I'm using video_player: ^2.10.0 to display a video as a background in my web app, but it is simply not loading. There is this Video init error:
UnimplementedError: init() has not been implemented.
I ...
0
votes
0
answers
72
views
Flutter navigating back issue (with video_player PlatformView causes lag)
Flutter video_player with viewType: VideoViewType.platformView causes lag when navigating back
I am using the video_player package in my Flutter app.
My controller is initialized like this:
...
0
votes
0
answers
219
views
Could not determine the dependencies of task ':wakelock_plus:generateReleaseLintModel'?
Could not determine the dependencies of task ':wakelock_plus:generateReleaseLintModel'. > Could not resolve all dependencies for configuration ':wakelock_plus:releaseUnitTestRuntimeClasspath'. > ...
1
vote
1
answer
64
views
Flutter VideoPlayer landscape mode safearea issue
Here I'm facing an issue with the landscape mode video player.
Click here to see issue
I want to do it full screen. How can I do it? Please help someone.
My Flutter Version is: 3.24.3
My Dart Version ...
0
votes
0
answers
73
views
How to play private Vimeo videos in Flutter am i missing anything?
I'm trying to play private Vimeo videos in my Flutter app. I’m using a package like vimeo_video_player, and public video playback using the video ID works perfectly.
However, when I try to load ...
0
votes
1
answer
97
views
How to remove black bars when using the front camera?
I am using the video_player package in Flutter to play videos, and when switching to fullscreen mode, I see black bars on the sides or top and bottom. I want the video to fully fill the screen without ...
1
vote
0
answers
69
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 ...
2
votes
1
answer
79
views
How Can I Correctly Delay the Printing of Strings in Windows Command Prompt to Match a Video's FPS?
I made an ASCII video player that runs in the Windows command prompt. However, I am having issues in regards to having the frames print at the same speed (FPS) as the original video.
At first I ...
0
votes
1
answer
65
views
How to globally stop all running audio and video streams during app lifecycle changes?
I have a Flutter app with multiple audio and video players (e.g., video_player, just_audio, audioplayers). When the app lifecycle changes (e.g., the app goes to the background or is detached), I want ...
0
votes
1
answer
64
views
Unity videoplayer with delay
I have a video that plays over a cube prefab. The video source is a url. The problem is, you see a grey box as the video loads before it plays. I set wait for first frame but that doesn’t seem to make ...
0
votes
1
answer
175
views
C# play video in full screen mode automatically
I have a simple form that should start an mp4 soundless video in fullscreen, unfortunately I haven't be able to do that. My form consists of an axWindowsMediaPlayer control and a button when clicked ...
1
vote
0
answers
62
views
Issues restarting videos on iOS using video_player in Flutter
I'm experiencing an issue when trying to restart videos on iOS using the video_player plugin (version 2.9.2). After the video completes, attempting to restart it using _controller.seekTo(Duration.zero)...
2
votes
1
answer
479
views
How to handle timeUpdate event?
I'm stuck on how to handle the event timeUpdate using the library expo-video expo-video documentation. I need to get the currentTime of the video in order to create a customize control(nativeControls={...