重构INVITE消息处理中的上级点播请求
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
package com.genersoft.iot.vmp.gb28181.bean;
|
||||
|
||||
import com.genersoft.iot.vmp.common.StreamInfo;
|
||||
import com.genersoft.iot.vmp.media.bean.MediaServer;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CommonChannelPlayInfo {
|
||||
|
||||
private StreamInfo streamInfo;
|
||||
|
||||
private MediaServer mediaServer;
|
||||
|
||||
public static CommonChannelPlayInfo build(MediaServer mediaServer, StreamInfo data) {
|
||||
CommonChannelPlayInfo commonChannelPlayInfo = new CommonChannelPlayInfo();
|
||||
commonChannelPlayInfo.setMediaServer(mediaServer);
|
||||
commonChannelPlayInfo.setStreamInfo(data);
|
||||
return commonChannelPlayInfo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user