flutter_ijkplayer
flutter_ijkplayer copied to clipboard
ijkplayer for flutter
Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
 ``` onTap: () { controller.ijkMediaController.setFileDataSource(File(controller.videoPath), autoPlay: true); }, ``` Black screen showing before video is playing.How to solve this?
Hi, I tried this library in my project to play ffmpeg pipe output video _flutterFFmpegConfig.registerNewFFmpegPipe().then((pipePath) { _flutterFFmpeg.execute('-i $inputFilePath -f flv -ar 44100 -ab 64000 -ac 1 -y $pipePath'); _controller.setNetworkDataSource(pipePath, autoPlay:...
[!] Error installing FlutterIJK [!] /usr/bin/curl -f -L -o /var/folders/ys/0hm8kwrs6fx5q5hv78yw08840000gn/T/d20210603-31553-111bwfx/file.txz https://bintray.com/api/ui/download/caijinglong/cocoapod/0.1.1/IJKMediaFramework.tar.xz --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.10.1 cocoapods-downloader/1.4.0' % Total % Received % Xferd Average Speed Time Time Time Current...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
目前android和IOS播放RTSP+G726的流都是没有声音,RTSP已自定义编译过了,G726需要开放支持的话module需要添加什么格式的代码 
**Screenshots** [!] /bin/bash -c set -e sh cat.sh cat.sh: line 1: wget: command not found cat.sh: line 2: wget: command not found cat.sh: line 3: wget: command not found cat.sh:...
后端最近升级了架构 进行了重定向操作后无法播放 后面发现是重定向前后的ip地址相同导致的 如果更换ip则可以正常播放 Status 301: Redirecting to rtsp://xx.xx.xx.xx:xxxxx/delivery_rtsp/2_0_70778/ No default whitelist set 使用了一下方法均无效 1. ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "dns_cache_clear", 1); 2. ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "protocol_whitelist", "concat,http,tcp,https,tls,file"); 各位大佬有没有解决的办法