src/main/java/cn/org/hentai/jtt1078/publisher/Channel.java
@@ -41,7 +41,7 @@ this.flvEncoder = new FlvEncoder(true, true); this.buffer = new ByteHolder(2048 * 100); if (StringUtils.isEmpty(Configs.get("rtmp.url")) == false) if (!StringUtils.isEmpty(Configs.get("rtmp.url"))) { rtmpPublisher = new RTMPPublisher(tag); rtmpPublisher.start();