From 0954d2585de7f1129ba926cd5edba32c04a909e1 Mon Sep 17 00:00:00 2001 From: Fabian Jackl Date: Sat, 12 Jan 2019 07:39:28 -0800 Subject: [PATCH] Audio is currently not working, at least not on the Xiaofang. So disable Audio by default to temporarily fix #8 --- etc/rtspserver.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rtspserver.conf.dist b/etc/rtspserver.conf.dist index 720743b..841ab9d 100644 --- a/etc/rtspserver.conf.dist +++ b/etc/rtspserver.conf.dist @@ -32,7 +32,7 @@ VIDEOFORMAT=2 # AudioFormat # Can be: OPUS | MP3 | PCM | PCMU -AUDIOFORMAT=MP3 +AUDIOFORMAT=OFF # Audio sampling rate AUDIOINBR=16000 # Audio streaming sampling rate