aboutsummaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeLines
* [proxy] fix stalled requests on seekingRblSb2026-01-17-6/+29
| | | | and minor cache fix
* Support yt-dlp with js runtimesRblSb2025-11-13-25/+51
| | | | | | Also adds server version for standalone clients. Remember to update `RblSb/ytdlp-nodejs` if you use this feature.
* Rework isLoad player stateRblSb2025-09-10-1/+1
| | | | closes #67
* /crash, update yt-dlp on start, newer node fixRblSb2025-09-03-2/+23
|
* Ssl key config optionsRblSb2025-09-03-11/+70
| | | | see #66
* Minor locales fixRblSb2025-08-21-0/+2
|
* Prefer original audio tracksRblSb2025-08-15-1/+7
|
* Update call and fix readme iconRblSb2025-07-05-4/+2
|
* Fix caching shortsRblSb2025-05-30-15/+31
|
* Migrate to yt-dlpRblSb2025-05-24-173/+208
| | | | | | | - yt-dlp should be more stable and allows more cool stuff in future - easier to export cookies.txt with yt-dlp utility (cookies.json support removed) - better quality fallback if not enough space - keep progress reports after reconnections
* Trim spaces in messageRblSb2025-04-09-1/+1
|
* Ask to create admin user on fresh install (#62)Remi2025-04-07-9/+105
| | | | | | | | | | | | | * Ask to create admin user on fresh install * Implement client form submitting * minimize diff, simplify impl * Check json typing and clean stuff --------- Co-authored-by: RblSb <msrblsb@gmail.com>
* Initial cache support for raw videosRblSb2025-03-25-180/+700
| | | | 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
* Fix empty playlist clear crashRblSb2025-03-18-6/+8
|
* Remove heroku-specific checkRblSb2025-03-18-14/+8
|
* More informative permission errorsRblSb2025-03-06-17/+16
|
* Cache quality fallback when not enough spaceRblSb2025-03-03-31/+26
|
* Improve upload filename encodingRblSb2025-03-03-5/+13
|
* Youtube cache cookies supportRblSb2025-02-15-11/+23
| | | | closes #59
* Improve cache limit handlingRblSb2025-02-09-28/+95
|
* Fixes packRblSb2025-02-07-77/+115
| | | | | | | - Fix timer seek on server pause with double timer.pause() calls - Implement multi-caching - Better uploading progress with XMLHttpRequest - Better upload/cache error reporting
* CleanupRblSb2025-01-29-12/+16
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-84/+309
| | | | | | 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-6/+17
|
* Cache fixRblSb2025-01-22-5/+14
|
* Cache on server featureRblSb2025-01-17-163/+202
| | | | | | | | 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.
* External audiotrack supportRblSb2025-01-12-0/+2
| | | | | | | | This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
* Show server errors as htmlRblSb2024-08-15-0/+1
|
* Add uuids for better reconectionRblSb2024-08-15-4/+27
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-5/+19
|
* Streamable supportRblSb2024-08-02-13/+0
| | | | closes #49
* Video item fixesRblSb2024-04-29-4/+6
| | | | | | - Fix youtube fallback, `videoItem.url` is now immutable - JsApi.setVideoSrc now updates to supported player based on `url` arg - Fix auto-pause when video is ended (with `requestLeaderOnPause`)
* Raw youtube fallback for unavailable videosRblSb2024-04-28-13/+173
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Keep flashbacks in stateRblSb2024-01-05-18/+23
|
* Fix file descriptor leaks when streaming filesRblSb2024-01-05-16/+28
|
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-19/+67
|
* Fix log filterRblSb2024-01-01-1/+5
|
* Ignore video limit per user for admins (#47)Victor Melnik2024-01-01-1/+1
|
* Use null coalescing opRblSb2023-04-23-8/+4
|
* Add --port argumentRblSb2023-01-09-1/+30
| | | | for fast multichannel setups
* Add "localNetworkOnly" optionRblSb2022-11-08-6/+12
|
* Fix dates in chat historyRblSb2022-11-07-1/+3
| | | | Save without server timezone offset
* Fix downloading for partial contentRblSb2022-11-06-1/+8
|
* Update locked playlist restrictionsRblSb2022-03-15-3/+14
| | | | And add "toggleItemType" permission. Closes #36
* Improve url handlingRblSb2022-03-09-16/+20
|
* Update ws library and lockfile versionRblSb2021-12-19-2/+2
| | | | closes #34
* Stringify time in logRblSb2021-10-13-5/+18
|
* Rework videolist structureRblSb2021-09-27-35/+27
|
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-6/+37
| | | | And open new issue with received file.
* Allow proxy ips by defaultRblSb2021-09-27-6/+7
| | | | And improve server output
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage