PeerTube/server/core/models/video
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
..
formatter Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
sql Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
schedule-video-update.ts Fix lint 2024-02-22 10:32:28 +01:00
storyboard.ts Fix lint 2024-02-22 10:32:28 +01:00
tag.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
thumbnail.ts Add house-keeping script 2024-06-05 15:35:58 +02:00
video-blacklist.ts Fix lint 2024-02-22 10:32:28 +01:00
video-caption.ts Metadata to know if the caption is auto generated 2024-06-28 08:44:59 +02:00
video-change-ownership.ts Fix lint 2024-02-22 10:32:28 +01:00
video-channel-sync.ts Fix lint 2024-02-22 10:32:28 +01:00
video-channel.ts Add postingRestrictedToMods to channels AP objects 2024-02-27 15:46:38 +01:00
video-chapter.ts Fix lint 2024-02-22 10:32:28 +01:00
video-comment.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
video-file.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-import.ts Fix lint 2024-02-22 10:32:28 +01:00
video-job-info.ts Integrate transcription in PeerTube 2024-06-28 08:44:58 +02:00
video-live-replay-setting.ts Fix lint 2024-02-22 10:32:28 +01:00
video-live-session.ts Fix lint 2024-02-22 10:32:28 +01:00
video-live.ts Fix lint 2024-02-22 10:32:28 +01:00
video-password.ts Fix lint 2024-02-22 10:32:28 +01:00
video-playlist-element.ts Add user history in import/export 2024-02-28 16:48:59 +01:00
video-playlist.ts Display playlists if allowed to escape federation 2024-03-27 15:48:29 +01:00
video-share.ts Fix lint 2024-02-22 10:32:28 +01:00
video-source.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-streaming-playlist.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00
video-tag.ts Fix lint 2024-02-22 10:32:28 +01:00
video.ts Separate HLS audio and video streams 2024-08-05 08:31:59 +02:00