flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

controler throw erro

Open hu70258tao opened this issue 3 years ago • 6 comments

i click a fullscreen button,use a inited control like image but it is read image

hu70258tao avatar Apr 01 '21 08:04 hu70258tao

You can comment that lines of library to see if the problem goes away or not.

alr2413 avatar Apr 01 '21 09:04 alr2413

and this player is always buffering image like this

hu70258tao avatar Apr 02 '21 01:04 hu70258tao

same issues

jing-pei avatar Apr 07 '21 14:04 jing-pei

how did you implement the fullscreen feature? it's a bit tricky, that's why we didn't implement that in example app.

alr2413 avatar Apr 07 '21 15:04 alr2413

the same problem anyone has solve it :( /cry E/flutter ( 5866): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Exception: Already Initialized E/flutter ( 5866): #0 VlcPlayerController.initialize (package:flutter_vlc_player/src/vlc_player_controller.dart:176:7) E/flutter ( 5866): #1 VlcPlayerController.onPlatformViewCreated (package:flutter_vlc_player/src/vlc_player_controller.dart:941:13)

KingTom1128 avatar Jan 10 '22 09:01 KingTom1128

Same issue, if comment out throw Exception("Already Initialized") , problem solved. Why throw Exception here, will it be removed on next version?

LiangHuangBC avatar May 23 '23 12:05 LiangHuangBC