PeerTube/server/core/models
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
..
abuse Optimize abuse SQL query 2024-03-20 08:34:14 +01:00
account Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
actor Fix loading actor involved in video 2024-06-21 16:05:40 +02:00
application Optimize config endpoint 2024-03-12 16:00:51 +01:00
automatic-tag Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
oauth Fix lint 2024-02-22 10:32:28 +01:00
redundancy Remove invalid db value checker 2024-05-17 11:18:43 +02:00
runner Don't cancel finished jobs 2024-03-19 08:39:23 +01:00
server Remove internal log 2024-05-16 11:15:43 +02:00
shared Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
user Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
view Do not take into account empty view sections 2024-04-03 14:25:21 +02:00
watched-words Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00