Merge pull request #1 from cgutman/optimize_video_params

Optimize encoding parameters for low-latency
This commit is contained in:
loki-47-6F-64
2020-01-18 10:23:10 +01:00
committed by GitHub
6 changed files with 14 additions and 14 deletions
+1 -3
View File
@@ -46,7 +46,7 @@ ping_timeout = 2000
# The file where configuration for the different applications that Sunshine can run during a stream
# file_apps = apps.json
# How much error correcting packets must be send for every video max_b_frames
# How much error correcting packets must be send for every video
# 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 = 10
@@ -70,8 +70,6 @@ fec_percentage = 10
# FFmpeg software encoding parameters
# Honestly, I have no idea what the optimal values would be.
# Play around with this :)
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
# Higher value means more compression, but less quality