mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-31 01:47:24 +02:00
add legacy simulcast stream that shows pointer.
This commit is contained in:
parent
b3b31fba1f
commit
373e9970f9
5 changed files with 48 additions and 2 deletions
|
@ -1,8 +1,27 @@
|
|||
capture:
|
||||
video:
|
||||
codec: vp8
|
||||
# legacy format is not added to the list of ids so that its ignored by bandwidth estimator
|
||||
ids: [ hq, lq ]
|
||||
pipelines:
|
||||
# legacy format is the same as hq, but with show_pointer enabled
|
||||
legacy:
|
||||
fps: 25
|
||||
gst_encoder: vp8enc
|
||||
gst_params:
|
||||
target-bitrate: round(3072 * 650)
|
||||
cpu-used: 4
|
||||
end-usage: cbr
|
||||
threads: 4
|
||||
deadline: 1
|
||||
undershoot: 95
|
||||
buffer-size: (3072 * 4)
|
||||
buffer-initial-size: (3072 * 2)
|
||||
buffer-optimal-size: (3072 * 3)
|
||||
keyframe-max-dist: 25
|
||||
min-quantizer: 4
|
||||
max-quantizer: 20
|
||||
show_pointer: true
|
||||
hq:
|
||||
fps: 25
|
||||
gst_encoder: vp8enc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue