实现级联点播RTP推送
This commit is contained in:
@@ -22,7 +22,12 @@ public class SendRtpItem {
|
||||
*/
|
||||
private String platformId;
|
||||
|
||||
/**
|
||||
/**
|
||||
* 对应设备id
|
||||
*/
|
||||
private String deviceId;
|
||||
|
||||
/**
|
||||
* 通道id
|
||||
*/
|
||||
private String channelId;
|
||||
@@ -92,6 +97,14 @@ public class SendRtpItem {
|
||||
this.platformId = platformId;
|
||||
}
|
||||
|
||||
public String getDeviceId() {
|
||||
return deviceId;
|
||||
}
|
||||
|
||||
public void setDeviceId(String deviceId) {
|
||||
this.deviceId = deviceId;
|
||||
}
|
||||
|
||||
public String getChannelId() {
|
||||
return channelId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user