-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathchangelog.txt
59 lines (47 loc) · 1.78 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## [v5.0.0] - 2020-09-23 - Yoann QUERET <[email protected]>
### Requirement
- ODR-AudioEnc v3.0.0
- ODR-SourceCompanion v1.0.0
- ODR-PadEnc v3.0.0
### New Feature / Change
- Add odr-padenc raw-slides option
- Add additional supervisor option by encoder (only via editing config file at this time)
- Display ODR tools version
- ODR-padenc socket support
- Change supervisor stderr logging
- Communication between odr-audioenc/odr-sourcecompanion use socket instead fifo
### Bug fixes
- Solve issue with SNMP request on AVT with last firmware (ClockSource)
## [v4.0.3] - 2020-05-25 - Yoann QUERET <[email protected]>
### Requirement
- ODR-AudioEnc v2.6.0
- ODR-SourceCompanion v0.6.0
- ODR-PadEnc v2.3.0
### New Feature
- Add GStreamer support (require ODR-AudioEnc v2.6.0)
- Add EDI/tcp output support with identifier and timestamps delay (require ODR-DabMux v3.1.0)
- You can choose to start or not a coder at startup
- You can define a max_encoder_instance to add limit for example depending on your hardware limitation
### Changed
- Some change in config.json, but automatically changed at startup
## Note about version V4.0.3
* Add audio level bar graph
* AVT AE1 and AVT AE4 support
* AES67 experimental support
* need odr-audioenc v2.6.0 or higher
* need odr-sourcecompanion v0.6.0 or higher
* need odr-padenc v2.3.0 or higher
## Note about version V4.0.1
* resolve 500 Internal server error when adding user
## Note about version V4.0.0 :
* python 2 is deprecated. Use python 3
* Multi encoder support
* aes67 input support (experimental)
* restart encoder after blank detection
* Raw DLS support
* Uniform PAD support
* Can choose to enable/disable writing ICY Text when using a stream as input
* AVT Status windows (via SNMP)
* Edit DLS
* Status page refactoring
* ...