aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* add display of logs matching any stateRigel Kent2020-12-131-0/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-093-20/+18
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-083-6/+53
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0711-23/+36
|
* Load video in permanent live after last one endedChocobozzz2020-12-041-3/+8
|
* Fix audio issues with live replayChocobozzz2020-12-041-5/+4
|
* Try to fix live freezeChocobozzz2020-12-041-3/+2
|
* Fix live transcoding threads configChocobozzz2020-12-041-6/+10
|
* Add permanent live supportChocobozzz2020-12-032-2/+11
|
* Fix live invalid save replay durationChocobozzz2020-12-031-1/+1
|
* Fix live replay duration glitchChocobozzz2020-12-021-37/+39
|
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-301-14/+9
|
* Fix "Too many packets buffered for output stream"Chocobozzz2020-11-261-12/+23
| | | | And move encoder global options in a global wrapper
* Fix live FPS limitChocobozzz2020-11-262-27/+37
|
* Avoid too large cert error messagesChocobozzz2020-11-251-0/+2
|
* Fix migration and testChocobozzz2020-11-251-2/+2
|
* refactor scoped token serviceRigel Kent2020-11-251-5/+3
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+19
|
* Add tests to gif resizerChocobozzz2020-11-252-41/+26
|
* Add transcoding module commentsChocobozzz2020-11-252-0/+13
|
* Fix audio encoding paramsChocobozzz2020-11-251-27/+29
|
* Support encoding profilesChocobozzz2020-11-252-65/+177
|
* Export encoders options in a dedicated structChocobozzz2020-11-251-150/+196
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-252-277/+282
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-1/+44
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Do not transcode to an higher bitrateChocobozzz2020-11-201-1/+6
| | | | Thanks bkil https://github.com/bkil
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Fix youtube-dl ipv4 PRChocobozzz2020-11-181-1/+5
|
* default youtube-dl to use ipv4 (#3311)Mark Van den Borre2020-11-181-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Increase live segment file nameChocobozzz2020-11-121-1/+1
|
* Force signed headers in http signaturesChocobozzz2020-11-121-1/+5
| | | | Thanks Roger
* Remove deprecated abuse apiChocobozzz2020-11-101-26/+1
|
* Don't add live videos in redundancyChocobozzz2020-11-091-0/+2
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
|
* Fix audio sync after saving replayChocobozzz2020-11-091-12/+18
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add save replay live testsChocobozzz2020-11-092-10/+15
|
* Begin live testsChocobozzz2020-11-092-3/+3
|
* Add check params live testsChocobozzz2020-11-091-0/+1
|
* Fix live infohash blockChocobozzz2020-11-091-1/+0
|
* Fix replay savingChocobozzz2020-11-091-4/+28
|
* Add ability to save live replayChocobozzz2020-11-092-1/+16
|
* Check live duration and sizeChocobozzz2020-11-093-9/+19
|
* Handle live federationChocobozzz2020-11-091-0/+1
|
* Live streaming implementation first stepChocobozzz2020-11-093-22/+132
|
* add node-youtube-dl download host env var in auto-updaterRigel Kent2020-10-241-1/+1
|
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-1/+2
| | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir.
* Refactor video extensions logic in serverChocobozzz2020-08-113-14/+20
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+6
|
* Fix resolution for portrait videosChocobozzz2020-08-031-2/+2
|