fijkplayer
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 媒体播放器,...
[BUG]
**Smartphone (please complete the following information):** 什么手机设备和系统版本? - Device: [e.g. iPhone12] **Additional context** 苹果播放m3u8视频时报错 * thread #52, name = 'ff_read', stop reason = EXC_BAD_ACCESS (code=1, address=0x5030) frame #0: 0x0000000104547a24 Runner`OPENSSL_LH_get_down_load...
**Describe the bug** A clear and concise description of what the bug is. 清晰描述你遇到了什么问题。 压测进行一段时间后,会报native异常(收集于bugly)。 错误日志如下: ------------------------------------------- 错误日志 1: 1 #00 pc 0022e458 /data/app/com.demo.demo-pL3UDkJ7kGYT9IK8hVJi0g==/lib/arm/libijkffmpeg.so [armeabi-v7a] 2 #01 pc 0026b047 /data/app/com.demo.demo-pL3UDkJ7kGYT9IK8hVJi0g==/lib/arm/libijkffmpeg.so...
百度声称无法解决这个问题,大厂都懒得多解释。 经测试项目仅仅引用三个包: flutter_baidu_mapapi_map: #百度地图 flutter_baidu_mapapi_search: #百度地图 fijkplayer: #流播放器(IOS与百度地图会产生openssl冲突,百度回应无法解决) 错误信息: ``` Running Xcode build... Xcode build done. 216.4s Installing and launching... (lldb) 2021-11-15 10:55:20.733214+0800 Runner[93224:12204604] Writing analzed variants. Debug service listening...
视频卡顿,声音和视频不能同步。(我看了下CPU在300%,内存使用在1G以上)(测试机型iphone12)在真机上不行,模拟器是可以的。 视频地址:https://vkceyugu.cdn.bspapp.com/VKCEYUGU-ab498c51-8871-421b-8e23-a43eaa306dff/236d2569-2562-436d-87ca-9dec381a3fa0.m3u8 日志: ***************TiercelLog**************** Source : SessionManager.swift[235] Thread : number = 1 identifier : com.zl.zlzlzl.flutter_yumei_downloader Info : [manager] retrieveTasks, tasks.count: 0 rootPath:/var/mobile/Containers/Data/Application/BED88762-410F-48B1-82C3-DEFC86A396B4/Library/Caches/m3u8yumeis flutter: setup:true flutter: [inf] 2022-06-08 21:29:19.237493 [fijk] FijkPlayer{id:1}...
[1_015726.zip](https://github.com/befovy/fijkplayer/files/8842219/1_015726.zip) 这个视频在一些老旧手机或者一些电视上播放卡顿,老旧设备几乎必现,视频格式如下: Video: HVC1 1920x1080 50fps 2937kbps [V: Mainconcept Video Media Handler [eng] (hevc main, yuv420p, 1920x1080, 2937 kb/s)] Audio: AAC 48000Hz stereo 192kbps [A: #Mainconcept MP4 Sound Media Handler...
**Describe the bug** android可以播放。ios就失败。 **What attempts have you made to resolve this error ?** **为了解决这个问题你有什么尝试?** 换成网络播放可以。 **To Reproduce** 问题的复现步骤 Steps to reproduce the behavior: 1. Go to '...' 2. Click...
fix: This attribute will cause the cover image to not be fit like the video content does.
I want to write a function to seekto postion with tv controls await _player.seekTo(_player.currentPos.inMilliseconds + 1000); but when i press fast forward several times events getting swallowed
When using fijkplayer to play audio files, such as "http://lhttp.qingting.fm/live/386/64k.mp3". Call the following code in turn: `await player.setDataSource(url, autoPlay: false); await player.prepareAsync(); await player.start(); ` The player starts to work...