配置调整
This commit is contained in:
parent
9586f05a6d
commit
a24e9fc910
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user