Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 1 | -10/+3 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 1 | -7/+7 |
|\ | |||||
| * | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 1 | -0/+3 |
|\| | |||||
| * | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 1 | -0/+3 |
| | | |||||
* | | More robust move to object storage job failure | Chocobozzz | 2022-06-16 | 2 | -5/+23 |
|/ | |||||
* | Fix live ending job that breaks new live session | Chocobozzz | 2022-06-16 | 1 | -8/+11 |
| | |||||
* | More robust live ending job | Chocobozzz | 2022-05-25 | 1 | -2/+6 |
| | |||||
* | Fix saving permanent live replay on quick restream | Chocobozzz | 2022-05-25 | 1 | -31/+20 |
| | |||||
* | Reduce error logs | Chocobozzz | 2022-05-18 | 1 | -1/+7 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -27/+60 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -45/+114 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 1 | -1/+1 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Don't clean mastodon rates | Chocobozzz | 2022-04-15 | 1 | -0/+3 |
| | | | | Workaround of https://github.com/mastodon/mastodon/issues/13571 | ||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 3 | -61/+2 |
| | |||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 2 | -2/+2 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 2 | -24/+24 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 6 | -28/+29 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 3 | -8/+2 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Fix torrent creation | Chocobozzz | 2022-03-16 | 1 | -0/+4 |
| | |||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 2 | -1/+94 |
| | | | | Prevent update before video torrent generation for example | ||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 6 | -21/+255 |
| | |||||
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 1 | -3/+3 |
| | |||||
* | Fix HLS re transcoding with object storage enabled | Chocobozzz | 2022-02-01 | 1 | -4/+13 |
| | |||||
* | Prevent HLS transcoding after webtorrent transcoding | Chocobozzz | 2022-02-01 | 1 | -4/+8 |
| | |||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -4/+4 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 2 | -14/+27 |
| | |||||
* | Fix bull redis options | Chocobozzz | 2022-01-14 | 1 | -3/+9 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -9/+16 |
| | |||||
* | Fix tests | Chocobozzz | 2021-12-28 | 1 | -24/+14 |
| | |||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 1 | -13/+24 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 3 | -7/+8 |
| | |||||
* | Fix video import transcoding | Chocobozzz | 2021-12-23 | 1 | -2/+2 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -11/+18 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 1 | -5/+11 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 2 | -2/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 1 | -13/+14 |
| | |||||
* | Fix transcoding job count inconsistency | Chocobozzz | 2021-11-29 | 1 | -7/+7 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 2 | -8/+13 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -2/+2 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 2 | -29/+19 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Add transcoding fail message in client | Chocobozzz | 2021-11-09 | 2 | -17/+4 |
| | |||||
* | video: add video stranscoding_failed state | kontrollanten | 2021-11-09 | 1 | -2/+9 |
| | |||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | prevent multiple post-process triggering of upload-resumable (#4175) | Rigel Kent | 2021-10-25 | 1 | -0/+2 |
| | | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 1 | -3/+3 |
| | | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables | ||||
* | Fix lint | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -13/+5 |
| | |||||
* | Process slow followers in unicast job queue | Chocobozzz | 2021-10-13 | 2 | -9/+13 |
| |