PeerTube/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
..
build Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
clean
dev Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
e2e
i18n Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
benchmark.ts Fix benchmark preparation 2024-07-15 11:12:50 +02:00
ci.sh Integrate transcription in PeerTube 2024-06-28 08:44:58 +02:00
client-build-stats.ts Fix client stats 2024-07-03 15:59:26 +02:00
client-report.sh Upgrade to angular 18 & vite 2024-06-26 08:33:54 +02:00
generate-code-contributors.ts
nightly.sh Include transcription package in builds 2024-07-01 10:12:48 +02:00
openapi-clients.sh
openapi-peertube-version.sh
release-embed-api.sh Upgrade to angular 18 & vite 2024-06-26 08:33:54 +02:00
release.sh Include transcription package in builds 2024-07-01 10:12:48 +02:00
simulate-many-viewers-worker.js Anonymize IP stored in Redis too 2024-02-29 10:09:21 +01:00
simulate-many-viewers-worker.ts Anonymize IP stored in Redis too 2024-02-29 10:09:21 +01:00
simulate-many-viewers.ts Update server dependencies 2024-06-21 14:39:50 +02:00
test.sh
tsconfig.json
upgrade.sh