配置调整

This commit is contained in:
shikong 2023-09-26 11:31:51 +08:00
parent 9586f05a6d
commit a24e9fc910
3 changed files with 2 additions and 13 deletions

View File

@ -30,11 +30,4 @@ public class FfmpegConfig {
private Boolean input = false; private Boolean input = false;
private Boolean output = false; private Boolean output = false;
} }
private Task task;
@Data
public static class Task {
private Integer max = 4;
}
} }

View File

@ -58,8 +58,6 @@ proxy:
- 10.10.10.20 - 10.10.10.20
# - 192.168.1.241 # - 192.168.1.241
ffmpeg-support: ffmpeg-support:
task:
max: 4
ffmpeg: D:\Soft\Captura\ffmpeg\ffmpeg.exe ffmpeg: D:\Soft\Captura\ffmpeg\ffmpeg.exe
ffprobe: D:\Soft\Captura\ffmpeg\ffprobe.exe ffprobe: D:\Soft\Captura\ffmpeg\ffprobe.exe
rtp: rtp:

View File

@ -66,10 +66,8 @@ proxy:
# - 192.168.1.241 # - 192.168.1.241
ffmpeg-support: ffmpeg-support:
task: ffmpeg: /usr/bin/ffmpeg/ffmpeg
max: 4 # ffmpeg: C:\ffmpeg\bin\ffmpeg.exe
# ffmpeg: /usr/bin/ffmpeg/ffmpeg
ffmpeg: C:\ffmpeg\bin\ffmpeg.exe
ffprobe: /usr/bin/ffmpeg/ffprobe ffprobe: /usr/bin/ffmpeg/ffprobe
rtp: rtp:
input: -re -i input: -re -i