1
0
Fork 0
peertube/server/scripts
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
..
migrations Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
plugin server/server -> server/core 2023-10-04 15:13:25 +02:00
shared Add house-keeping script 2024-06-05 15:35:58 +02:00
create-generate-storyboard-job.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
create-import-video-file-job.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
create-move-video-storage-job.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
house-keeping.ts Add concurrency to delete remote files 2024-06-06 11:33:09 +02:00
parse-log.ts Fix lint 2024-02-22 10:32:28 +01:00
prune-storage.ts Also prune storyboards and actor images 2024-06-05 15:47:37 +02:00
regenerate-thumbnails.ts
reset-password.ts
update-host.ts Also update playlist URLs 2024-01-04 09:21:56 +01:00
update-object-storage-url.ts Add house-keeping script 2024-06-05 15:35:58 +02:00
upgrade.sh Fix production.yaml.new config generation 2023-11-07 10:25:15 +01:00