diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-07 13:18:13 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-07 13:22:31 +0200 |
commit | 2e04e80966d435f4e0c5f472d501b45ec52aba33 (patch) | |
tree | e6e4fbc484f2076df1135ed2262fd4d091e26e6e /README.md | |
parent | 274c56665d98a392b4488b5cbe4bf7206181c5fc (diff) | |
download | ODR-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.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 ----------------- |