Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common fc2902b and 4ad00b8: Update EDI output interleaver and spreading | Matthias P. Braendli | 2021-02-22 | 1 | -9/+7 |
| | |||||
* | Add timestamp offset to management server for EDI input | Matthias P. Braendli | 2021-02-10 | 3 | -3/+19 |
| | |||||
* | Fix warning due to zmq.hpp update | Matthias P. Braendli | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output | Matthias P. Braendli | 2021-01-18 | 4 | -27/+41 |
| | |||||
* | Add EDI transport addressing to config | Matthias P. Braendli | 2020-11-16 | 1 | -6/+7 |
| | |||||
* | FIG0/13 fix user application data length for packet subchannels | Matthias P. Braendli | 2020-11-02 | 1 | -8/+5 |
| | |||||
* | Fix a couple of static check warnings | Matthias P. Braendli | 2020-11-02 | 5 | -10/+11 |
| | |||||
* | UDP fix url parsing when rtp:// present | Matthias P. Braendli | 2020-11-02 | 1 | -2/+2 |
| | |||||
* | Rework FIG0/13, combine programme and data code paths | Matthias P. Braendli | 2020-11-02 | 1 | -91/+67 |
| | |||||
* | Add --version to zmq2edi and zmq2farsync | Matthias P. Braendli | 2020-11-02 | 2 | -0/+24 |
| | |||||
* | Rename variables edi_time and tist_offset | Matthias P. Braendli | 2020-10-14 | 2 | -16/+18 |
| | |||||
* | EDI input: fix timestamps ignored when switching from prebuffering to ↵ | Matthias P. Braendli | 2020-08-12 | 1 | -10/+10 |
| | | | | timestamped | ||||
* | Add --version option | Matthias P. Braendli | 2020-07-21 | 1 | -0/+12 |
| | |||||
* | Improve print for user-application type at startup | Matthias P. Braendli | 2020-07-15 | 1 | -33/+40 |
| | |||||
* | Fix FIG0/13 for packet services | Matthias P. Braendli | 2020-07-15 | 1 | -1/+6 |
| | |||||
* | Set basic profile in FIG0/13 SPI user application | Matthias P. Braendli | 2020-07-13 | 1 | -3/+20 |
| | |||||
* | Add possibility to set several user application types in FIG0/13 | Matthias P. Braendli | 2020-07-13 | 9 | -143/+207 |
| | |||||
* | Rework timestamped EDI input and adapt to new API | Matthias P. Braendli | 2020-05-11 | 1 | -50/+60 |
| | |||||
* | Fix FIG2 config parsing and segment count issue | Matthias P. Braendli | 2020-04-27 | 2 | -14/+7 |
| | | | | Thanks to Maik for his patch | ||||
* | Merge PR 45 with Alarm Handling | Matthias P. Braendli | 2020-04-01 | 3 | -3/+18 |
|\ | |||||
| * | Revert "add linkage set activator flag to remote controllable" | KuntzeM | 2020-03-28 | 3 | -68/+16 |
| | | | | | | | | This reverts commit fc1f1640278e7eb228ec1a6290d30b95f1b6a476. | ||||
| * | change FIG 0/0 alarm flag if an alarm cluster available in mux | KuntzeM | 2020-03-17 | 3 | -1/+10 |
| | | |||||
| * | add Alarm Announcement Workaround to set Cluster ID 0xFF in FIG 0/18 | KuntzeM | 2020-03-15 | 1 | -3/+9 |
| | | |||||
| * | add linkage set activator flag to remote controllable | KuntzeM | 2020-03-15 | 3 | -17/+69 |
| | | |||||
* | | zmq2edi: detect FCT discontinuity | Matthias P. Braendli | 2020-03-30 | 1 | -55/+68 |
| | | |||||
* | | zmq2edi: add startupcheck | Matthias P. Braendli | 2020-03-26 | 1 | -3/+33 |
| | | |||||
* | | Show total buffering time statistics in odr-zmq2edi | Matthias P. Braendli | 2020-03-26 | 3 | -55/+86 |
| | | |||||
* | | 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 |
| |