# FFMpeg服务php代码 **Repository Path**: fgla/FFMpeg ## Basic Information - **Project Name**: FFMpeg服务php代码 - **Description**: FFMpeg服务php代码 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2019-10-18 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 获取配置运行 git clone https://gitee.com/fgla/FFMpeg.git cd FFMpeg 修改配置 config\cache.php config\queue.php mv docker-compose.bak.yml docker-compose.yml 修改 docker-compose.yml docker-compose up -d 进入docker FFMpeg cd /www/think/ composer update // 运行 queue web_url 服务 添加可执行权限 并执行 /www/think/init_test.sh #### 登CMS后台 编辑配置 RPC 配置 http://ip:8001 网站根网址 WEB_URL http://web_url #### 进程守护 cd think chmod -R 0777 crontab 启动 nohup /usr/bin/php /www/think/think run -H 0.0.0.0 > /www/think/log/log.log 2>&1 & cd think && ./crontab /usr/bin/php #### 查看http请求 apk add httpry apk add iftop jnettop