Questions tagged [flutter-video-player]

For questions related to playing a video with the Flutter open source framework by Google.

247 questions
1
vote
1 answer

Azure Media Services Flutter Video play issue

My Question already asked by someone but did not answered can someone help me with this Here is the link : Azure Media Services Flutter I got same issue while try to play this…
siva
  • 149
  • 1
  • 1
  • 11
1
vote
4 answers

Play local videos in Flutter

I need to play a asset video in my app but the vide player plugin keeps on buffering but didn't play the video. But if I use network videos then the code works perfectly. Here is my code, class LandscapePlayer extends StatefulWidget { @override …
1
vote
1 answer

How to play a List of video carousel?

I want to create a List of video carousel, something similar to a social media platform. I tried making video carousel using flutter_swiper and video_player. and created a list using inview_notifier_list 's autoplay example, But unable to get the…
1
vote
2 answers

Flutter video player throwing exception with Vimeo video

I am trying to play a vimeo video in a flutter app using the video player library. I have followed the example given for video_player. When I launch the screen and my android emulator, I am getting the following exception thrown.... I/ExoPlayerImpl(…
Scorb
  • 1,654
  • 13
  • 70
  • 144
1
vote
1 answer

How do i play a network video in flutter

I am trying to put a network video from a different site in Flutter. I have used the video_player package. I have used a future builder in which, the CircularProgressIndicator will keep running until the video is loaded. When i run the app, in the…
Amin Zaidi
  • 23
  • 1
  • 6
1
vote
0 answers

Flutter Video Player Playing In Slow Motion In Release Builds

I've been using video_player: ^0.10.11+2 to play and display videos in my app, every runs smooth when i'm testing on my device with flutter run. But when i do a release build on both Android and iOS, the video plays in slow motion and without sound.…
marvin ralph
  • 1,100
  • 3
  • 23
  • 43
1
vote
1 answer

How to add multiple video players linked to firebase in flutter

I am trying to make a page of youtube,twitch and instagram videos. The urls are stored in a firebase collecton called videos as documents. Each document has the video name, url, type and a short description. I can retrieve all of these urls easily…
Siddharth Agrawal
  • 2,960
  • 3
  • 16
  • 37
1
vote
1 answer

video_player dependency doesn't working api 19

I am trying to play mp4 videos from network using video_player dependency in flutter(running my app only on android), the video don't playing and the app crashing after few seconds. I am trying to run the app on API 19 max. here is my code: import…
1
vote
0 answers

How to achieve boomerang effect of VideoPlayer in Flutter?

I am using VideoPlayer package to display .mp4 in my app. I am able to loop it very easly just by adding _controller.setLooping(true);. However I am not able to create a boomerang effect with this package. Do you have any ideas how to implement…
Da Artagnan
  • 1,109
  • 3
  • 17
  • 26
1
vote
2 answers

Send firebase storage authorization as url parameter from a flutter web app

I would like to know how to make an authorized request to firebase storage using the user Id Token as a parameter in the url. Right now with a firebase rule of 'request.auth != null' I receive a 403 network error (Failed to load video: You do not…
0
votes
2 answers

Video Auto rotation landscape and portrait

I create the video screen, and when the device rotates, the video player also rotates. I have used the youtube player flutter library with auto-rotation enabled. When the device rotates from portrait to landscape, the video player rotates…
Jigish
  • 221
  • 2
  • 9
0
votes
0 answers

How can I fix video player overflow in landscape mode?

When I changed the phone orientation to landscape video player gives bottom overflow, I'm trying several ways to deal with this. I can't use two listViews because I need the video player to stay at the top and only the list can be scrolled. Can…
0
votes
0 answers

How disable video subtitles?

I used Chewie package for video player and need to disable subtitles for default and show it when user tap on subtitle button but problem is that the button is showed when the subtitles showed and for default that button is active.Is any solutuin to…
0
votes
0 answers

How to Intergrate Swarmify with Flutter

i am trying to add swarmify with flutter i tried to use webview and i will attach the source code but the video is not working and giving me this error I/chromium( 5322): [INFO:CONSOLE(1)] "Swarmify - swarmdetect.js: Script Append Succeeded",…
0
votes
0 answers

Flutter video subtitles in fullscreen

I used subtitle_wrapper_package for showing video subtitles but in fullScreen subtitles disabled can I fix it or do it without package(my file is .srt)?