aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Player.hx
Commit message (Collapse)AuthorAgeLines
* Trim spaces in messageRblSb2025-04-09-2/+2
|
* Fix twitch iframesRblSb2025-04-07-4/+12
| | | | You also don't need to change `parent` arg in iframe src now
* PeerTube supportRblSb2025-02-16-3/+3
| | | | closes #46
* Add /volume commandRblSb2025-02-13-2/+7
|
* Fixes packRblSb2025-02-07-3/+8
| | | | | | | - 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-13/+17
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Add experimental unpauseWithoutLeader optionRblSb2025-01-25-8/+52
| | | | | | 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-7/+23
|
* Redesign portrait view with player at topRblSb2025-01-22-1/+16
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* VK player supportRblSb2025-01-17-0/+2
|
* Cache on server featureRblSb2025-01-17-16/+27
| | | | | | | | 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-6/+118
| | | | | | | | 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).
* Streamable supportRblSb2024-08-02-4/+3
| | | | closes #49
* Video item fixesRblSb2024-04-29-17/+20
| | | | | | - 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-0/+4
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-10/+9
|
* Keep player removed between videosRblSb2023-04-23-1/+6
|
* Use null coalescing opRblSb2023-04-23-5/+3
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-2/+1
|
* Add /ad commandRblSb2023-01-05-1/+36
| | | | for skipping youtube sponsored blocks
* Update locked playlist restrictionsRblSb2022-03-15-3/+2
| | | | And add "toggleItemType" permission. Closes #36
* Call setPos after items addedRblSb2021-09-28-1/+1
|
* Rework videolist structureRblSb2021-09-27-47/+60
|
* Minor autopause fixRblSb2021-09-09-1/+1
|
* Fix iOS keyboard handlerRblSb2021-09-04-2/+4
|
* Improve autopauseRblSb2021-08-01-1/+2
|
* ReformatRblSb2021-07-05-19/+28
|
* More JsApi methodsRblSb2021-06-06-5/+1
| | | | | getVideoItems/addVideoItem/removeVideoItem closes #24
* Subtitles url inputRblSb2021-02-14-0/+1
| | | | Can be enabled by plugins
* Video title inputRblSb2021-01-24-0/+4
|
* requestLeaderOnPause optionRblSb2021-01-17-0/+19
| | | | closes #13
* Hide iframes durationRblSb2020-06-07-2/+6
|
* Playlists "at next" orderRblSb2020-06-07-5/+6
|
* Pause indicatorRblSb2020-06-06-0/+9
|
* More api methodsRblSb2020-06-05-0/+14
|
* Major frontend redesign (#5)Austin Riddell2020-05-19-20/+15
| | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com>
* Sync leader on video start/refreshRblSb2020-05-13-0/+10
|
* Fix setNext item buttonRblSb2020-05-12-1/+1
|
* Blink tab on first video of playerRblSb2020-05-09-4/+6
|
* Support youtube streamsRblSb2020-05-01-0/+4
|
* Fix autoscroll with unloaded imagesRblSb2020-04-26-8/+1
|
* Fix some issues with reused playersRblSb2020-04-26-9/+13
|
* VideoRemove api eventRblSb2020-04-25-0/+2
|
* External api testRblSb2020-04-24-0/+1
|
* Fix youtube bg autoplayRblSb2020-04-24-16/+22
|
* Fix video restart after endRblSb2020-04-21-0/+5
|
* Sync playback rateRblSb2020-04-03-0/+26
|
* Minor fixesRblSb2020-03-12-0/+2
|
* Improve iframe handlingRblSb2020-03-04-1/+1
|
* Iframe itemsRblSb2020-03-04-3/+7
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage