]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/live/live-manager.ts
Clearer live session
authorChocobozzz <me@florianbigard.com>
Fri, 22 Jul 2022 13:22:21 +0000 (15:22 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 22 Jul 2022 13:22:21 +0000 (15:22 +0200)
commitc8fa571f32b10c083fab07f28d2ef55895ef40af
treefd50f90cc7643333984ed3b19f6a06f2e9f54feb
parenta77c5ff3622ab75d0c22241d0ef72053deaa7926
Clearer live session

Get the save replay setting when the session started to prevent
inconsistent behaviour when the setting changed before the session was
processed by the live ending job

Display more information about the potential session replay in live
modal information
client/src/app/shared/shared-video-live/live-stream-information.component.html
client/src/app/shared/shared-video-live/live-stream-information.component.ts
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
server/initializers/constants.ts
server/initializers/migrations/0720-session-ending-processed.ts [new file with mode: 0644]
server/lib/job-queue/handlers/video-live-ending.ts
server/lib/live/live-manager.ts
server/models/video/video-live-session.ts
server/tests/api/live/live-save-replay.ts
shared/models/videos/live/live-video-session.model.ts