From c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Sep 2020 09:20:52 +0200 Subject: Live streaming implementation first step --- .../input-readonly-copy.component.html | 2 +- .../shared-forms/input-readonly-copy.component.ts | 2 ++ .../instance-features-table.component.html | 18 ++++++++++++++ .../app/shared/shared-main/shared-main.module.ts | 3 ++- client/src/app/shared/shared-main/video/index.ts | 1 + .../shared-main/video/video-details.model.ts | 7 ++++-- .../shared/shared-main/video/video-live.service.ts | 28 ++++++++++++++++++++++ .../app/shared/shared-main/video/video.model.ts | 12 ++++++++-- .../app/shared/shared-main/video/video.service.ts | 3 ++- 9 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 client/src/app/shared/shared-main/video/video-live.service.ts (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-forms/input-readonly-copy.component.html b/client/src/app/shared/shared-forms/input-readonly-copy.component.html index 9566e9741..7a75bd70b 100644 --- a/client/src/app/shared/shared-forms/input-readonly-copy.component.html +++ b/client/src/app/shared/shared-forms/input-readonly-copy.component.html @@ -1,5 +1,5 @@
- +