aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* improve some EN locale. add frontend admin registration page via tokenPinapelz2026-04-05-0/+76
| | | | Signed-off-by: Pinapelz <yukais@pinapelz.com>
* set default sync to 1 sec, save PW to memPinapelz2026-03-20-1/+1
|
* init custom changesPinapelz2026-03-20-51/+37
|
* [proxy] fix stalled requests on seekingRblSb2026-01-17-6/+29
| | | | and minor cache fix
* Support yt-dlp with js runtimesRblSb2025-11-13-32/+100
| | | | | | Also adds server version for standalone clients. Remember to update `RblSb/ytdlp-nodejs` if you use this feature.
* Fix large file uploadRblSb2025-10-23-68/+117
|
* Rework isLoad player stateRblSb2025-09-10-14/+22
| | | | closes #67
* /crash, update yt-dlp on start, newer node fixRblSb2025-09-03-2/+29
|
* Ssl key config optionsRblSb2025-09-03-11/+72
| | | | 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-234/+212
| | | | | | | - 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
* Ignore window.onblur for iframe clicksRblSb2025-05-02-1/+4
| | | | closes #63
* Do not send play/pause events without page focusRblSb2025-04-10-2/+12
| | | | for better requestLeaderOnPause/unpauseWithoutLeader options
* Trim spaces in messageRblSb2025-04-09-6/+6
|
* Fix twitch iframesRblSb2025-04-07-6/+33
| | | | You also don't need to change `parent` arg in iframe src now
* Ask to create admin user on fresh install (#62)Remi2025-04-07-9/+127
| | | | | | | | | | | | | * 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-207/+759
| | | | 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 youtube fallbackRblSb2025-03-23-1/+4
| | | | closes #61
* Fix empty playlist clear crashRblSb2025-03-18-6/+8
|
* Remove heroku-specific checkRblSb2025-03-18-14/+8
|
* More informative permission errorsRblSb2025-03-06-17/+25
|
* Cache quality fallback when not enough spaceRblSb2025-03-03-31/+27
|
* Improve upload filename encodingRblSb2025-03-03-10/+20
|
* Fix chat message skips on limitRblSb2025-03-02-5/+14
| | | | I messed up after reversing chat
* PeerTube supportRblSb2025-02-16-4/+142
| | | | closes #46
* Youtube cache cookies supportRblSb2025-02-15-11/+23
| | | | closes #59
* Add /volume commandRblSb2025-02-13-38/+168
|
* Improve cache limit handlingRblSb2025-02-09-29/+101
|
* Fixes packRblSb2025-02-07-135/+200
| | | | | | | - 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-207/+231
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-111/+549
| | | | | | 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 experimental unpauseWithoutLeader optionRblSb2025-01-25-31/+107
| | | | | | Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux.
* Add server pause when leader disconnectsRblSb2025-01-24-62/+186
|
* Redesign portrait view with player at topRblSb2025-01-22-74/+123
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* Cache fixRblSb2025-01-22-5/+14
|
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-19/+16
| | | | | | Sadly there is no info about video size for iframes, so they will be keeped as 16/9. Let me know if this change breaks anything.
* VK player supportRblSb2025-01-17-0/+231
|
* Cache on server featureRblSb2025-01-17-271/+352
| | | | | | | | 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-13/+210
| | | | | | | | 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
|
* Update tab title when kickedRblSb2024-08-15-1/+2
|
* Add uuids for better reconectionRblSb2024-08-15-5/+37
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-12/+206
|
* Streamable supportRblSb2024-08-02-43/+79
| | | | closes #49
* Video item fixesRblSb2024-04-29-35/+55
| | | | | | - 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-36/+324
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Improve srt parsingRblSb2024-04-21-5/+35
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage