aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-07 13:18:13 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-07 13:22:31 +0200
commit2e04e80966d435f4e0c5f472d501b45ec52aba33 (patch)
treee6e4fbc484f2076df1135ed2262fd4d091e26e6e /README.md
parent274c56665d98a392b4488b5cbe4bf7206181c5fc (diff)
downloadODR-AudioEnc-2e04e80966d435f4e0c5f472d501b45ec52aba33.tar.gz
ODR-AudioEnc-2e04e80966d435f4e0c5f472d501b45ec52aba33.tar.bz2
ODR-AudioEnc-2e04e80966d435f4e0c5f472d501b45ec52aba33.zip
Add -R option to restart input on fault
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c90d54..232e9b1 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,7 @@ Requirements:
* A C++11 compiler
* FDK-AAC with the DAB+ patches
-* Install ZeroMQ 4.0.4 or more recent
- * If your distribution does not include it, take it from
- from http://download.zeromq.org/zeromq-4.0.4.tar.gz
+* ZeroMQ 4.0.4 or more recent
* JACK audio connection kit (optional)
* The alsa libraries (libasound2, optional)
* libvlc and vlc for the plugins (optional)
@@ -185,6 +183,10 @@ odr-audioenc returns:
* 4 it the ZeroMQ send failed
* 5 if the input had a fault
+You can use the *-R* option to get ODR-AudioEnc to restart the input automatically after
+a fault. This does not guarantee that the odr-audioenc process will never die, and running
+it under a process supervisor is encouraged regardless of this feature being enabled or not.
+
Known Limitations
-----------------