Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -0/+8 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-05-03 | 1 | -7/+29 |
| | |||||
* | Fix lint | Chocobozzz | 2022-04-22 | 1 | -4/+4 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -1/+8 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -2/+2 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -14/+11 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Increase live transcoding test timeout | Chocobozzz | 2021-11-15 | 1 | -1/+1 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix bitrate tests | Chocobozzz | 2021-10-12 | 1 | -5/+12 |
| | |||||
* | Increase live tests timeout | Chocobozzz | 2021-10-08 | 1 | -2/+2 |
| | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -6/+34 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -4/+10 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -4/+11 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -6/+5 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -36/+36 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -52/+36 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 1 | -5/+11 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Shorter live methods | Chocobozzz | 2021-07-20 | 1 | -21/+21 |
| | |||||
* | Introduce live command | Chocobozzz | 2021-07-20 | 1 | -48/+42 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 1 | -20/+23 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 1 | -225/+6 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -0/+65 |
| | |||||
* | Increase ffmpeg tests timeout | Chocobozzz | 2021-04-15 | 1 | -5/+5 |
| | |||||
* | Increase timeouts | Chocobozzz | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 1 | -15/+15 |
| | |||||
* | Increase live test timeout | Chocobozzz | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Fix live badge in videos list | Chocobozzz | 2020-12-16 | 1 | -0/+16 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Add joblog at the end of ci | Chocobozzz | 2020-12-14 | 1 | -0/+2 |
| | |||||
* | Parse log script can take files as args | Chocobozzz | 2020-12-14 | 1 | -2/+3 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 1 | -1/+50 |
| | |||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 1 | -3/+2 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 1 | -18/+19 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -6/+1 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -9/+10 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Fix live transcoding tests | Chocobozzz | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 1 | -0/+2 |
| | |||||
* | Try to fix live tests | Chocobozzz | 2020-11-30 | 1 | -2/+9 |
| | |||||
* | More robust live test | Chocobozzz | 2020-11-27 | 1 | -4/+4 |
| | |||||
* | Try to fix live test | Chocobozzz | 2020-11-26 | 1 | -0/+3 |
| | |||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 1 | -2/+7 |
| | |||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 1 | -5/+7 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 1 | -2/+20 |
| |