Results 18 comments of LeoLee

i compiled file does not support php8.1 Do you use i compiled dll file?

![image](https://user-images.githubusercontent.com/1817560/147428384-6785df01-cd4c-42e8-8460-c1afacc47d6f.png) 7.3,7.4,8.0 supported,other php version not support.I'm going to compile another pre version that supports PHP 8.1。It will take some time

[memcached-for8.1-windows.zip](https://github.com/lifenglsf/php_memcached_dll/files/7782317/memcached-for8.1-windows.zip) zip file only support php8.1 copy libmemcached to C:\windows

> Thank you for php 8.1 build, but it seems that it doesn't have igbinary support. Before August 1st, I manually compiled a full version。

> Thank you for php 8.1 build, but it seems that it doesn't have igbinary support. i compiled new release support php 8.1

尝试用包管理工具重新安装Python3.6.然后再按照步骤安装。

最近用ffprobe比较了下能正常播放的和有图像没有声音的的m3u8的区别,有图像没有声音的都是mp2的视频,应该是ijkplayer编译的版本没有加mp2的支持。对java是小白级别的,等有时间按照官方的文档编译一个支持mp2的ijkplayer看看是不是还有有问题

花费了周末的两天时间折腾重新编译,基于befovy/ijkplayer的ijkplayer。在module.sh中加上 `export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-decoder=mp2"` 或者你使用的module.sh文件中添加,然后重新编译ffmpeg和ijkplayer,替换ijkplayer的方法参考[点击这里查看如何替换ijkplayer](https://fijkplayer.befovy.com/docs/zh/replace-ijkplayer.html).我是在befovy/fijkplayer的example项目中使用新的ijkplayer的。自己的项目引用新的ijkplayer一直提示找不到aar文件,不清楚是哪里配置的有问题。使用befovy/fijkplayer的example把新编译的aar文件放到example项目下的Android/aars目录下.

> 你好,我这边遇到同样问题了,但是完全不知如何解决,请问该如何处理,看了你上面的描述,module.sh是在哪里的啊 重新编译了下,加了mp2的支持,在module-lite.sh文件中添加export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-decoder=mp2"并重新编译

[aar file](https://drive.google.com/file/d/1XwQf2-uytZR9RFAJFor8X1xEGkF-GzV8/view)