fijkplayer icon indicating copy to clipboard operation
fijkplayer copied to clipboard

ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,...

Results 198 fijkplayer issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. 清晰描述你遇到了什么问题。 按照示例报错 没有找到通道值 nhandled Exception: MissingPluginException(No implementation found for method createPlayer on channel befovy.com/fijk) **fijkplayer version** Which...

```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** A clear and concise description of what the bug is. 清晰描述你遇到了什么问题。 example 不能运行 报错提示:Error (Xcode): Library not found for -lshared_preferences **What attempts have you made to resolve...

**fijkplayer version** Which version you used. fijkplayer 0.10.1 **Smartphone (please complete the following information):** 什么手机设备和系统版本? - Device: [e.g. iPhone13] - OS: [e.g. iOS15.4]

请问一下有遇到过http的视频不能重复播放吗? http视频第一次播放是可以的,重复播不行,点击播放按钮,下面是状态变化 ``` V[/AudioManager]()(22679): querySoundEffectsEnabled... I[/flutter]() (22679): [inf] 2022-04-06 13:08:41.742531 [fijk] FijkPlayer{id:2} invoke start D[/IJKMEDIA]()(22679): IjkMediaPlayer_start D[/IJKMEDIA]()(22679): ijkmp_start() D[/IJKMEDIA]()(22679): ijkmp_start()=0 D[/IJKMEDIA]()(22679): ijkmp_get_msg: FFP_REQ_START D[/IJKMEDIA]()(22679): FFP_MSG_BUFFERING_START: E[/IJKMEDIA]()(22679): stream 0, offset 0xfed:...

碰到一个AES-128-ECB模式加密的m3u8, 尝试了各种办法都无法解密播放. 默认模式好像必须是AES-128-CBC,必须提供IV

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

请问全屏后是否可以设置 FijkView的fsFit值 fsFit: FijkFit.contain 想添加个按钮可以设置 画面的 显示比例 类似爱奇艺的播放器

iOS真机无法全屏、横屏 点了全屏也是占用那么点地方,晃动手机也没反应

楼主好: 我用的版本fijkplayer: ^0.10.0开发,进行m3u8格式视频循环播放,在Android和iOS上面都会出现第一次播放完成后卡住不动。以下是相关代码和错误日志,还请查看,谢过。 await videoPlayer.setDataSource(videoUrl, autoPlay: true); await videoPlayer.setLoop(0); await videoPlayer.setOption(FijkOption.playerCategory, "enable-accurate-seek", 1); 错误日志: ] E/IJKMEDIA(16270): http://xxxxxxxx/qp9AQbC6F.m3u8: error while seeking [ ] D/IJKMEDIA(16270): FFP_MSG_BUFFERING_START: [ ] D/IJKMEDIA(16270): ffp_toggle_buffering_l: end [...