diff --git a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/appsettings.json b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/appsettings.json index 88b2301..b2125e2 100644 --- a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/appsettings.json +++ b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/appsettings.json @@ -16,9 +16,11 @@ "HttpPort": 15555 }, "M3U8Option": { - "TsFileCapacity": 5, - "TsFileMaxSecond": 10, + "TsPathSimParamName": "sim", + "TsPathChannelParamName": "channel", + "TsFileCapacity": 10, + "TsFileMaxSecond": 5, "M3U8FileName": "live.m3u8", - "HlsFileDirectory":"wwwroot" + "HlsFileDirectory": "wwwroot" } } diff --git a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html index b6a1257..80558a2 100644 --- a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html +++ b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html @@ -9,7 +9,7 @@