配置调整
This commit is contained in:
parent
9586f05a6d
commit
a24e9fc910
@ -30,11 +30,4 @@ public class FfmpegConfig {
|
||||
private Boolean input = false;
|
||||
private Boolean output = false;
|
||||
}
|
||||
|
||||
private Task task;
|
||||
|
||||
@Data
|
||||
public static class Task {
|
||||
private Integer max = 4;
|
||||
}
|
||||
}
|
||||
|
@ -58,8 +58,6 @@ proxy:
|
||||
- 10.10.10.20
|
||||
# - 192.168.1.241
|
||||
ffmpeg-support:
|
||||
task:
|
||||
max: 4
|
||||
ffmpeg: D:\Soft\Captura\ffmpeg\ffmpeg.exe
|
||||
ffprobe: D:\Soft\Captura\ffmpeg\ffprobe.exe
|
||||
rtp:
|
||||
|
@ -66,10 +66,8 @@ proxy:
|
||||
# - 192.168.1.241
|
||||
|
||||
ffmpeg-support:
|
||||
task:
|
||||
max: 4
|
||||
# ffmpeg: /usr/bin/ffmpeg/ffmpeg
|
||||
ffmpeg: C:\ffmpeg\bin\ffmpeg.exe
|
||||
ffmpeg: /usr/bin/ffmpeg/ffmpeg
|
||||
# ffmpeg: C:\ffmpeg\bin\ffmpeg.exe
|
||||
ffprobe: /usr/bin/ffmpeg/ffprobe
|
||||
rtp:
|
||||
input: -re -i
|
||||
|
Loading…
Reference in New Issue
Block a user