Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 2 | -4/+14 | |
| | | | | | | | | 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. | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 2 | -2/+2 | |
| | | | | In favour of HLS | |||||
* | Optimize mascot images | Chocobozzz | 2019-11-06 | 7 | -0/+308 | |
| | ||||||
* | Increase 404 mascot size | Chocobozzz | 2019-10-30 | 1 | -0/+324 | |
| | ||||||
* | Add mascot to 404 page | Chocobozzz | 2019-10-30 | 6 | -0/+0 | |
| | ||||||
* | Fix player captions menu | Chocobozzz | 2019-10-28 | 1 | -1/+4 | |
| | ||||||
* | Cleanup HLS redundancy manager in client | Chocobozzz | 2019-09-05 | 2 | -17/+2 | |
| | | | | With the new p2p-media-loader release | |||||
* | Add contributors in about peertube page | Chocobozzz | 2019-09-05 | 1 | -0/+0 | |
| | ||||||
* | Improve HLS redundancy | Chocobozzz | 2019-08-23 | 5 | -24/+72 | |
| | ||||||
* | Fix start time on HLS videos | Chocobozzz | 2019-08-13 | 1 | -16/+1 | |
| | ||||||
* | Fix nl_NL locale | Chocobozzz | 2019-08-13 | 1 | -1/+17 | |
| | ||||||
* | Fix control bar inactive timeout | Chocobozzz | 2019-08-07 | 2 | -15/+37 | |
| | ||||||
* | Update Angular -> 8.2.0 | Chocobozzz | 2019-08-01 | 4 | -0/+31 | |
| | ||||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -1/+8 | |
| | ||||||
* | Fix webtorrent player | Chocobozzz | 2019-07-30 | 2 | -4/+7 | |
| | ||||||
* | Update client dependencies | Chocobozzz | 2019-07-25 | 46 | -0/+0 | |
| | ||||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 1 | -0/+11 | |
| | ||||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 3 | -9/+46 | |
| | ||||||
* | Speedup video watch layout build | Chocobozzz | 2019-06-11 | 1 | -1/+1 | |
| | ||||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 1 | -8/+13 | |
| | ||||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -2/+11 | |
| | ||||||
* | Add default playlist image | Chocobozzz | 2019-04-24 | 1 | -0/+0 | |
| | ||||||
* | Add logs page in client | Chocobozzz | 2019-04-11 | 1 | -0/+12 | |
| | ||||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+5 | |
| | ||||||
* | Add new instance follower notification in client | Chocobozzz | 2019-04-09 | 2 | -14/+11 | |
| | ||||||
* | tslint update | Chocobozzz | 2019-04-02 | 8 | -24/+24 | |
| | ||||||
* | Add my library section in menu | Chocobozzz | 2019-03-20 | 17 | -47/+113 | |
| | ||||||
* | Handle theater mode for playlists | Chocobozzz | 2019-03-18 | 1 | -2/+9 | |
| | ||||||
* | Playlist support in watch page | Chocobozzz | 2019-03-18 | 3 | -3/+28 | |
| | ||||||
* | Playlist videos component | Chocobozzz | 2019-03-18 | 2 | -0/+11 | |
| | ||||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 8 | -20/+63 | |
| | ||||||
* | Try to fix p2p-media-loader on ios | Chocobozzz | 2019-02-20 | 2 | -8/+19 | |
| | ||||||
* | Lazy import some modules | Chocobozzz | 2019-02-15 | 1 | -1/+0 | |
| | ||||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -4/+11 | |
| | ||||||
* | Fallback HLS to webtorrent | Chocobozzz | 2019-02-11 | 3 | -6/+55 | |
| | ||||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 9 | -51/+218 | |
| | ||||||
* | Add lazy loading in player | Chocobozzz | 2019-02-11 | 2 | -12/+23 | |
| | ||||||
* | Correctly implement p2p-media-loader | Chocobozzz | 2019-02-11 | 9 | -47/+203 | |
| | ||||||
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 17 | -627/+915 | |
| | | | | Add fake p2p-media-loader plugin | |||||
* | Fix invisible things in dark mode | Chocobozzz | 2019-01-17 | 1 | -2/+2 | |
| | ||||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 35 | -242/+125 | |
| | | | | Inject them in an angular component so we can easily change their color | |||||
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 3 | -0/+26 | |
| | ||||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 5 | -28/+66 | |
| | ||||||
* | Fix player progress bar when changing resolution | Chocobozzz | 2018-11-16 | 2 | -0/+5 | |
| | ||||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 1 | -0/+0 | |
| | ||||||
* | add noImplicitThis flag (#1324) | BO41 | 2018-10-24 | 2 | -3/+3 | |
| | ||||||
* | Fix webtorrent disabled by default | Chocobozzz | 2018-10-19 | 1 | -1/+2 | |
| | ||||||
* | Better typings | Chocobozzz | 2018-10-18 | 13 | -39/+75 | |
| | ||||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 14 | -74/+70 | |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | |||||
* | Fix webtorrent disabling | Chocobozzz | 2018-10-17 | 1 | -17/+30 | |
| |