PeerTube/client
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
..
e2e Fix E2E tests 2024-06-27 11:48:03 +02:00
src Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
.browserslistrc Breaking: remove ios 11, safari 11 support 2023-02-27 15:28:57 +01:00
.eslintrc.json Upgrade to angular 18 & vite 2024-06-26 08:33:54 +02:00
.gitignore Ignore e2e logs 2024-07-16 06:59:57 +02:00
.stylelintrc.json Fix lint 2024-02-22 10:32:28 +01:00
.xliffmerge.json Update xliffmerge 2021-11-15 15:56:58 +01:00
angular.json Fix lint 2024-06-27 14:34:18 +02:00
package.json Bumped to version v6.2.1 2024-08-01 10:19:55 +02:00
proxy.config.json Upgrade to angular 18 & vite 2024-06-26 08:33:54 +02:00
tsconfig.eslint.json Migrate server to ESM 2023-08-11 15:02:33 +02:00
tsconfig.json Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
tsconfig.types.json Migrate server to ESM 2023-08-11 15:02:33 +02:00
yarn.lock Fix hls seeking 2024-07-02 10:45:42 +02:00