aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Cache.hx
Commit message (Collapse)AuthorAgeLines
* Initial cache support for raw videosRblSb2025-03-25-367/+0
| | | | m3u8 videos are cached without downloading segments, only m3u8 file is downloaded and segment links are updated to use synctube proxy, so you can add video to playlist as server, ignoring ip restrictions, and stream it to everyone
* Cache quality fallback when not enough spaceRblSb2025-03-03-31/+26
|
* Youtube cache cookies supportRblSb2025-02-15-1/+12
| | | | closes #59
* Improve cache limit handlingRblSb2025-02-09-20/+88
|
* Fixes packRblSb2025-02-07-17/+55
| | | | | | | - Fix timer seek on server pause with double timer.pause() calls - Implement multi-caching - Better uploading progress with XMLHttpRequest - Better upload/cache error reporting
* Video upload featureRblSb2025-01-28-29/+110
| | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
* Add server pause when leader disconnectsRblSb2025-01-24-4/+4
|
* Cache fixRblSb2025-01-22-5/+14
|
* Cache on server featureRblSb2025-01-17-0/+165
Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage