-
只将视频设置静音,而不是修改系统的音量
-
I upgraded flutter this morning, but when I use `flutter build apk` to build the app, the app crash. Then I try to use `./gradlw assembleRelease` to build app, the app runs well. This problem only hap…
-
-
**Describe the bug**
When trying to play a video, recorded on the P6Pro, the video stutters and has incorrect colours. Aves reports the video format as HEVC (H.265) 3840 pixels at 60 FPS.
**To Re…
-
IOS 不显示播放画面
`+ (void)registerWithRegistrar:(NSObject *)registrar {
FlutterMethodChannel *channel =
[FlutterMethodChannel methodChannelWithName:@"befovy.com/fijk"
…
-
When a HLS video is being played on Fullscreen mode, the play button doesn't work. Please can you advise me on what to do regarding this?
-
如题,在iOS14.4.2 iPhone X上,执行横屏操作,视频画面并未横屏。
PS:iOS12.3.1上执行横屏操作,可正常切换展示。
-
0.8.7版本,设置视频源 .mov 格式失败
-
Please upload a new version of BIJKPlayer to a alternative CDN (google storage apis?)
Unfortunately,
https://github.com/CocoaPods/Specs/blob/73d655c4d71297c7ba2625e735a46fdab891ffd8/Specs/6/f/0/B…
-
```dart
Future prepareVideo([String url]) async {
log.i('1');
await _videoPlayer?.stop();
log.i('2');
await _videoPlayer?.release();
log.i('3');
_videoPlayer = FijkPlaye…