Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ZMQ_ENCODER_XYZ constants | Matthias P. Braendli | 2020-03-25 | 2 | -4/+4 |
| | |||||
* | zmq2edi: also catch logic errors in main() | Matthias P. Braendli | 2020-03-18 | 1 | -2/+5 |
| | |||||
* | Implement a hash function to calculate FIG 0/7 Count field | Matthias P. Braendli | 2020-03-11 | 4 | -48/+117 |
| | | | | | | This might not be strictly standards compliant, but it avoids having to save state across mux restarts and doesn't place the burden of incrementing the number on the operator. | ||||
* | Handle errors in EDI input | Matthias P. Braendli | 2020-03-11 | 1 | -2/+14 |
| | |||||
* | Make FIG 0/7 optional and document | Matthias P. Braendli | 2020-03-11 | 5 | -13/+16 |
| | |||||
* | Simplify special FIG0/0 and 0/7 carousel handling | Matthias P. Braendli | 2020-03-11 | 1 | -59/+36 |
| | |||||
* | Merge KuntzeM's FIG0/7 | Matthias P. Braendli | 2020-03-11 | 7 | -5/+183 |
|\ | |||||
| * | add special FIG 0/7 handling to send directly after FIG 0/0 | Mathias Kuntze | 2020-03-10 | 1 | -1/+48 |
| | | |||||
| * | fixed FIG 0/7 dependency | Mathias Kuntze | 2020-03-06 | 1 | -0/+1 |
| | | |||||
| * | add FIG 0/7 | Mathias Kuntze | 2020-03-06 | 7 | -4/+134 |
| | | |||||
* | | Replace new/delete in ZMQ input by vector | Matthias P. Braendli | 2020-02-25 | 2 | -12/+13 |
| | | |||||
* | | Fix issue that input stays in Unstable when it is prebuffering | Matthias P. Braendli | 2020-02-25 | 2 | -17/+28 |
|/ | |||||
* | Make EDI input stats consistent with ZMQ when stream absent | Matthias P. Braendli | 2020-01-07 | 1 | -0/+6 |
| | |||||
* | Initialise EDI buffer_size and prebuffering to reasonable values | Matthias P. Braendli | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Make EDI input TIST delay configurable | Matthias P. Braendli | 2019-12-10 | 4 | -5/+21 |
| | |||||
* | Add startupcheck functionality | Matthias P. Braendli | 2019-11-25 | 1 | -0/+20 |
| | |||||
* | zmq2edi: never quit because of input resets, make backoff configurable | Matthias P. Braendli | 2019-11-20 | 1 | -6/+10 |
| | |||||
* | Initialise TIST with consistent system time at startup | Matthias P. Braendli | 2019-11-15 | 1 | -14/+13 |
| | | | | | | | | | | | | | | | | The change introduced in fd33dd4 (v2.4.0) had the consequence of generating different timestamp offsets depending on when exactly the mux was started. The intended goal to avoid having the NULL symbol output at a fixed offset to avoid receiver synchronisation is however not so important, because most commercial receivers will cut transmission for several seconds before resuming, and the majority of the receivers will then start resynchronising. However, the different timestamp offsets upsets some modulator input modules, which so not necessarily have enough buffering capacity. This change reverts back to the previous behaviour, where the timestamp is set to current system time, rounded to 24ms. | ||||
* | Improve zmq2edi usage screen readability | Matthias P. Braendli | 2019-10-29 | 1 | -13/+14 |
| | |||||
* | Use new EDI input API with callback | Matthias P. Braendli | 2019-10-01 | 2 | -18/+17 |
| | |||||
* | EDI input: fix timestamped frame read | Matthias P. Braendli | 2019-10-01 | 1 | -10/+11 |
| | |||||
* | Improve EDI configuration, making a few settings optional | Matthias P. Braendli | 2019-09-23 | 1 | -4/+10 |
| | |||||
* | Make EDI input buffer configurable | Matthias P. Braendli | 2019-09-23 | 3 | -6/+25 |
| | |||||
* | Add buffermanagement setting to RC | Matthias P. Braendli | 2019-09-23 | 7 | -44/+130 |
| | |||||
* | EDI in: add audio levels metadata and source version | Matthias P. Braendli | 2019-09-18 | 5 | -9/+95 |
| | |||||
* | Fix EDI with timestamping input | Matthias P. Braendli | 2019-09-05 | 12 | -47/+46 |
| | |||||
* | Take BufferManagement setting into account | Matthias P. Braendli | 2019-09-05 | 3 | -2/+30 |
| | |||||
* | Fix usage of abs() in Edi input | Matthias P. Braendli | 2019-08-27 | 1 | -2/+3 |
| | |||||
* | EDI input: add new buffer management | Matthias P. Braendli | 2019-08-27 | 11 | -62/+215 |
| | |||||
* | Make InputBase::close() return void | Matthias P. Braendli | 2019-08-27 | 11 | -16/+11 |
| | |||||
* | Make InputBase::setBitrate fail with invalid_argument instead of return value | Matthias P. Braendli | 2019-08-27 | 7 | -12/+25 |
| | |||||
* | Make InputBase::open() return void | Matthias P. Braendli | 2019-08-27 | 12 | -29/+18 |
| | |||||
* | Add missing climits include | Matthias P. Braendli | 2019-08-21 | 1 | -0/+1 |
| | |||||
* | Add virtual dtor for metadata base class | Matthias P. Braendli | 2019-08-21 | 1 | -0/+2 |
| | |||||
* | Simplify nonblocking File input | Matthias P. Braendli | 2019-08-21 | 1 | -17/+20 |
| | |||||
* | Merge 'MichelDeVittori/master' with nonblock file fix into next | Matthias P. Braendli | 2019-08-21 | 1 | -13/+9 |
|\ | |||||
| * | Update File.cpp | Michel De Vittori | 2019-07-22 | 1 | -13/+9 |
| | | |||||
| * | Update File.cpp | Michel De Vittori | 2019-07-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ediInput' into next | Matthias P. Braendli | 2019-08-21 | 44 | -5408/+406 |
|\ \ | |||||
| * | | Use EDI output from odr-mmbtools-common | Matthias P. Braendli | 2019-08-19 | 17 | -1612/+9 |
| | | | |||||
| * | | Pull in files from odr-mmbtools-common | Matthias P. Braendli | 2019-08-13 | 8 | -2147/+0 |
| | | | | | | | | | | | | Telnet RC is now single-user only. | ||||
| * | | First prototype taking EDI TIST into account for contribution | Matthias P. Braendli | 2019-07-29 | 3 | -10/+43 |
| | | | |||||
| * | | Merge branch 'next' into ediInput | Matthias P. Braendli | 2019-07-02 | 2 | -4/+4 |
| |\ \ | |||||
| * | | | Add more EDI input improvements | Matthias P. Braendli | 2019-06-25 | 2 | -0/+271 |
| | | | | |||||
| * | | | Merge EDI input work | Matthias P. Braendli | 2019-06-11 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Work on STI-D/EDI input | Matthias P. Braendli | 2019-06-07 | 10 | -398/+81 |
| | | | | | |||||
| * | | | | Unify Socket abstractions | Matthias P. Braendli | 2019-05-28 | 15 | -1302/+63 |
| | | | | | |||||
* | | | | | Increase ODR-ZMQ2EDI restart delay 5s | Matthias P. Braendli | 2019-08-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add a bit of background explanation about FIG0/19 NewFlag | Matthias P. Braendli | 2019-07-11 | 1 | -0/+13 |
| | | | | | |||||
* | | | | | Implement zmq2edi and zmq2farsync ZMQ socket reset after 10s timeout | Matthias P. Braendli | 2019-07-09 | 2 | -113/+137 |
| |_|/ / |/| | | |