修复BUG #928
This commit is contained in:
parent
400a71b18e
commit
29f2abb3a4
@ -130,9 +130,6 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
|
|||||||
port = mediaInfo.getRtspPort();
|
port = mediaInfo.getRtspPort();
|
||||||
schemaForUri = schema;
|
schemaForUri = schema;
|
||||||
}else if (schema.equalsIgnoreCase("flv")) {
|
}else if (schema.equalsIgnoreCase("flv")) {
|
||||||
port = mediaInfo.getHttpPort();
|
|
||||||
schemaForUri = "http";
|
|
||||||
}else if (schema.equalsIgnoreCase("rtmp")) {
|
|
||||||
port = mediaInfo.getRtmpPort();
|
port = mediaInfo.getRtmpPort();
|
||||||
schemaForUri = schema;
|
schemaForUri = schema;
|
||||||
}else {
|
}else {
|
||||||
|
Loading…
Reference in New Issue
Block a user