1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
Peertube/server/core/middlewares/validators/videos
Bojidar Marinov 8c9b4abe45
Add Scheduled Lives functionality (#7144)
* Add Scheduled Lives functionality through originallyPublishedAt

Implements #6604 by reusing the originallyPublishedAt field of isLive videos to mark "waiting for live" videos as scheduled at a set time.

* Hide scheduled lives from Browse Videos page

* Add tests for Scheduled Live videos

* Make scheduled lives use a dedicated scheduledAt field in the VideoLive table

* Plan live schedules to evolve in the future

 * Use a dedicated table to store live schedules, so we can add multiple
   schedules in the future and also add a title, description etc. for a
   specific schedule
 * Adapt REST API to use an array to store/get live schedules
 * Add REST API param so it's the client choice to include or not
   scheduled lives
 * Export schedules info in user import/export

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-08-01 15:06:27 +02:00
..
shared Redesign manage my videos 2025-04-02 10:49:25 +02:00
index.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-blacklist.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-captions.ts Don't transcribe/encode videos with invalid state 2024-07-03 09:09:20 +02:00
video-channel-sync.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
video-channels.ts Prefer handle param name 2025-04-10 09:55:55 +02:00
video-chapters.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-comments.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
video-files.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-imports.ts Improve NSFW system 2025-04-30 15:54:11 +02:00
video-live.ts Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
video-ownership-changes.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-passwords.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-playlists.ts Add ability to order playlists 2025-07-06 13:05:01 +02:00
video-rates.ts Prefer handle param name 2025-04-10 09:55:55 +02:00
video-shares.ts Protect all video related AP endpoints 2024-04-26 15:29:52 +02:00
video-source.ts Add config option to keep original video file (basic first version) (#6157) 2024-03-15 15:47:18 +01:00
video-stats.ts add user agent video stats (#6871) 2025-04-07 10:29:59 +02:00
video-studio.ts Fix studio edition on audio only file 2024-12-16 08:42:13 +01:00
video-token.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-transcoding.ts Don't transcribe/encode videos with invalid state 2024-07-03 09:09:20 +02:00
video-view.ts add user agent video stats (#6871) 2025-04-07 10:29:59 +02:00
videos.ts Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00