调试
This commit is contained in:
parent
16861aef23
commit
5fc4c46c3a
@ -205,7 +205,11 @@ public class DeviceProxyService {
|
|||||||
String rtpUrl = "rtp://" + toAddr + ":" + toPort;
|
String rtpUrl = "rtp://" + toAddr + ":" + toPort;
|
||||||
FfmpegExecuteResultHandler executeResultHandler = mediaStatus(schedule, request, device, key);
|
FfmpegExecuteResultHandler executeResultHandler = mediaStatus(schedule, request, device, key);
|
||||||
Executor executor = pushDownload2RtpTask(fromUrl, rtpUrl, time + 60, executeResultHandler);
|
Executor executor = pushDownload2RtpTask(fromUrl, rtpUrl, time + 60, executeResultHandler);
|
||||||
//requestZlmPushStream(schedule, sendOkResponse, request, callId, fromUrl, toAddr, toPort, device, key, time, ssrc);
|
// 停止发送 trying
|
||||||
|
schedule.cancel(true);
|
||||||
|
// 响应 sdp ok
|
||||||
|
sendOkResponse.run();
|
||||||
|
// requestZlmPushStream(schedule, sendOkResponse, request, callId, fromUrl, toAddr, toPort, device, key, time, ssrc);
|
||||||
scheduledExecutorService.schedule(task::onComplete, time + 60, TimeUnit.SECONDS);
|
scheduledExecutorService.schedule(task::onComplete, time + 60, TimeUnit.SECONDS);
|
||||||
downloadTask.put(device.getDeviceCode(), executor);
|
downloadTask.put(device.getDeviceCode(), executor);
|
||||||
executeResultHandler.waitFor();
|
executeResultHandler.waitFor();
|
||||||
|
Loading…
Reference in New Issue
Block a user