[pulseaudio] Add "idle timeout" to Pulseaudio audio sink (#10731)
* Add "idle timeout" to pulseaudio audio sink to allow the sink to disconnect after being idle Signed-off-by: Timo Litzius <dev@dbzman-online.eu>
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
<description>Default Port to allocate for use by module-simple-protocol-tcp on the pulseaudio server</description>
|
||||
<default>4711</default>
|
||||
</parameter>
|
||||
<parameter name="simpleProtocolSinkIdleTimeout" type="integer" required="false">
|
||||
<label>Idle Timeout</label>
|
||||
<description>Timeout in ms after which the connection will be closed when no stream is running. This ensures that
|
||||
your speaker is not on all the time and the pulseaudio sink can go to idle mode.
|
||||
</description>
|
||||
<default>30000</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user