mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 13:27:52 +08:00
修复国标级联播放拉流代理
This commit is contained in:
parent
1bed3dc5e0
commit
3b714f8e2c
@ -96,7 +96,11 @@ public class StreamProxyPlayServiceImpl implements IStreamProxyPlayService {
|
|||||||
if (record != null) {
|
if (record != null) {
|
||||||
streamProxy.setEnableMp4(record);
|
streamProxy.setEnableMp4(record);
|
||||||
}
|
}
|
||||||
return startProxy(streamProxy);
|
StreamInfo streamInfo = startProxy(streamProxy);
|
||||||
|
if (streamInfo != null) {
|
||||||
|
callback.run(ErrorCode.SUCCESS.getCode(), ErrorCode.SUCCESS.getMsg(), streamInfo);
|
||||||
|
}
|
||||||
|
return streamInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user