Added fec_percentage as configurable variable

This commit is contained in:
loki
2019-12-11 23:37:20 +01:00
parent e0c1e4ec55
commit c819664e33
4 changed files with 16 additions and 6 deletions

View File

@@ -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