Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PAD: add function to check if specific DG in queue | Stefan Pöschel | 2017-08-24 | 1 | -0/+7 |
| | | | | | The function allows to check e.g. if the previous slide is still in transmission, in order to postpone the transmission of the current one. | ||||
* | Make data group apptypes constants | Stefan Pöschel | 2017-08-24 | 1 | -1/+2 |
| | |||||
* | PAD: add option to output also sole F-PAD | Stefan Pöschel | 2017-08-23 | 1 | -3/+4 |
| | |||||
* | Add recovery on broken pipe | Stefan Pöschel | 2017-04-07 | 1 | -2/+10 |
| | | | | | | | | | When the opposite side of the PAD FIFO disconnects (e.g. due to crash of the audio encoder), ODR-PadEnc crashed as well due to SIGPIPE. This commit changes the behaviour. From now on instead error messages are displayed and it is possible for a new instance of the audio encoder to reconnect to the still running ODR-PadEnc instance. | ||||
* | Small refactorings | Stefan Pöschel | 2017-02-15 | 1 | -0/+4 |
| | |||||
* | Move Slideshow stuff to new SLSManager | Stefan Pöschel | 2017-02-11 | 1 | -0/+14 |
| | |||||
* | PAD: insert DLS regularly while SLS transmission | Stefan Pöschel | 2017-02-06 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | When a slide is transmitted, now every 50 PADs the current DLS is inserted (and thereby reread from file). Hence in the best case (AAC-LC @ 48 kHz), DLS is inserted every 1000ms; in the worst case (HE-AAC @ 32 kHz) it is inserted every 3000ms. This way a listener will get DLS much earlier after switching to a service, compared to the previous situation where the slide transmission was not interrupted for DLS insertion. Note that there still remains a delay without any PAD, between the end of a slide transmission and the start of the next one's transmission. Also note that adding a feedback channel from the audio encoder to ODR-PadEnc will make this improvement obsolete. | ||||
* | PAD: make PADPacketizer queue private | Stefan Pöschel | 2017-02-06 | 1 | -0/+7 |
| | |||||
* | Relocate common PAD code | Stefan Pöschel | 2017-02-04 | 1 | -0/+287 |