From: Mike Brady Date: Sat, 8 Dec 2018 14:13:04 +0000 (+0000) Subject: Make the idle timeout on the RTSP link the same as the overall timeout -- 30 seconds... X-Git-Tag: 3.3RC0~114^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697d654b4144da78eef40341103471f78a936a58;p=thirdparty%2Fshairport-sync.git 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. --- diff --git a/configure.ac b/configure.ac index 8f3248ab..7d209028 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d34], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d35], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])