64850858
2021-06-18 d09ee0c2ff93c799b0c19481f0890a5be5a2db03
src/main/java/com/genersoft/iot/vmp/gb28181/bean/SendRtpItem.java
@@ -22,7 +22,17 @@
     */
    private String platformId;
     /**
     * 对应设备id
     */
    private String deviceId;
    /**
     * 直播流的应用名
     */
    private String app;
   /**
     * 通道id
     */
    private String channelId;
@@ -35,10 +45,6 @@
     */
    private int status = 0;
    /**
     * 设备推流的app
     */
    private String app = "rtp";
    /**
     * 设备推流的streamId
@@ -92,6 +98,14 @@
        this.platformId = platformId;
    }
    public String getDeviceId() {
        return deviceId;
    }
    public void setDeviceId(String deviceId) {
        this.deviceId = deviceId;
    }
    public String getChannelId() {
        return channelId;
    }