aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeLines
* Youtube cache cookies supportRblSb2025-02-15-43/+48
| | | | closes #59
* Improve cache limit handlingRblSb2025-02-09-39/+127
|
* Fixes packRblSb2025-02-07-108/+158
| | | | | | | - 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/+15
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-572/+914
| | | | | | 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-3/+6
| | | | | | 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-464/+476
|
* Cache fixRblSb2025-01-22-7/+17
|
* VK player supportRblSb2025-01-17-1/+1
|
* Cache on server featureRblSb2025-01-17-1081/+654
| | | | | | | | 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-20/+26
| | | | | | | | 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-35/+63
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-27/+43
|
* Streamable supportRblSb2024-08-02-42/+42
| | | | closes #49
* Video item fixesRblSb2024-04-29-5/+28
| | | | | | - 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-411/+1107
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Improve srt parsingRblSb2024-04-21-1/+1
|
* Keep flashbacks in stateRblSb2024-01-05-34/+37
|
* Fix file descriptor leaks when streaming filesRblSb2024-01-05-17/+36
|
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-36/+91
|
* Fix log filterRblSb2024-01-01-8/+17
|
* Ignore video limit per user for admins (#47)Victor Melnik2024-01-01-1/+1
|
* Use null coalescing opRblSb2023-04-23-31/+26
|
* Update to Haxe 4.3RblSb2023-04-23-116/+102
|
* Add --port argumentRblSb2023-01-09-29/+58
| | | | for fast multichannel setups
* Add "localNetworkOnly" optionRblSb2022-11-08-24/+37
|
* Fix dates in chat historyRblSb2022-11-07-2/+3
| | | | Save without server timezone offset
* Fix downloading for partial contentRblSb2022-11-06-5/+25
|
* Update locked playlist restrictionsRblSb2022-03-15-24/+48
| | | | And add "toggleItemType" permission. Closes #36
* Improve url handlingRblSb2022-03-09-14/+21
|
* Update ws library and lockfile versionRblSb2021-12-19-1/+1
| | | | closes #34
* Stringify time in logRblSb2021-10-13-5/+19
|
* Rework videolist structureRblSb2021-09-27-132/+155
|
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-355/+421
| | | | And open new issue with received file.
* Allow proxy ips by defaultRblSb2021-09-27-12/+16
| | | | And improve server output
* Improve video skip logicRblSb2021-09-07-37/+39
|
* Detect null/ctrl charsRblSb2021-09-03-16/+27
| | | | closes #30
* /kick featureRblSb2021-08-30-299/+354
|
* Fix int32 overflowRblSb2021-08-29-5/+14
| | | | closes #29
* Fix subs for linux chromeRblSb2021-08-20-3/+3
| | | | With trackEl.srclang = "en"
* Add /flashback (/fb)RblSb2021-08-15-18/+57
|
* Fix local subsRblSb2021-08-13-2/+2
| | | | closes #28
* Ban/unban commandsRblSb2021-08-10-358/+537
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* Improve partial content streamsRblSb2021-07-11-7/+17
|
* Fix local media pathsRblSb2021-07-10-0/+1
| | | | closes #25
* ReformatRblSb2021-07-05-21/+21
|
* Less silly loginsRblSb2021-06-06-103/+128
| | | | And Haxe update
* Subtitles url inputRblSb2021-02-14-70/+73
| | | | Can be enabled by plugins
* Support partial content streamsRblSb2021-02-10-16/+31
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage