diff --git a/src/app/app.page/app.definitions.ts b/src/app/app.page/app.definitions.ts index 2f9d5f9..a1f7fee 100644 --- a/src/app/app.page/app.definitions.ts +++ b/src/app/app.page/app.definitions.ts @@ -199,6 +199,9 @@ export class AppSettings { public hlsListSize: number, public hlsTime: number, public hlsPlayListType: string, + public hlsflags:string, + public hlsHttpEndpoint:string, + public addDateTimeToHlsFileName:boolean, public deleteHLSFilesOnEnded: boolean, public facebookClientId: string, public facebookClientSecret: string, diff --git a/src/app/app.page/app.page.component.html b/src/app/app.page/app.page.component.html index e44f097..4ee85e7 100644 --- a/src/app/app.page/app.page.component.html +++ b/src/app/app.page/app.page.component.html @@ -1383,17 +1383,69 @@