summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-08 14:12:33 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-08 14:12:33 +0000
commite5452e51725fbc28d6dbe4b112ddf94eb4c4f223 (patch)
treefef26486d5c1022a1d306dca1dc5344e7186041c /common.h
parent50700b46a58cb08a527763905746175891d05dc1 (diff)
Make the idle timeout on the RTSP link the same as the overall timeout -- 30 seconds is a bit short. Add checks to the alsa interface timing -- 15 ms to write a packet of frames, 1 ms to ask for the delay.
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index a9f4ab7..abf19e7 100644
--- a/common.h
+++ b/common.h
@@ -184,6 +184,10 @@ typedef struct {
int loudness;
float loudness_reference_volume_db;
int alsa_use_hardware_mute;
+
+ double alsa_maximum_interface_response_time;
+ double alsa_maximum_write_time;
+
#if defined(CONFIG_DBUS_INTERFACE)
enum dbus_session_type dbus_service_bus_type;
#endif