648540858
2022-08-05 142efdd9159678a6cbd734e07952fdee9fbf0c3e
src/main/java/com/genersoft/iot/vmp/media/zlm/dto/StreamPushItem.java
@@ -108,6 +108,13 @@
     */
    private boolean pushIng;
    /**
     * 是否自己平台的推流
     */
    private boolean self;
    public String getVhost() {
        return vhost;
    }
@@ -290,5 +297,13 @@
    public void setPushIng(boolean pushIng) {
        this.pushIng = pushIng;
    }
    public boolean isSelf() {
        return self;
    }
    public void setSelf(boolean self) {
        this.self = self;
    }
}