25 | | |
26 | | ---- |
27 | | |
28 | | Other controls only available through environment variables for fine tuning - which should rarely be needed: |
29 | | * {{{XPRA_GSTREAMER1}}} (defaults to {{{1}}}) set to {{{0}}} to try to use GStreamer 0.10 instead of 0.10 |
30 | | * {{{XPRA_ALLOW_SOUND_LOOP}}} (defaults to {{{0}}}) can be set to {{{1}}} to forward sound to / from the same pulseaudio server, potentially creating a loop (not recommended) |
31 | | * {{{XPRA_PULSEAUDIO_DEVICE_NAME}}} to use a specific device if there is more than one device to choose from (can happen when using an existing pulseaudio server with more than one output device attached) |
32 | | * {{{XPRA_SOUND_CODEC_ENABLE_xxxx}}} (replace xxxx with a codec name): can be used to force enable a specific codec (not recommended) |
33 | | * {{{XPRA_SOUND_QUEUE_TIME}}} can be used to control the default amount of buffering on the receiver. |
34 | | * {{{XPRA_SOUND_GRACE_PERIOD}}} (defaults to {{{2000}}}, in milliseconds) errors will be ignored during this grace period after starting sound forwarding, to allow the sound forwarding to settle down |
35 | | * {{{XPRA_SOUND_SINK}}}: the default sink to use (auto-detected) |
36 | | * {{{XPRA_SOURCE_APPSINK}}}: the "appsink" to use for capturing sound |
37 | | * {{{XPRA_SOUND_SOURCE_JITTER}}} (defaults to {{{0}}}) fault injection which can be used to simulate jitter |
| 41 | |
| 42 | {{{#!div class="box" |
| 43 | == Advanced Control == |
| 44 | Other controls only available through environment variables for fine tuning - which should rarely be needed: |
| 45 | * {{{XPRA_PULSEAUDIO_DEVICE_NAME}}} to use a specific device if there is more than one device to choose from (can happen when using an existing pulseaudio server with more than one output device attached) |
| 46 | * {{{XPRA_SOUND_CODEC_ENABLE_xxxx}}} (replace xxxx with a codec name): can be used to force enable a specific codec (not recommended) |
| 47 | * {{{XPRA_SOUND_QUEUE_TIME}}} can be used to control the default amount of buffering on the receiver. |
| 48 | * {{{XPRA_SOUND_GRACE_PERIOD}}} (defaults to {{{2000}}}, in milliseconds) errors will be ignored during this grace period after starting sound forwarding, to allow the sound forwarding to settle down |
| 49 | * {{{XPRA_SOUND_SINK}}}: the default sink to use (auto-detected) |
| 50 | * {{{XPRA_SOURCE_APPSINK}}}: the "appsink" to use for capturing sound |
| 51 | * {{{XPRA_SOUND_SOURCE_JITTER}}} (defaults to {{{0}}}) fault injection which can be used to simulate jitter |
| 52 | }}} |