PeerTube/server/core/middlewares/validators
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
..
activitypub server/server -> server/core 2023-10-04 15:13:25 +02:00
runners server/server -> server/core 2023-10-04 15:13:25 +02:00
shared Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
users Don't break the API 2024-07-31 13:23:28 +02:00
videos Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
abuse.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
account.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
actor-image.ts Add ability to set a banner to the instance 2024-02-20 11:33:10 +01:00
automatic-tags.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
blocklist.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
bulk.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
config.ts Add config option to keep original video file (basic first version) (#6157) 2024-03-15 15:47:18 +01:00
express.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
feeds.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
follows.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
index.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
jobs.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
logs.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
metrics.ts Check video rights before providing AP information 2024-04-26 10:09:38 +02:00
object-storage-proxy.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
oembed.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
pagination.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
plugins.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
redundancy.ts Fix "reading 'isBlacklisted' of undefined" 2024-05-29 08:57:13 +02:00
resumable-upload.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
search.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
server.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
sort.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
static.ts Protect all video related AP endpoints 2024-04-26 15:29:52 +02:00
themes.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
two-factor.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
watched-words.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
webfinger.ts server/server -> server/core 2023-10-04 15:13:25 +02:00