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 130 port = mediaInfo.getRtspPort();
131 131 schemaForUri = schema;
132 132 }else if (schema.equalsIgnoreCase("flv")) {
133   - port = mediaInfo.getHttpPort();
134   - schemaForUri = "http";
135   - }else if (schema.equalsIgnoreCase("rtmp")) {
136 133 port = mediaInfo.getRtmpPort();
137 134 schemaForUri = schema;
138 135 }else {
... ...