| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The alphabetic sorting within the slide dir was ignored so far. Now the sorting
is considered while adding slides for transmission.
Furthermore now also files starting with "." are added (except the ./.. dirs).
|
| |
|
| |
|
| |
|
|
|
|
| |
- SLSManager: store PADPacketizer ref + fix spacing
|
| |
|
|
|
|
|
|
|
|
| |
- DLSManager: store PADPacketizer ref
- DABCharset: convert enum to enum class
- DL cmd prefix: output reserved instead of charset (does not make a difference)
- MOT header: get charset from enum class
- .gitignore: add Eclipse files
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Parses an optional ".sls_params" file for each slide and hence allows to set:
* CategoryID/SlideID
* CategoryTitle
* ClickThroughURL
* AlternativeLocationURL
|
| |
|
|
|
|
|
| |
Since it conflicts with other crc implementation in imagemagic lib.
This resulted in png images that would not open due to "crc error".
|
|
|