moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.48k stars 322 forks source link

Incorrectly named rotation parameter in example config #862

Closed ChristopherHaynes closed 1 year ago

ChristopherHaynes commented 1 year ago

NVidia Geforce Experience version: 3.26.0.160 Moonlight Embedded version: 2.5.3 Moonlight Embedded source: compiled from source Moonlight Embedded running on: Raspberry Pi Moonlight Embedded running on distribution: Retropie (Raspbian)

What is the expected result? When using the "rotation = x" parameter within the config, the output being streamed should be rotated by 90, 180 or 270 degrees as defined by the value of x.

What happens instead of that? No change to orientation occurs.

After some experimentation I discovered that the parameter is actually "rotate = x" rather than "rotation = x". This is currently shown incorrectly in the example "moonlight.conf" file included on this repository.