-
qdzaa updated
3 years ago
-
**Describe the bug**
App crash iOS when exit to background
**What attempts have you made to resolve this error ?**
Default template with release build iOS. Test app via TestFlight
**To Reprodu…
-
**Describe the bug**
带tabbar的时候点击全屏tabbar不会消失(视频是横向视频)
**What attempts have you made to resolve this error ?**
**为了解决这个问题你有什么尝试?**
有问题请自己先努力尝试解决。
尤其是一些已经在错误输出中给出了可能的解决办法的问题
**To Reproduce**
…
-
配置如下:
await _player.setOption(FijkOption.hostCategory, "enable-snapshot", 0);
await _player.setOption(FijkOption.playerCategory, "mediacodec-all-videos", 1);
await _player.setOption(FijkOption.host…
-
-
使用`player.onBufferPosUpdate.listen`获取到的加载进度已经整个视频缓存完毕了,但是调用`player.seekTo`时似乎还是需要重新加载,并且快进完成之后 后面的进度还是需要重新加载,这里是不是可以优化一下?已经缓冲过的视频进度内进行seek快进时不需要重新加载。
以上拙见,不知道此处是由flutter层决定的还是由native层决定的?
-
**Describe the bug**
一个视频列表页,列表内有N个视频列表,通过VisibilityDetector来实现视频在可视区域内播放。整个视频列表只有一个player,当处于可视区域内时,将会给对应的item设置这个player。
然后正常滚动浏览的时候,偶尔会卡顿,然后导致app崩溃。
**To Reproduce**
```
SmartRefresher(…
-
Hi! Thank you for this amazing plugin!
I have an app in flutter that reproduces online videos through streaming. The server side is NGINX. All works great on Android, however, iOS does not reproduc…
-
Android release包运行时闪退 debug包没问题 报错为:
E/flutter (29758): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/d…
-
**Describe the bug**
播放avi只有声音没有图像
看[module.sh](https://github.com/befovy/ijkplayer/blob/master/config/module.sh)文件中:
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-demuxer=avi"
所以avi…