/usr/share/farstream/0.2/fsrawconference/default-element-properties is in libfarstream-0.2-5 0.2.7-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Put the desired properties in the style of
#
# [element name]
# prop1=val1
# Set appropriate buffer/latency parameters for voip. The key parameter is
# buffer-time, which determines the latency in the conventional sense (X us of
# buffering between client and playback/capture. We take a conservatively high
# value for these to lower CPU load on less powerful systems.
[pulsesink]
latency-time=20000
buffer-time=60000
[pulsesrc]
latency-time=20000
buffer-time=40000
|