Commit fd434b3cf2147d8192e0d8b4b271e67bac19560c

Authored by 648540858
1 parent e4754af4

修复BUG #928

src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java
@@ -130,9 +130,6 @@ public class StreamProxyServiceImpl implements IStreamProxyService { @@ -130,9 +130,6 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
130 port = mediaInfo.getRtspPort(); 130 port = mediaInfo.getRtspPort();
131 schemaForUri = schema; 131 schemaForUri = schema;
132 }else if (schema.equalsIgnoreCase("flv")) { 132 }else if (schema.equalsIgnoreCase("flv")) {
133 - port = mediaInfo.getHttpPort();  
134 - schemaForUri = "http";  
135 - }else if (schema.equalsIgnoreCase("rtmp")) {  
136 port = mediaInfo.getRtmpPort(); 133 port = mediaInfo.getRtmpPort();
137 schemaForUri = schema; 134 schemaForUri = schema;
138 }else { 135 }else {