PeerTube/server/core/middlewares
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
..
cache Fix lint 2024-02-22 10:32:28 +01:00
validators Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
activitypub.ts Compact json-ld AP objects 2024-04-25 11:21:55 +02:00
async.ts Fix lint and tests 2024-06-21 15:28:09 +02:00
auth.ts
csp.ts Fix CSP 2024-02-27 11:18:19 +01:00
dnt.ts
doc.ts
error.ts fix(server/video-view): log invalid currentTime req (#6288) 2024-03-26 17:08:15 +01:00
express.ts Fix legacy upload req timeout 2024-06-24 09:10:11 +02:00
index.ts Fix legacy upload req timeout 2024-06-24 09:10:11 +02:00
pagination.ts
rate-limiter.ts feat(server): log rate limit exceeded 2024-03-15 14:56:46 +01:00
servers.ts
sort.ts
user-right.ts