flutter_vlc_player
flutter_vlc_player copied to clipboard
Exception while displaying video "E/FrameEvents(11723): updateAcquireFence: Did not find frame."
When video is loaded and displayed my console is flooded with this message E/FrameEvents(11723): updateAcquireFence: Did not find frame. how to prevent that?
void liveCam() {
vlcViewFrontController = VlcPlayerController.network(
videoCamUrl,
hwAcc: HwAcc.full,
autoPlay: true,
options: VlcPlayerOptions(),
);
vlcViewFrontController!.setVolume(0);
}
I have the same flooding.
@Luk4s2 @neckaros Did you find any solution for this?
Don't remember for sure. Think it might have been a difference of the FPS of flutter engine and fps Of VLC. But I could be remembering wrong
anyone has any idea how to address this?
I also have the same problem