pull/939/head
648540858 2023-07-06 15:55:58 +08:00
parent e4754af417
commit fd434b3cf2
1 changed files with 0 additions and 3 deletions

View File

@ -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 {