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 --- shared/models/videos/video-state.enum.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shared/models/videos/video-state.enum.ts') diff --git a/shared/models/videos/video-state.enum.ts b/shared/models/videos/video-state.enum.ts index 31c501932..49d997f24 100644 --- a/shared/models/videos/video-state.enum.ts +++ b/shared/models/videos/video-state.enum.ts @@ -1,5 +1,7 @@ export const enum VideoState { PUBLISHED = 1, TO_TRANSCODE = 2, - TO_IMPORT = 3 + TO_IMPORT = 3, + WAITING_FOR_LIVE = 4, + LIVE_ENDED = 5 } -- cgit v1.2.3