增加RPC调用停止实时流播放
This commit is contained in:
@@ -5,4 +5,6 @@ import com.genersoft.iot.vmp.service.bean.ErrorCallback;
|
||||
|
||||
public interface IStreamPushPlayService {
|
||||
void start(Integer id, ErrorCallback<StreamInfo> callback, String platformDeviceId, String platformName );
|
||||
|
||||
void stop(Integer streamPushId);
|
||||
}
|
||||
|
||||
@@ -98,4 +98,9 @@ public class StreamPushPlayServiceImpl implements IStreamPushPlayService {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stop(Integer streamPushId) {
|
||||
// 推流无需主动停止
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user