diff --git a/Usage.md b/Usage.md new file mode 100644 index 0000000..f0592c3 --- /dev/null +++ b/Usage.md @@ -0,0 +1,38 @@ +## Usage + Usage: moonlight [options] host + + Actions: + + map Create mapping file for gamepad + pair Pair device with computer + stream Stream computer to device + list List available games and applications + quit Quit the application or game being streamed + help Show this help + + Global options: + + -config Load configuration file + -save Save configuration file + + Streaming options: + + -720 Use 1280x720 resolution (default) + -1080 Use 1920x1080 resolution + -width Horizontal resolution (default 1280) + -height Vertical resolution (default 720) + -30fps Use 30fps + -60fps Use 60fps (default) + -bitrate Specify the bitrate in Kbps + -packetsize Specify the maximum packetsize in bytes + -app Name of app to stream + -nosops Don't allow GFE to modify game settings + -localaudio Play audio locally + -keydir \tLoad encryption keys from directory + + I/O options: + -mapping Use as gamepad mapping configuration file (use before -input) + -input Use as input. Can be used multiple times + -audio Use as ALSA audio output device (default sysdefault) + + Use Ctrl+Alt+Shift+Q to exit streaming session \ No newline at end of file