Questions tagged [flutter-video-player]

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

247 questions
0
votes
0 answers

flutter: Another exception was thrown: NoSuchMethodError: The getter '_duration' was called on null

Hello developer i am using chewie plugin for playing live streaming video its is m3u8 video link when run it ios real device it give this exception "The getter '_duration' was called on null." on ios while its work fine on android device but ios…
Aneel Illyas
  • 185
  • 1
  • 2
  • 12
0
votes
1 answer

Can I play video from base64 String in flutter?

I have base64 String data for video. I want to play that video in my appl, so is there any way to convert it to file and then play or is there any method to directly play the video from base64 String ? Please suggest any solution..
Araju
  • 539
  • 8
  • 20
0
votes
1 answer

Flutter app crashes when video_player loads HLS video

When loading http://static.france24.com/live/F24_EN_LO_HLS/live_web.m3u8 using Flutter's videoplayer the app crashes, but if I load https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4 it does not crash.. When it crashes it gives the…
João Abrantes
  • 4,772
  • 4
  • 35
  • 71
0
votes
2 answers

How to correctly catch up to the latest position in a live stream using video_player and Chewie?

For example, when the user starts watching the stream, I will initialize the player and that starts playing from the latest position in the live stream. If the user then pauses the video they will be x seconds behind the latest stream position. I…
jaxfire
  • 156
  • 1
  • 7
-1
votes
1 answer

How to show video player when the application is in minimised

I am making a video streaming application. I want my application to show the video player in a tiny window when the app is minimised while playing like amazon prime app.Is there any way to implement this
-1
votes
1 answer

Dislaying Image File in Container Exported From Video

Trying to export a frame from my video file, save it to an image file list, and then display it back when building my list of containers. setState(() async{ if (result!.files.isNotEmpty) { for (PlatformFile item in result.files) { …
anon
-2
votes
1 answer

Flutter Viedeo Player like Youtube, Amazon Prime

How to download video from online(api response) and store it in local device and play that video using video player in flutter app. Eg : Amazon Prime, Youtube, Netflix...
1 2 3
16
17