aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live/live-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Add correct feed image to RSS channel * Prefer HLS videos for podcast RSS Remove video/stream titles, add optional height attribute to podcast RSS * Prefix podcast RSS images with root server URL * Add optional video query support to include captions * Add transcripts & person images to podcast RSS feed * Prefer webseed/webtorrent files over HLS fragmented mp4s * Experimentally adding podcast fields to basic config page * Add validation for new basic config fields * Don't include "content" in podcast feed, use full description for "description" * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Add correct feed image to RSS channel * Prefer HLS videos for podcast RSS Remove video/stream titles, add optional height attribute to podcast RSS * Prefix podcast RSS images with root server URL * Add optional video query support to include captions * Add transcripts & person images to podcast RSS feed * Prefer webseed/webtorrent files over HLS fragmented mp4s * Experimentally adding podcast fields to basic config page * Add validation for new basic config fields * Don't include "content" in podcast feed, use full description for "description" * Add medium/socialInteract to podcast RSS feeds. Use HTML for description * Change base production image to bullseye, install prosody in image * Add liveItem and trackers to Podcast RSS feeds Remove height from alternateEnclosure, replaced with title. * Clear Podcast RSS feed cache when live streams start/end * Upgrade to Node 16 * Refactor clearCacheRoute to use ApiCache * Remove unnecessary type hint * Update dockerfile to node 16, install python-is-python2 * Use new file paths for captions/playlists * Fix legacy videos in RSS after migration to object storage * Improve method of identifying non-fragmented mp4s in podcast RSS feeds * Don't include fragmented MP4s in podcast RSS feeds * Add experimental support for podcast:categories on the podcast RSS item * Fix undefined category when no videos exist Allows for empty feeds to exist (important for feeds that might only go live) * Add support for podcast:locked -- user has to opt in to show their email * Use comma for podcast:categories delimiter * Make cache clearing async * Fix merge, temporarily test with pfeed-podcast * Syntax changes * Add EXT_MIMETYPE constants for captions * Update & fix tests, fix enclosure mimetypes, remove admin email * Add test for podacst:socialInteract * Add filters hooks for podcast customTags * Remove showdown, updated to pfeed-podcast 6.1.2 * Add 'action:api.live-video.state.updated' hook * Avoid assigning undefined category to podcast feeds * Remove nvmrc * Remove comment * Remove unused podcast config * Remove more unused podcast config * Fix MChannelAccountDefault type hint missed in merge * Remove extra line * Re-add newline in config * Fix lint errors for isEmailPublic * Fix thumbnails in podcast feeds * Requested changes based on review * Provide podcast rss 2.0 only on video channels * Misc cleanup for a less messy PR * Lint fixes * Remove pfeed-podcast * Add peertube version to new hooks * Don't use query include, remove TODO * Remove film medium hack * Clear podcast rss cache before video/channel update hooks * Clear podcast rss cache before video uploaded/deleted hooks * Refactor podcast feed cache clearing * Set correct person name from video channel * Styling * Fix tests --------- Co-authored-by: Chocobozzz <me@florianbigard.com>
* More robust quota checkChocobozzz2023-05-221-2/+2
| | | | Avoid concurrency issues with permanent lives
* Force stop remote live transcodingChocobozzz2023-05-221-0/+4
|
* Provide public RTMP URL to runnersChocobozzz2023-05-161-14/+28
|
* Force live stream terminationChocobozzz2023-05-151-1/+4
|
* Don't save the session twiceChocobozzz2023-05-151-0/+3
|
* Implement remote runner jobs in serverChocobozzz2023-05-091-43/+51
| | | | Move ffmpeg functions to @shared
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Refactor playlist creation for livesChocobozzz2023-01-271-29/+5
|
* Fix live with base url object storageChocobozzz2023-01-271-1/+3
|
* Fix P2P with object storageChocobozzz2022-12-301-2/+2
|
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-3/+3
|
* Live supports object storageChocobozzz2022-10-041-4/+8
| | | | | | | | * 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-14/+15
|
* Use bullmq job dependencyChocobozzz2022-08-091-3/+7
|
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-2/+2
|
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
|
* Add option to not transcode original resolutionChocobozzz2022-08-091-4/+10
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+6
|
* Clearer live sessionChocobozzz2022-07-221-1/+3
| | | | | | | | | 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
* Prevent logging error when saving delete liveChocobozzz2022-07-181-0/+2
|
* Fix handling broken livesChocobozzz2022-07-121-1/+1
| | | | We want the latest session that may already be finished
* Rename video full loadingChocobozzz2022-06-281-2/+2
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-4/+1
|
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-0/+1
|
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-2/+4
|
* Fix quota inconstistencies with livesChocobozzz2022-05-041-0/+2
|
* Support live session in serverChocobozzz2022-05-031-11/+53
|
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-021-2/+2
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-24/+45
|
* Add latency setting supportChocobozzz2022-03-091-3/+4
|
* Add basic video editor supportChocobozzz2022-02-281-7/+7
|
* Auto update publishedAt in live restreamChocobozzz2021-11-261-0/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-2/+2
|
* Refactor video viewsChocobozzz2021-11-091-48/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Correctly close RTMPS server tooChocobozzz2021-11-051-3/+12
|
* Support RTMPSChocobozzz2021-11-051-30/+62
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+8
|
* Limit live bitrateChocobozzz2021-08-061-5/+23
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-13/+13
|
* Upgrade server dependenciesChocobozzz2021-07-221-3/+3
|
* Fix muxing cleanupChocobozzz2021-06-171-1/+1
|
* Fix memory leakChocobozzz2021-06-171-1/+8
|
* Refactor live managerChocobozzz2021-06-171-0/+412