Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add possibility to set several user application types in FIG0/13 | Matthias P. Braendli | 2020-07-13 | 1 | -0/+5 |
| | |||||
* | Implement a hash function to calculate FIG 0/7 Count field | Matthias P. Braendli | 2020-03-11 | 1 | -0/+11 |
| | | | | | | 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. | ||||
* | Describe statistics in doc/STATS.md | Matthias P. Braendli | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Make EDI input TIST delay configurable | Matthias P. Braendli | 2019-12-10 | 1 | -0/+4 |
| | |||||
* | Add startupcheck functionality | Matthias P. Braendli | 2019-11-25 | 1 | -0/+6 |
| | |||||
* | Rework example mux files to prefer EDI | Matthias P. Braendli | 2019-09-23 | 1 | -49/+33 |
| | |||||
* | Make EDI input buffer configurable | Matthias P. Braendli | 2019-09-23 | 1 | -0/+9 |
| | |||||
* | Update example configurations | Matthias P. Braendli | 2019-09-05 | 1 | -6/+26 |
| | |||||
* | Work on STI-D/EDI input | Matthias P. Braendli | 2019-06-07 | 1 | -1/+2 |
| | |||||
* | Rework timestamping | Matthias P. Braendli | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | * Ensure MNSC and EDI carry the same timestamp * Rename `edi_tistoffset` to `tist_offset` * Remove conditional compilation of EDI output * Reset PPS so as to align ETI frames across mux restarts | ||||
* | Add FIG2 options for character field and text control | Matthias P. Braendli | 2019-02-16 | 1 | -1/+13 |
| | |||||
* | Add partial FIG2 label support | Matthias P. Braendli | 2019-01-29 | 1 | -1/+8 |
| | | | | | | | | | | | Add support for Ensemble label, programme services and components, although the implementation for the component label is not properly tested. (data services still to be done) Neither short labels nor UCS-2 are not yet implemented. Also, support for draftETSI TS 103 176 which redefines the meaning of Rfa is still pending. | ||||
* | Allow user to specify TAI bulletin URLs | Matthias P. Braendli | 2018-12-18 | 1 | -0/+7 |
| | |||||
* | Store leap-second cache in /var/tmp | Matthias P. Braendli | 2018-10-11 | 1 | -0/+20 |
| | |||||
* | Add support for services with different ECC in FIG0/9 | Matthias P. Braendli | 2018-07-31 | 1 | -3/+8 |
| | |||||
* | Convert labels from utf-8 to EBU | Matthias P. Braendli | 2018-02-09 | 1 | -3/+8 |
| | |||||
* | Add information about ensemble id to example.mux | MaPePeR | 2017-11-26 | 1 | -0/+3 |
| | |||||
* | Add new zeromq config format | Matthias P. Braendli | 2017-07-28 | 1 | -3/+13 |
| | | | | | | This gives the choice for the transmission of the metadata, and the enabling of the TAI downloader is also triggered appropriately | ||||
* | Document that TZ environment variable can be used | Matthias P. Braendli | 2017-06-23 | 1 | -0/+4 |
| | |||||
* | Add experimental untested STI input for AVT encoders | Matthias P. Braendli | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Add ZeroMQ RC | Matthias P. Braendli | 2016-10-07 | 1 | -0/+10 |
| | |||||
* | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 1 | -2/+11 |
| | | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken. | ||||
* | set IDs in example mux files | Matthias P. Braendli | 2016-06-17 | 1 | -1/+3 |
| | |||||
* | Add protection setting to example.mux | Matthias P. Braendli | 2016-05-06 | 1 | -0/+2 |
| | |||||
* | Simplify example.mux and create advanced example | Matthias P. Braendli | 2016-03-11 | 1 | -249/+34 |
| | |||||
* | Change EDI configuration for multi-output | Matthias P. Braendli | 2016-02-05 | 1 | -14/+26 |
| | |||||
* | Add source and ttl settings for EDI | Matthias P. Braendli | 2015-11-27 | 1 | -6/+17 |
| | |||||
* | Update documentation in example.mux | Matthias P. Braendli | 2015-11-27 | 1 | -15/+16 |
| | |||||
* | Prepare release v0.8.0v0.8.0 | Matthias P. Braendli | 2015-09-13 | 1 | -3/+0 |
| | |||||
* | Add FIG0/19 | Matthias P. Braendli | 2015-08-15 | 1 | -1/+13 |
| | |||||
* | Add cluster handling for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -0/+3 |
| | |||||
* | Implement FIG0/18 for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -0/+16 |
| | |||||
* | Document how to enable new FIG carousel | Matthias P. Braendli | 2015-08-07 | 1 | -0/+5 |
| | |||||
* | Add option to pad TAGPacket in different ways | Matthias P. Braendli | 2015-08-01 | 1 | -0/+6 |
| | |||||
* | EDI: add options, fix AF sequence, revision | Matthias P. Braendli | 2015-07-17 | 1 | -0/+7 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 1 | -2/+2 |
| | |||||
* | Security: Telnet only accessible from localhost | Matthias P. Braendli | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Define User Application Type in configuration file | Matthias P. Braendli | 2015-01-12 | 1 | -1/+19 |
| | |||||
* | Add datagroup option to config file | Matthias P. Braendli | 2014-12-25 | 1 | -2/+5 |
| | |||||
* | Always set protection in example.mux | Matthias P. Braendli | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Add double quotes to all labels in example.mux | Matthias P. Braendli | 2014-11-14 | 1 | -4/+4 |
| | |||||
* | Add experimental EDI to configuration file | Matthias P. Braendli | 2014-08-22 | 1 | -0/+18 |
| | |||||
* | Add the possibility to specify protection profile | Matthias P. Braendli | 2014-08-02 | 1 | -1/+14 |
| | |||||
* | Add explanation of output formats | Matthias P. Braendli | 2014-05-06 | 1 | -2/+22 |
| | |||||
* | Add support for automatic local-time-offset | Matthias P. Braendli | 2014-04-19 | 1 | -1/+5 |
| | |||||
* | Add CURVE authentification support for dabInputZMQ | Matthias P. Braendli | 2014-04-17 | 1 | -0/+25 |
| | |||||
* | Add zmq buffer options to config file | Matthias P. Braendli | 2014-04-11 | 1 | -12/+33 |
| | |||||
* | Add local-time-offset and intl. table options | Matthias P. Braendli | 2014-03-22 | 1 | -0/+4 |
| | |||||
* | correct RC mistakes | Matthias P. Braendli | 2014-02-14 | 1 | -21/+28 |
| | |||||
* | update example.mux | Matthias P. Braendli | 2014-02-12 | 1 | -2/+7 |
| |