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
runners
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
account.ts
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
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
feeds.ts
follows.ts
index.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
jobs.ts
logs.ts
metrics.ts Check video rights before providing AP information 2024-04-26 10:09:38 +02:00
object-storage-proxy.ts
oembed.ts
pagination.ts
plugins.ts
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.ts
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
two-factor.ts
watched-words.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
webfinger.ts