diff --git a/docs/changelog.md b/docs/changelog.md index ba6a4074..30d13e32 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,7 @@ - Added `m1k1o/neko:kde` tag as an alternative to `m1k1o/neko:xfce`. - New VirtualGL version 3.1 was released, adding support for Chromium browsers to use Nvidia GPU acceleration! - Added `?embed=1` parameter 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). ### Bugs - Fixed TCP mux occasional freeze by adding write buffer to it. diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index ae49b866..06ea2f70 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -231,6 +231,7 @@ Note, currently only browser GPU acceleration is supported, not encoding. - Adding `?usr=` will prefill username. - Adding `?cast=1` will hide all control and show only video. - Adding `?embed=1` will hide most additional components and show only video. + - Adding `?volume=<0-1>` will set volume to given value. - e.g. `http(s):///?pwd=neko&usr=guest&cast=1` ### Screen size