aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Cache fixRblSb2025-01-22-12/+31
|
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-60/+59
| | | | | | 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-3/+401
|
* Cache on server featureRblSb2025-01-17-1488/+1207
| | | | | | | | 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-61/+481
| | | | | | | | 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).
* Remove inter fontRblSb2024-12-14-3/+1
|
* Show server errors as htmlRblSb2024-08-15-0/+2
|
* Update tab title when kickedRblSb2024-08-15-2/+7
|
* Add uuids for better reconectionRblSb2024-08-15-45/+113
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-50/+292
|
* Add docker-compose (further simplify docker setup) (#55)Leif G.2024-08-12-3/+23
| | | | | | | | | | | | | | | * Add docker-compose.yml Add docker compose to further simplify the setup of the docker project. This eliminates the need to specify the need for defining ports and volumes in the command and moves it to the docker-compose file instead. * Update README.md Add docker-compose command to documentation * Update README.md (docker instructions) Update md formating for docker commands (this enables one-click-copy in the github preview)
* Streamable supportRblSb2024-08-02-94/+187
| | | | closes #49
* Bump ws from 8.16.0 to 8.17.1 (#54)dependabot[bot]2024-06-19-8/+8
| | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Video item fixesRblSb2024-04-29-63/+128
| | | | | | - 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-481/+1530
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Improve srt parsingRblSb2024-04-21-11/+137
|
* Update docker and wsRblSb2024-02-21-13/+14
|
* Keep flashbacks in stateRblSb2024-01-05-55/+67
|
* Fix file descriptor leaks when streaming filesRblSb2024-01-05-33/+64
|
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-71/+183
|
* Fix log filterRblSb2024-01-01-10/+25
|
* Ignore video limit per user for admins (#47)Victor Melnik2024-01-01-2/+2
|
* Skip proxy for local subsRblSb2023-06-21-10/+61
|
* Scroll to chat end buttonRblSb2023-06-20-54/+161
|
* Keep player removed between videosRblSb2023-04-23-27/+41
|
* Use null coalescing opRblSb2023-04-23-103/+71
|
* Update to Haxe 4.3RblSb2023-04-23-192/+177
|
* Fix url panel overflowRblSb2023-01-18-1/+15
|
* Add --port argumentRblSb2023-01-09-30/+88
| | | | for fast multichannel setups
* Disable ios page zoom on input focusRblSb2023-01-07-1/+1
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-207/+562
|
* Add /ad commandRblSb2023-01-05-3/+80
| | | | for skipping youtube sponsored blocks
* Youtube shorts supportRblSb2022-11-24-2/+10
|
* Update demo linkRblSb2022-11-24-2/+2
| | | | Rip free heroku
* Right click on leader btn for pauseRblSb2022-11-24-19/+43
| | | | Or long tap on touch devices
* Ignore empty slash commandRblSb2022-11-08-0/+4
|
* Add "localNetworkOnly" optionRblSb2022-11-08-30/+51
|
* Fix dates in chat historyRblSb2022-11-07-10/+52
| | | | Save without server timezone offset
* Fix downloading for partial contentRblSb2022-11-06-7/+34
|
* Update docker compose (#37)Julien Recurt2022-05-23-4/+2
| | | Signed-off-by: Julien Recurt <thelan@servme.fr>
* Update locked playlist restrictionsRblSb2022-03-15-75/+126
| | | | And add "toggleItemType" permission. Closes #36
* Fix testRblSb2022-03-14-3/+7
|
* Improve url handlingRblSb2022-03-09-34/+48
|
* Update ws library and lockfile versionRblSb2021-12-19-8/+39
| | | | closes #34
* Add rewind latencyRblSb2021-12-11-4/+10
|
* Disable auto-leader on mobile devicesRblSb2021-12-11-0/+4
|
* Fix testRblSb2021-10-16-1/+1
|
* Stringify time in logRblSb2021-10-13-10/+37
|
* Call setPos after items addedRblSb2021-09-28-4/+4
|
* Rework videolist structureRblSb2021-09-27-350/+457
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage