-
**History check**
ok.
**Describe the bug**
After a few minutes of listening to the audio with the screen locked, the audio suddenly stops. When unlocking the screen and returning to the app the p…
-
当我使用flutter构建demo的时候,我虚拟机上可以一切显示正常
而当我`flutter build apk`后,用自己手机却无法显示直播视频,
我使用[livego](https://github.com/gwuhaolin/livego) 在我自己的阿里云服务器上推流,我不理解,为什么我真机里面,获取视频的权限会被禁止
如果你可以告诉我,我将十分感谢
-
debug 模式一下一切正常
但是 release 模式下手,video 播放就白屏,但是声音正常播放
已关闭混淆
请帮忙看看是什么问题导致的呢
Adroid 系统版本:Android 10
Flutter 相关版本:
```
Flutter: 2.10.5
Dart: 2.16.2
fijkplayer: 0.11.0
```
android\app\build.gradl…
-
您好,我在使用fijkplayer播放[live项目](https://github.com/fanmingming/live)中的频道时,出现了大部分频道没有声音的情况,控制台无报错,正常打印流请求信息,但是模拟器没有声音,只有画面。
没有声音的频道如链接**`https://cntv.sbs/live?auth=2307100804&id=cctv2`**
![image](https:/…
-
```sh
Option ijkiomanager not found.
Runner was compiled with optimization - stepping may behave oddly; variables may not be available.
* thread #77, name = 'ff_read', stop reason = EXC_BAD_ACCESS …
-
**Describe the bug**
播放在线视频中途暂停后,拖动进度条调用seekTo后,画面会自动播放,但没有声音输出,也没有状态和进度回调。
**What attempts have you made to resolve this error ?**
在seekTo前后手动调用pause,仍然会有这个问题。
**To Reproduce**
1. 播放一个在线视频,中…
-
**Describe the bug**
Not able to setSpeed to be greater than 1.
**What attempts have you made to resolve this error ?**
I removed all setOption from my code and tried to run the player, still did…
-
当player的state状态变更为complete时,我尝试对player reset(), 并再次赋值setDataSource(url, autoPlay: false),默认不自动播放,在业务符合一定条件时手动调用start()来播放,监听和log都可以感知state的状态确实变更为started,但是视频其实并未播放。
started、paused等状态去 reset() + se…
-
在一个列表中,用一个FijkPlayer,点击不同item,切换视频源
代码如下:
await player.reset();
await player.setDataSource(url, autoPlay: true);
在状态变为started后,开始播放,第一帧会是上一个视频的最后一帧画面,然后再开始播放当前视频
请问这个问题如何解决?
-
I am facing an issue that might be because of some of my mistakes. I am playing RTMP link in vlc player it's playing fine in the emulator but crashing the app in the debug or release in the mobile. Fo…