sincez
sincez
Can Jsmpeg be used in WeChat Mini Program? It is currently found to be unavailable in the WeChat Mini Program Is there a solution?
是否可以将exec_pull执行的命令以及执行的结果打印到日志中去呢?
由于想通过exec_pull 来动态拉流转rtmp,我这边前端请求hls2的流地址的时候,追加了uri参数,但是拉流一直不成功,不知道是神什么原因,前端请求的m3u8地址为:http://127.0.0.1:8080/hls2/test.m3u8?uri=openUrl/IoAs24w nginx记录的错误日志,提示应该是报错,但是看不到实际执行的命令,不知道是哪里出错了,手动使用ffmpeg命令的时候是正常的,但是放到exec_pull里面,就会执行失败,不知道设么原因,麻烦帮看下什么原因呢?我这还有个问题,http-flv的流,一直请求不成功,实在找不到什么原因,也请帮忙看下,谢谢🙏,下边是我的nginx配置文件 `#user root; master_process on; worker_processes auto; #worker_rlimit 4g; #error_log logs/error.log; #error_log logs/error.log notice; error_log logs/error.log debug; worker_rlimit_nofile 102400; worker_rlimit_core 2G; working_directory /tmp; #pid logs/nginx.pid; events { #use...
我这边在国外服务器上部署的,提交任务是成功的,但是回调信息里面提示是任务超时,这个应该怎么处理呢? 我看项目日志里面有一行Disallowed intents. Your bot might not be eligible to request a privileged intent such as GUILD_PRESENCES, MESSAGE_CONTENT, or GUILD_MEMBERS,这是需要哪里设置吗
## 我用的环境 * PHP 版本:8.0.30 * overtrue/wechat 版本:5.0 * 是否使用了框架?框架名称:thinkphp6 ## 问题及现象 使用小微商户接口,报错:aes256gcm is not currently supported,不知如何处理