fix video state sync, fixes #250.

This commit is contained in:
Miroslav Šedivý
2023-03-18 13:31:40 +01:00
parent ea99ce7753
commit 76fc892823
2 changed files with 17 additions and 4 deletions

View File

@ -13,6 +13,7 @@
- Fixed keysym mapping for unknown keycodes, which was causing some key combinations to not work on some keyboards.
- Fixed a bug where `max_fps=0` would lead to an invalid pipeline.
- Fixed client side webrtc ICE gathering, so that neko can be used without exposed ports, only with STUN and TURN servers.
- Fixed play state synchronization, when autoplay is disabled.
### Misc
- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista).