New
n.eko v2.8.0
New Features
- Added AV1 tag, metadata and pipeline. Unfortunately does not work yet, since the encoding is way too slow (by @mbattista).
- Added
m1k1o/neko:kdetag as an alternative tom1k1o/neko:xfce. - New VirtualGL version 3.1 was released, adding support for Chromium browsers to use Nvidia GPU acceleration!
- Added
?embed=1parameter to the URL, which will hide the sidebar and the top bar, so that it can be embedded in other websites. - Added
?volume=<0-1>parameter to the URL, which will set the inital volume of the player (by @urbanekpj). - Touch events are now supported on mobile devices (by @urbanekpj).
- Added NVENC support, hardware h264 encoding for Nvidia GPUs!
- Fixed an issue where
nvh264encdid not send SPS and PPS NAL units (by @mbattista).
Bugs
- Fixed TCP mux occasional freeze by adding write buffer to it.
- Fixed stereo problem in chromium-based browsers, where it was only as mono by adding
stereo=1to opus SDP to clients answer. - Fixed keysym mapping for unknown keycodes, which was causing some key combinations to not work on some keyboards.