aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/players/Raw.hx
Commit message (Collapse)AuthorAgeLines
* Improve upload filename encodingRblSb2025-03-03-1/+1
|
* Add /volume commandRblSb2025-02-13-33/+136
|
* CleanupRblSb2025-01-29-4/+4
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-1/+1
| | | | | | 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-1/+1
| | | | | | 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
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-0/+1
| | | | | | 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.
* Cache on server featureRblSb2025-01-17-0/+5
| | | | | | | | 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-1/+18
| | | | | | | | 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-2/+0
| | | | closes #49
* Skip proxy for local subsRblSb2023-06-21-1/+24
|
* Rework videolist structureRblSb2021-09-27-0/+1
|
* iOS...RblSb2021-08-28-0/+1
| | | | Sent from my iPhone
* vtt/srt subs supportRblSb2021-07-05-21/+21
|
* ReformatRblSb2021-07-05-10/+9
|
* Subtitles url inputRblSb2021-02-14-1/+8
| | | | Can be enabled by plugins
* Minor title input fixRblSb2021-01-31-8/+3
|
* Video title inputRblSb2021-01-24-8/+19
|
* Playlists "at next" orderRblSb2020-06-07-3/+6
|
* Improve history inputsRblSb2020-05-23-5/+9
|
* text-overflow for title itemRblSb2020-05-22-1/+2
|
* Improve raw video removeRblSb2020-05-22-0/+3
|
* m3u8 supportRblSb2020-05-12-1/+31
|
* Fix autoscroll with unloaded imagesRblSb2020-04-26-1/+1
|
* Fix some issues with reused playersRblSb2020-04-26-17/+21
|
* Fix youtube bg autoplayRblSb2020-04-24-5/+12
|
* Fix playback eventsRblSb2020-04-10-0/+2
|
* Sync playback rateRblSb2020-04-03-0/+9
|
* Dodge FF video controls bugRblSb2020-04-01-7/+8
|
* Safe autoplay on ChromiumRblSb2020-03-31-3/+12
|
* Get youtube video title/duration with apiRblSb2020-02-29-5/+13
|
* Youtube player supportRblSb2020-02-28-1/+16
|
* Permanent items and player abstractionRblSb2020-02-27-0/+72
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage