Ver código fonte

更新默认配置

fms_gateway2.0
jinhuan11 3 dias atrás
pai
commit
6e871716d5
2 arquivos alterados com 5 adições e 1 exclusões
  1. +4
    -0
      fmsgateway_127.0.0.1/FMSGatewayCore/Configuration.json
  2. +1
    -1
      fmsgateway_127.0.0.1/MediaCenter/c_api.ini

+ 4
- 0
fmsgateway_127.0.0.1/FMSGatewayCore/Configuration.json Ver arquivo

@@ -11,6 +11,10 @@
"shell_port-comment": 0,
"save_dir_path": "/home/yunentech/work/images/"
},
"RandomStreamIdManager": {
"use_random_streamid-comment": "是否启用随机流id管理, false则使用相机id作为流id",
"use_random_streamid": false
},
"VideoUrlRule": {
"hls": "http://%1:9556/yunen/%2/hls.m3u8",
"rtmp": "rtmp://%1:1935/yunen/%2",


+ 1
- 1
fmsgateway_127.0.0.1/MediaCenter/c_api.ini Ver arquivo

@@ -57,7 +57,7 @@ continue_push_ms=15000
paced_sender_ms=0
#是否开启转换为hls(mpegts)
enable_hls=0
enable_hls=1
#是否开启转换为hls(fmp4)
enable_hls_fmp4=0
#是否开启MP4录制


Carregando…
Cancelar
Salvar