flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

📺 Flutter VLC powered video player.

Results 246 flutter_vlc_player issues
Sort by recently updated
recently updated
newest added

My app need to edit and update subtitle file frequently. And, after update the subtitle content file it need to update to VLC player to reflect the changes. I use:...

hey!, I am using flutter_vlc_player in my app. when i go back from the page with flutter_vlc_player, the app crashes with this error. ``` Abort message: 'java_vm_ext.cc:542] JNI DETECTED ERROR...

When I often create and dispose a VlcPlayer with its Controller this error happens sometimes and the app crashes. Its hard to recreate this error, but if necessery I can...

Hello! When I try to play a video on iOS using the link https://data-big.ru/v1/file/y6845e4k4pb49ccsgdu3kmc6ydeuyqxo9zedszkohnkoqkwuq3, I get following messages: ``` creating player instance using shared library [mov,mp4,m4a,3gp,3g2,mj2 @ 0x107808200] stream 0,...

Hi, I am getting this error when trying to initialize VLC Player launch from URL on a real device. It's working if launch normally, and emulator launch either way. version:...

It will be nice to add preCaching function without having a controller for every cached video as in some cases we need to precache few seconds from a lot of...

Sometimes the page can be closed normally, and sometimes the software will crash when returning ![image](https://user-images.githubusercontent.com/44287872/180920097-99bb6071-6671-4562-bc39-e395ae904b48.png) ![image](https://user-images.githubusercontent.com/44287872/180920108-d4061a5e-5717-46a6-997d-9a5d4e4589db.png)

Hi all, does anyone have a solution to resume the live network stream when resuming the app (iOS) after a certain time? It seems after around 40 seconds the app...

Is it possible to make the VlcPlayer() widget to adjust to the parent container's size? ``` return Container( color: Colors.blue, height: 400, child: VlcPlayer( controller: _videoController.video.value.videoPlayerController!, aspectRatio: 16 / 9,...