]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/videos/live.ts
Add ability to save live replay
authorChocobozzz <me@florianbigard.com>
Mon, 26 Oct 2020 15:44:23 +0000 (16:44 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 9 Nov 2020 14:33:04 +0000 (15:33 +0100)
commitb5b687550d8ef8beafdf706e45d6556fb5f4c876
tree232412d463c78af1f7ab5797db5aecf1096d08da
parentef680f68351ec10ab73a1131570a6d14ce14c195
Add ability to save live replay
28 files changed:
client/src/app/+videos/+video-edit/shared/video-edit.component.html
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-add.component.html
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-edit/video-update.resolver.ts
client/src/app/+videos/+video-watch/video-duration-formatter.pipe.ts [deleted file]
client/src/app/+videos/+video-watch/video-watch.component.html
client/src/app/+videos/+video-watch/video-watch.module.ts
client/src/app/shared/shared-main/angular/duration-formatter.pipe.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/index.ts
client/src/app/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-main/video/live-video.service.ts
server/controllers/api/videos/live.ts
server/helpers/ffmpeg-utils.ts
server/helpers/image-utils.ts
server/lib/hls.ts
server/lib/job-queue/handlers/video-live-ending.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/lib/live-manager.ts
server/lib/video-transcoding.ts
server/middlewares/validators/videos/video-live.ts
server/models/video/video-live.ts
shared/models/videos/live/index.ts
shared/models/videos/live/live-video-create.model.ts [new file with mode: 0644]
shared/models/videos/live/live-video-update.model.ts [new file with mode: 0644]
shared/models/videos/live/live-video.model.ts