Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add next video button to the player | Rigel Kent | 2019-12-19 | 1 | -0/+36 |
| | |||||
* | Focus player on video loading | Chocobozzz | 2019-11-28 | 1 | -0/+2 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -1/+5 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Fix player captions menu | Chocobozzz | 2019-10-28 | 1 | -1/+4 |
| | |||||
* | Fix control bar inactive timeout | Chocobozzz | 2019-08-07 | 1 | -0/+4 |
| | |||||
* | Update Angular -> 8.2.0 | Chocobozzz | 2019-08-01 | 4 | -0/+31 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -0/+3 |
| | |||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 3 | -15/+15 |
| | |||||
* | Handle theater mode for playlists | Chocobozzz | 2019-03-18 | 1 | -2/+9 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -5/+6 |
| | |||||
* | Correctly implement p2p-media-loader | Chocobozzz | 2019-02-11 | 4 | -24/+53 |
| | |||||
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 8 | -0/+1018 |
Add fake p2p-media-loader plugin |