PeerTube/client
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
..
e2e Fix e2e tests 2019-08-22 15:12:44 +02:00
src Add audio-only option to transcoders and player 2019-11-25 10:59:47 +01:00
webpack Fix videos list user NSFW policy 2018-09-24 13:38:38 +02:00
.gitignore Add generated files to gitignore to have a clean stage 2019-10-19 11:54:14 +02:00
.sass-lint.yml move .sass-lint.yml to client/ 2018-09-07 10:51:42 +02:00
angular.json Use source as target in translations 2019-11-18 17:35:05 +01:00
browserslist Update angular 2019-07-25 11:00:43 +02:00
package.json Merge branch 'weblate' into develop 2019-11-13 10:05:27 +01:00
proxy.config.json Fix redundancy exceeding the limit 2019-08-12 08:46:46 +02:00
tsconfig.app.json Update Angular -> 8.2.0 2019-08-01 11:38:47 +02:00
tsconfig.json Update Angular -> 8.2.0 2019-08-01 11:38:47 +02:00
tslint.json Update Angular -> 8.2.0 2019-08-01 11:38:47 +02:00
yarn.lock Try new worflow with french 2019-11-07 09:45:14 +01:00