修复录象回放的bug

This commit is contained in:
648540858
2020-11-09 19:45:04 +08:00
parent 2e9b4b4e5e
commit 89fba64372
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ public class PlayController {
}
}
} else {
String flv = storager.getMediaInfo().getLocalIP() + ":" + storager.getMediaInfo().getHttpPort() + "/rtp/"
String flv = storager.getMediaInfo().getWanIp() + ":" + storager.getMediaInfo().getHttpPort() + "/rtp/"
+ streamId + ".flv";
streamInfo.setFlv("http://" + flv);
streamInfo.setWs_flv("ws://" + flv);