aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live/shared/muxing-session.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add more logs when storing master playlist in s3Chocobozzz2023-05-251-7/+5
|
* More robust quota checkChocobozzz2023-05-221-1/+1
| | | | Avoid concurrency issues with permanent lives
* Force stop remote live transcodingChocobozzz2023-05-221-0/+1
|
* Remove wait before publishing master playlistChocobozzz2023-05-191-12/+0
| | | | It doesn't seem necessary
* Wait master playlist generationChocobozzz2023-05-191-7/+12
|
* Avoid uploading empty master fileChocobozzz2023-05-191-1/+8
|
* Provide public RTMP URL to runnersChocobozzz2023-05-161-5/+15
|
* Fix S3 live syncChocobozzz2023-05-101-29/+45
| | | | Ensure TS chunks referenced in M3U8 playlist are already uploaded on S3
* Enable external plugins to test the PRChocobozzz2023-05-091-18/+22
|
* Implement remote runner jobs in serverChocobozzz2023-05-091-107/+84
| | | | Move ffmpeg functions to @shared
* Refactor playlist creation for livesChocobozzz2023-01-271-23/+48
|
* Fix P2P with object storageChocobozzz2022-12-301-0/+2
|
* Correctly delete live files from object storageChocobozzz2022-10-251-2/+2
|
* Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-241-2/+9
|
* Live supports object storageChocobozzz2022-10-041-15/+91
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Correctly handle RTMP streams without audioChocobozzz2022-09-281-0/+7
|
* Fix typescript errorChocobozzz2022-08-011-7/+7
|
* Fix live testsChocobozzz2022-07-131-5/+6
|
* Prevent error logs when aborting a streamChocobozzz2022-07-131-0/+7
|
* Cleanup muxing session method optionsChocobozzz2022-05-251-21/+20
|
* Support live session in serverChocobozzz2022-05-031-3/+7
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-16/+17
|
* Add latency setting supportChocobozzz2022-03-091-1/+8
|
* Add basic video editor supportChocobozzz2022-02-281-2/+2
|
* Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-1/+1
|
* Fix live log tagsChocobozzz2021-12-071-14/+29
|
* Support RTMPSChocobozzz2021-11-051-6/+6
|
* Fix live bitrateChocobozzz2021-10-111-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Improve target bitrate calculationChocobozzz2021-08-061-1/+8
|
* Limit live bitrateChocobozzz2021-08-061-0/+5
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+5
|
* It's not the week-end yetChocobozzz2021-06-171-2/+0
|
* Fix muxing cleanupChocobozzz2021-06-171-2/+0
|
* Fix memory leakChocobozzz2021-06-171-2/+11
|
* Refactor live managerChocobozzz2021-06-171-0/+341