去除人脸识别内容
This commit is contained in:
@@ -59,8 +59,8 @@ public class InitServer implements CommandLineRunner {
|
||||
public void run(String... args) throws Exception {
|
||||
// 初始化自动播放
|
||||
this.initAutoPlay();
|
||||
// 获取本机IP地址
|
||||
String ip = InetAddress.getLocalHost().getHostAddress();
|
||||
// TODO 获取本机IP地址
|
||||
String ip = "localhost";
|
||||
// 获取http端口号
|
||||
String httpPort = this.env.getProperty("server.port");
|
||||
// 获取web路径
|
||||
@@ -80,7 +80,7 @@ public class InitServer implements CommandLineRunner {
|
||||
"\t wsflv: \t ws://{}:{}/live?url={您的源地址} \n" +
|
||||
"\t hls(m3u8): \t http://{}:{}/hls?url={您的源地址} \n" +
|
||||
"\t h2-database: \t http://{}:{}/h2-console \n" +
|
||||
"\t 作者微信: \t chenbai0511 \n" +
|
||||
"\t 作者微信: \t yu5132310 \n" +
|
||||
"\t 请我喝杯咖啡吧qwq \n" +
|
||||
"--------------------------------------------------------- \n",
|
||||
port,
|
||||
|
||||
Reference in New Issue
Block a user