mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 00:00:49 +00:00
Use the same remote streaming and packet size defaults as other clients
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
#bitrate = -1
|
||||
|
||||
## Size of network packets should be lower than MTU
|
||||
#packetsize = 1024
|
||||
## If streaming with WAN optimizations, this will be capped at 1024.
|
||||
#packetsize = 1392
|
||||
|
||||
## Select video codec (auto/h264/h265)
|
||||
#codec = auto
|
||||
@@ -64,8 +65,11 @@
|
||||
## By default keys are stored in $XDG_CACHE_DIR/moonlight or ~/.cache/moonlight
|
||||
#keydir = /dir/to/keys
|
||||
|
||||
## Enable QOS settings to optimize for internet instead of local network
|
||||
#remote = false
|
||||
## Enable QOS settings to optimize for internet or local network
|
||||
## yes - optimize for WAN streaming
|
||||
## no - optimize for LAN streaming
|
||||
## auto (default) - decide automatically based on target IP address
|
||||
#remote = auto
|
||||
|
||||
## Enable 5.1/7.1 surround sound
|
||||
#surround = 5.1
|
||||
|
||||
Reference in New Issue
Block a user