PeerTube/shared/models
frankdelange 5c7d650827
Add audio-only option to transcoders and player
This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide.

Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream.

This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
2019-11-25 10:59:47 +01:00
..
activitypub Add ability to disable webtorrent 2019-11-25 10:59:43 +01:00
actors Remove unused actor uuid field 2019-05-31 14:49:31 +02:00
avatars Basic video redundancy implementation 2018-09-13 14:05:49 +02:00
blocklist Add user/instance block by users in the client 2018-10-16 16:41:36 +02:00
feeds feature: initial syndication feeds support 2018-04-17 01:09:06 +02:00
i18n Make build works 2019-11-13 10:04:16 +01:00
nodeinfo Move nodeinfo model in shared/ 2018-09-04 15:34:11 +02:00
overviews Playlist server API 2019-03-18 11:17:59 +01:00
plugins Video-watch hooks modifications for videojs 2019-11-18 10:12:23 +01:00
redundancy Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
search Add search by original publication date 2019-02-12 11:14:37 +01:00
server Add audio-only option to transcoders and player 2019-11-25 10:59:47 +01:00
users Autoplay next recommended video (#2137) 2019-09-24 08:48:01 +02:00
videos Add audio-only option to transcoders and player 2019-11-25 10:59:47 +01:00
index.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
oauth-client-local.model.ts ClientLocal -> OAuthClientLocal 2017-06-25 17:44:19 +02:00
result-list.model.ts Move to promises 2017-07-05 14:14:16 +02:00