支持点播、停止点播和云台控制

This commit is contained in:
648540858
2025-10-07 10:56:18 +08:00
parent 61c64589b2
commit d4da1dc91c
13 changed files with 214 additions and 43 deletions

View File

@@ -31,7 +31,7 @@ public class SourcePlayServiceForStreamProxyImpl implements ISourcePlayService {
}
@Override
public void stopPlay(CommonGBChannel channel, String stream) {
public void stopPlay(CommonGBChannel channel) {
// 拉流代理通道
try {
playService.stop(channel.getDataDeviceId());