Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor model utils | Chocobozzz | 2023-01-10 | 1 | -6/+5 |
| | |||||
* | External auth can update user on login | Chocobozzz | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | Option to disable static files auth check/s3 proxy | Chocobozzz | 2022-10-27 | 1 | -1/+2 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 1 | -13/+49 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 1 | -2/+27 |
| | |||||
* | Regenerate video filenames on transcoding | Chocobozzz | 2022-07-25 | 1 | -5/+36 |
| | | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube | ||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 1 | -1/+1 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Fix broken dep | Chocobozzz | 2022-02-09 | 1 | -3/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 1 | -3/+2 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -1/+7 |
| | |||||
* | More robust webtorrent redundancy download | Chocobozzz | 2021-09-06 | 1 | -0/+2 |
| | | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -12/+33 |
| | |||||
* | Avoid error when file has no torrent file | Chocobozzz | 2021-05-25 | 1 | -0/+4 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 1 | -0/+8 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 1 | -2/+2 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 1 | -7/+2 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -31/+150 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | Fix stat file size with HLS | Chocobozzz | 2020-11-10 | 1 | -5/+28 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -0/+8 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -40/+39 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -10/+86 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Add infohash cache | Chocobozzz | 2020-01-03 | 1 | -1/+8 |
| | |||||
* | Use a migration script to generate HLS torrent files | Chocobozzz | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -6/+81 |
| | | | | In favour of HLS | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+2 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+5 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -15/+12 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 1 | -0/+24 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -3/+3 |
| | |||||
* | Add totalLocalVideoFilesSize in stats | Chocobozzz | 2019-01-15 | 1 | -0/+20 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -2/+0 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -1/+3 |
| | |||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 1 | -0/+13 |
| | |||||
* | Fix video files duplicated when fps is null | Chocobozzz | 2018-09-26 | 1 | -2/+2 |
| | | | | Null values are not considered equal in a UNIQUE index | ||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -0/+6 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -1/+24 |
| |