diff --git a/Usage.md b/Usage.md index eddeaf7..2b57617 100644 --- a/Usage.md +++ b/Usage.md @@ -1,53 +1,56 @@ ## Usage - Usage: moonlight [action] (options) [host] - moonlight [configfile] +``` +Usage: moonlight [action] (options) [host] + moonlight [configfile] - Actions + Actions - pair Pair device with computer - unpair Unpair device with computer - stream Stream computer to device - list List available games and applications - quit Quit the application or game being streamed - map Create mapping file for gamepad - help Show this help + pair Pair device with computer + unpair Unpair device with computer + stream Stream computer to device + list List available games and applications + quit Quit the application or game being streamed + map Create mapping for gamepad + help Show this help - Global Options + Global Options - -config Load configuration file - -save ave configuration file - -verbose Enable verbose output - -debug Enable verbose and debug output + -config Load configuration file + -save Save configuration file + -verbose Enable verbose output + -debug Enable verbose and debug output - Streaming options + Streaming options - -720 Use 1280x720 resolution [default] - -1080 Use 1920x1080 resolution - -4k Use 3840x2160 resolution - -width Horizontal resolution (default 1280) - -height Vertical resolution (default 720) - -fps Specify the fps to use (default -1) - -bitrate Specify the bitrate in Kbps - -packetsize Specify the maximum packetsize in bytes - -codec Select used codec: auto/h264/h265 (default auto) - -remote Enable remote optimizations - -app Name of app to stream - -nosops Don't allow GFE to modify game settings - -localaudio Play audio locally - -surround Stream 5.1 surround sound (requires GFE 2.7) - -keydir Load encryption keys from directory - -mapping Use as gamepad mappings configuration file - -platform Specify system used for audio, video and input: pi/imx/aml/x11/x11_vdpau/sdl/fake (default auto) - -unsupported Try streaming if GFE version is unsupported - -quitappafter Send quit app request to remote after quitting session + -720 Use 1280x720 resolution [default] + -1080 Use 1920x1080 resolution + -4k Use 3840x2160 resolution + -width Horizontal resolution (default 1280) + -height Vertical resolution (default 720) + -fps Specify the fps to use (default -1) + -bitrate Specify the bitrate in Kbps + -packetsize Specify the maximum packetsize in bytes + -codec Select used codec: auto/h264/h265 (default auto) + -remote Enable remote optimizations + -app Name of app to stream + -nosops Don't allow GFE to modify game settings + -localaudio Play audio locally on the host computer + -surround Stream 5.1 surround sound (requires GFE 2.7) + -keydir Load encryption keys from directory + -mapping Use as gamepad mappings configuration file + -platform Specify system used for audio, video and input: pi/imx/aml/rk/x11/x11_vdpau/sdl/fake (default auto) + -unsupported Try streaming if GFE version or options are unsupported + -quitappafter Send quit app request to remote after quitting session + -viewonly Disable all input processing (view-only mode) - WM options (SDL and X11 only) + WM options (SDL and X11 only) - -windowed Display screen in a window + -windowed Display screen in a window - I/O options (Not for SDL) + I/O options (Not for SDL) - -input Use as input. Can be used multiple times - -audio Use as audio output device + -input Use as input. Can be used multiple times + -audio Use as audio output device - Use Ctrl+Alt+Shift+Q or Play+Back+LeftShoulder+RightShoulder to exit streaming session \ No newline at end of file +Use Ctrl+Alt+Shift+Q or Play+Back+LeftShoulder+RightShoulder to exit streaming session +```