Configure prevention pairing over non-private network
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
# The name displayed by Moonlight
|
||||
# sunshine_name = sunshine
|
||||
|
||||
# The origin of the remote endpoint address that is not denied for HTTP method /pin
|
||||
# Could be any of the following values:
|
||||
# pc|lan|wan
|
||||
# pc: Only localhost may access /pin
|
||||
# lan: Only those in LAN may access /pin
|
||||
# wan: Anyone may access /pin
|
||||
#
|
||||
# origin_pin_allowed = lan
|
||||
|
||||
# Pretty self-explanatory
|
||||
unique_id = 03904e64-51da-4fb3-9afd-a9f7ff70fea4
|
||||
|
||||
@@ -25,7 +34,7 @@ ping_timeout = 2000
|
||||
# How much error correcting packets must be send for every video max_b_frames
|
||||
# This is just some random number, don't know the optimal value
|
||||
# The higher fec_percentage, the lower space for the actual data to send per frame there is
|
||||
fec_percentage = 1
|
||||
fec_percentage = 10
|
||||
|
||||
|
||||
# The back/select button on the controller
|
||||
@@ -39,7 +48,7 @@ fec_percentage = 1
|
||||
# FFmpeg software encoding parameters
|
||||
# Honestly, I have no idea what the optimal values would be.
|
||||
# Play around with this :)
|
||||
max_b_frames = 16
|
||||
max_b_frames = 4
|
||||
gop_size = 24
|
||||
|
||||
# Constant Rate Factor. Between 1 and 52. It allows QP to go up during motion and down with still image, resulting in constant perceived quality
|
||||
|
||||
Reference in New Issue
Block a user