Added fec_percentage as configurable variable
This commit is contained in:
@@ -15,7 +15,12 @@ unique_id = 03904e64-51da-4fb3-9afd-a9f7ff70fea4
|
||||
file_devices = devices.xml
|
||||
|
||||
# How long to wait in milliseconds for data from moonlight before shutting down the stream
|
||||
ping_timeout = 2000
|
||||
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 = 25
|
||||
|
||||
###############################################
|
||||
# FFmpeg software encoding parameters
|
||||
|
||||
Reference in New Issue
Block a user