正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -935,7 +935,7 @@ vhost exec.srs.com { | @@ -935,7 +935,7 @@ vhost exec.srs.com { | ||
| 935 | # other variables for exec only: | 935 | # other variables for exec only: |
| 936 | # [url] the rtmp url which trigger the publish. | 936 | # [url] the rtmp url which trigger the publish. |
| 937 | # @remark empty to ignore this exec. | 937 | # @remark empty to ignore this exec. |
| 938 | - publish ./objs/ffmpeg/bin/ffmpeg -f flv -i [url] -vcodec copy -acodec copy -f flv ./[stream].flv; | 938 | + publish ./objs/ffmpeg/bin/ffmpeg -f flv -i [url] -c copy -y ./[stream].flv; |
| 939 | } | 939 | } |
| 940 | } | 940 | } |
| 941 | 941 |
-
请 注册 或 登录 后发表评论