更改为外置ffmpeg
解决javacv api不稳定导致jvm崩溃的问题 剔除 javacv 相关依赖 大幅缩减 jar 包大小
This commit is contained in:
parent
d0ca8881c6
commit
96732ed6fa
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user