测试 参数调整
This commit is contained in:
parent
2da0523310
commit
b93ee11720
@ -21,5 +21,5 @@ public class DeviceProxyConfig {
|
|||||||
/**
|
/**
|
||||||
* 代理该时间段内的历史视频查询请求
|
* 代理该时间段内的历史视频查询请求
|
||||||
*/
|
*/
|
||||||
private Duration proxyTimeRange = Duration.ofMinutes(3);
|
private Duration proxyTimeRange = Duration.ofMinutes(5);
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,8 @@ proxy:
|
|||||||
device:
|
device:
|
||||||
# 代理的视频接口地址, 用于获取历史视频
|
# 代理的视频接口地址, 用于获取历史视频
|
||||||
# 参数 device_id, begin_time, end_time
|
# 参数 device_id, begin_time, end_time
|
||||||
url: http://192.168.2.3:18183
|
#url: http://192.168.2.3:18183
|
||||||
|
url: http://10.10.10.20:18183
|
||||||
ffmpeg-support:
|
ffmpeg-support:
|
||||||
task:
|
task:
|
||||||
# 最大同时推流任务数, <= 0 时不做限制
|
# 最大同时推流任务数, <= 0 时不做限制
|
||||||
@ -94,14 +95,17 @@ ffmpeg-support:
|
|||||||
# input: false
|
# input: false
|
||||||
# output: false
|
# output: false
|
||||||
rtp:
|
rtp:
|
||||||
input: -thread_queue_size 128 -re -i http://192.168.3.12:5081/live/test.live.flv
|
#input: -thread_queue_size 128 -re -i http://192.168.3.12:5081/live/test.live.flv
|
||||||
# input: -re -i
|
input: -re -i
|
||||||
output: -tune zerolatency -vcodec libx264 -acodec aac -preset ultrafast -vf scale=640:-1 -f flv #rtp_mpegts
|
#output: -tune zerolatency -vcodec libx264 -acodec aac -preset ultrafast -vf scale=640:-1 -f flv #rtp_mpegts
|
||||||
# output: -vcodec h264 -acodec aac -vf scale=640:-1 -f rtp_mpegts # -rtsp_transport tcp
|
#output: -vcodec libx264 -acodec aac -vf scale=640:-1 -f rtp_mpegts # -rtsp_transport tcp
|
||||||
download: -i E:\Repository\other\happytime-gb28181-device-x64\666.mp4 -filter:v "setpts=4.0*PTS"
|
output: -c:v copy -c:a copy -f flv
|
||||||
|
#download: -i E:\Repository\other\happytime-gb28181-device-x64\666.mp4 -filter:v "setpts=4.0*PTS"
|
||||||
|
download: -i
|
||||||
|
download-speed: 4.0
|
||||||
debug:
|
debug:
|
||||||
download: true
|
download: false
|
||||||
input: true
|
input: false
|
||||||
output: false
|
output: false
|
||||||
|
|
||||||
# [可选] 日志配置, 一般不需要改
|
# [可选] 日志配置, 一般不需要改
|
||||||
|
Loading…
Reference in New Issue
Block a user