648540858 2 年之前
父節點
當前提交
fd434b3cf2
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java

+ 0 - 3
src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java

@@ -130,9 +130,6 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
                 port = mediaInfo.getRtspPort();
                 schemaForUri = schema;
             }else if (schema.equalsIgnoreCase("flv")) {
-                port = mediaInfo.getHttpPort();
-                schemaForUri = "http";
-            }else if (schema.equalsIgnoreCase("rtmp")) {
                 port = mediaInfo.getRtmpPort();
                 schemaForUri = schema;
             }else {