更改为外置ffmpeg

解决javacv api不稳定导致jvm崩溃的问题
剔除 javacv 相关依赖 大幅缩减 jar 包大小
This commit is contained in:
shikong 2023-09-16 15:55:45 +08:00
parent d0ca8881c6
commit 96732ed6fa

View File

@ -99,6 +99,6 @@ public class DeviceProxyService {
@SneakyThrows
public Executor pushRtpTask(String fromUrl, String toUrl, long time){
return ffmpegSupportService.pushToRtp("http://10.10.10.200:5080/live/test.live.flv", toUrl, time, TimeUnit.SECONDS);
return ffmpegSupportService.pushToRtp(fromUrl, toUrl, time, TimeUnit.SECONDS);
}
}