No description
| .devcontainer | ||
| .docker | ||
| .examples | ||
| .m1k1o | ||
| client | ||
| docs | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| docker-compose.dev.yaml | ||
| LICENSE | ||
| neko.code-workspace | ||
| README.md | ||
| tsconfig.json | ||
n.eko (m1k1o fork)
This app uses Web RTC to stream a desktop inside of a docker container. This is fork of https://github.com/nurdism/neko.
Differences to original repository.
New Features
- Clipboard button with text area - for browsers, that don't support clipboard syncing or for HTTP.
- Keyboard modifier state synchronization (Num Lock, Caps Lock, Scroll Lock) for each hosting.
- Added chromium ungoogled (with h265 support) an kept up to date by @whalehub.
- Added Picture in Picture button (only for watching screen, controlling not possible).
- Added RTMP broadcast. Enables broadcasting neko screen to local RTMP server, YouTube or Twitch.
- Stereo sound (works properly only in Firefox host).
Bugs
- Fixed minor gst pipeline bug.
- Locked screen only for users, admins can still join.
Misc
- Custom docker workflow.
- Based on debian buster instead of stretch.
- Custom avatars without any 3rd party depenency.
- Ignore duplicate notify bars.
- No pointer events for notify bars.
- Disable debug mode by default.

