From b5eb1b4baa8b120b50e349fd1fc3279f71b35bd9 Mon Sep 17 00:00:00 2001 From: waterliu99 Date: Mon, 24 May 2021 14:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE=E5=BA=93?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=92=8C=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JT1078.Gateway.TestNormalHosting/appsettings.json | 8 +++++--- .../wwwroot/demo/index.html | 2 +- src/JT1078.Gateway/JT1078.Gateway.csproj | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) 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 @@