Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
112 views

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 ...
Abhilash Anand's user avatar
2 votes
0 answers
201 views

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 ...
Amirhossein kz's user avatar
1 vote
0 answers
82 views

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, ...
Moses's user avatar
  • 81
0 votes
0 answers
41 views

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 ...
Rohith Rathod's user avatar
0 votes
1 answer
100 views

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 ...
andy's user avatar
  • 53
1 vote
0 answers
34 views

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....
Mell Stroy's user avatar
0 votes
0 answers
321 views

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....
Sudesh Thakur's user avatar
-1 votes
1 answer
196 views

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 ...
Md Usama's user avatar
0 votes
0 answers
50 views

import 'package:cached_network_image/cached_network_image.dart'; import 'package:chewie/chewie.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; ...
Ahmed Javed's user avatar
0 votes
0 answers
34 views

I am uploading videos to firebase storage with a method that handles both images and videos. The list of assets are given from PhotoManager; List<AssetEntity> and are converted into bytes to be ...
Spencer's user avatar
  • 135
-1 votes
1 answer
116 views

final MyFile file; //url is the downloadurl from Firebase Cloud Storage _videoPlayerController = VideoPlayerController.networkUrl(Uri.parse(file.url)); _initVideoPlayerController = ...
Spencer's user avatar
  • 135
0 votes
0 answers
179 views

when i adding video_player 2.8.7 to my flutter project, with flutter 3.22 , when just pub get and run project from scratch, this error happened: Could not find gradle-7.2.1.jar (com.android.tools....
wayne's user avatar
  • 1
1 vote
0 answers
46 views

I am using better_player and flutter_cast_video packages. When I play a video, the chromecast button is created, if I click on the screen so that it and the other controls disappear and I press again ...
Cristian's user avatar
0 votes
1 answer
404 views

I am using Chewie to display videos in my Flutter app. I have a full screen videos that looks like the image below: I want to display the videos in the following format with a 1:1 aspect ratio. Is it ...
ramluro's user avatar
  • 93
0 votes
1 answer
79 views

i got red screen when the fvideo is empty late YoutubePlayerController? _controller; @override void initState() { super.initState(); final videoID = YoutubePlayer.convertUrlToId(...
walid's user avatar
  • 35
0 votes
1 answer
956 views

I am trying to play an .mkv file using. flutters video_player and a api link. When i try to play a mp4 video it works, but when i play a mkv video it gives me the error: [ERROR:flutter/runtime/...
Jesper2908's user avatar
0 votes
3 answers
983 views

Update: I've come up with something of a fix. I added the following to the http headers I was sending "If-None-Match": "1" This forces a cache miss when AVPlayer sends it's initial ...
scottynoshotty's user avatar
0 votes
1 answer
244 views

I am trying to load this video assets/videos/heart_beat.mp4 but when passing its path to the initialization of VideoPlayerController, it throws this error: Playback error E/ExoPlayerImplInternal( 9149)...
EgenSolve's user avatar
1 vote
0 answers
134 views

I need to initialize the video player but the url is coming from an API call. What i tried so far: late VideoPlayerController _controller; Future<Tweet> postsFuture = getPosts(); static ...
Mawnir fas's user avatar
0 votes
1 answer
527 views

I am using chewie video player in flutter. My app does not allow landscape mode. I only want to allow chewie player fullscreen to be in landscape. The chewie player is used in a screen similar to ...
Rohan's user avatar
  • 97
1 vote
0 answers
806 views

I wanted to show a video on screen, so I decided to use video player plugin. when I use network videos it works just fine. but when I want to use my assets, the result is just a blank page. I read the ...
Rezam's user avatar
  • 29
0 votes
2 answers
361 views

Could someone help with showing how to add events listener for BetterPlayerPlaylist. I wish to know when a video at a specified playlist index finishes so I can pause or stop player, display a ...
axum powtoon's user avatar
5 votes
2 answers
1k views

I am exhausted at this point. I have tried every possible solution available online and on stackOverflow to resolve this issue. So basically I have a video that am tryingto fit inside a container but ...
carlosManta's user avatar
0 votes
0 answers
506 views

i have a flutter widget that shows a video , i want it to act like twitter app video player . what i mean is for example the video has aspect ratio of 9:16 (so its a vertical video) i want the widget ...
Mark's user avatar
  • 13
1 vote
0 answers
71 views

I am making a video player with parallax effect on scroll. The design is video on the top and title and description and other details in the bottom. As we scroll up to reveal more of the information ...
Ankit Verma's user avatar

1
2 3 4 5 6