aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/players/Youtube.hx
Commit message (Collapse)AuthorAgeLines
* Rework isLoad player stateRblSb2025-09-10-1/+11
| | | | closes #67
* Fix youtube fallbackRblSb2025-03-23-1/+4
| | | | closes #61
* Add /volume commandRblSb2025-02-13-1/+1
|
* CleanupRblSb2025-01-29-2/+2
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Add experimental unpauseWithoutLeader optionRblSb2025-01-25-3/+3
| | | | | | 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.
* Redesign portrait view with player at topRblSb2025-01-22-1/+1
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* Cache on server featureRblSb2025-01-17-40/+15
| | | | | | | | 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-3/+23
| | | | | | | | 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-3/+1
| | | | closes #49
* Video item fixesRblSb2024-04-29-3/+2
| | | | | | - 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-22/+47
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Use null coalescing opRblSb2023-04-23-1/+1
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-1/+1
|
* Add /ad commandRblSb2023-01-05-1/+1
| | | | for skipping youtube sponsored blocks
* Youtube shorts supportRblSb2022-11-24-0/+4
|
* iOS...RblSb2021-08-28-0/+1
| | | | Sent from my iPhone
* Fix subs for linux chromeRblSb2021-08-20-1/+1
| | | | With trackEl.srclang = "en"
* ReformatRblSb2021-07-05-11/+10
|
* Improve youtube link detectionRblSb2021-01-31-9/+9
|
* Use page token on requestsRblSb2020-12-18-30/+39
|
* youtubePlaylistLimit settingRblSb2020-12-17-1/+2
| | | | closes #12
* Playlists "at next" orderRblSb2020-06-07-12/+20
|
* Support youtube streamsRblSb2020-05-01-2/+14
|
* Fix some issues with reused playersRblSb2020-04-26-6/+4
|
* Fix youtube bg autoplayRblSb2020-04-24-19/+32
|
* Fix playback eventsRblSb2020-04-10-0/+2
|
* Sync playback rateRblSb2020-04-03-1/+12
|
* Youtube playlists and api key in configRblSb2020-03-08-15/+68
|
* Load only required languages on clientRblSb2020-03-06-0/+1
|
* Fix youtube player controlRblSb2020-03-02-3/+3
|
* Use git yt player externsRblSb2020-03-02-1/+1
|
* Get youtube video title/duration with apiRblSb2020-02-29-14/+57
|
* Youtube player supportRblSb2020-02-28-0/+145
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage