PeerTube/server/core/middlewares/validators/videos
Chocobozzz 816f346a60 Separate HLS audio and video streams
Allows:
  * The HLS player to propose an "Audio only" resolution
  * The live to output an "Audio only" resolution
  * The live to ingest and output an "Audio only" stream

 This feature is under a config for VOD videos and is enabled by default for lives

 In the future we can imagine:
  * To propose multiple audio streams for a specific video
  * To ingest an audio only VOD and just output an audio only "video"
    (the player would play the audio file and PeerTube would not
    generate additional resolutions)

This commit introduce a new way to download videos:
 * Add "/download/videos/generate/:videoId" endpoint where PeerTube can
   mux an audio only and a video only file to a mp4 container
 * The download client modal introduces a new default panel where the
   user can choose resolutions it wants to download
2024-08-05 08:31:59 +02:00
..
shared Don't transcribe/encode videos with invalid state 2024-07-03 09:09:20 +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 server/server -> server/core 2023-10-04 15:13:25 +02:00
video-channels.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-chapters.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-comments.ts Owner must not be able to approve its own comment 2024-06-21 10:27:03 +02:00
video-files.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-imports.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-live.ts server/server -> server/core 2023-10-04 15:13:25 +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 Check video rights before providing AP information 2024-04-26 10:09:38 +02:00
video-rates.ts Implement user import/export in server 2024-02-21 13:49:08 +01: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 server/server -> server/core 2023-10-04 15:13:25 +02:00
video-studio.ts server/server -> server/core 2023-10-04 15:13:25 +02: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 views tag to middlewares too 2024-06-27 10:51:36 +02:00
videos.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00