ffmpeg推流工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
383B

  1. #ffmpeg执行路径,一般为ffmpeg的安装目录,该路径只能是目录,不能为具体文件路径,否则会报错
  2. path=Z://ffmpeg/bin/
  3. #存放任务的默认Map的初始化大小
  4. size=10
  5. #事件回调通知接口地址
  6. callback=http://127.0.0.1/callback
  7. #网络超时设置(毫秒)
  8. timeout=300
  9. #开启保活线程
  10. keepalive=true
  11. #是否输出debug消息
  12. debug=true