Difference between revisions of "Stream.CL Versions"

From SOUND4wiki
m (0.9.1)
(1.1.10)
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Stream.CL extension supports only Live mode.
 
Stream.CL extension supports only Live mode.
  
Libraries can be found in http://download.sound4.biz/
+
Libraries can be found in [http://download.sound4.biz/1%20-%20%20SOFTWARE%20PROCESSING%20|/5%20-%20%20PLUGIN%20|%20Stream.CL%20(Streaming%20for%3A%20IMPACT.CL%2C%20x1.CL)/ download.sound4.biz]
 +
 
 +
==1.1==
 +
Linux compatibility : needs GLibC 2.31 and kernel 5.4
 +
===1.1.10===
 +
(Testing - 2025-12-01)
 +
 
 +
* Add individual gain per stream
 +
* Add safety clipper
 +
* HTML interface improvements
 +
* Security updates
 +
 
 +
===1.1.9===
 +
(Testing - 2025-11-18)
 +
 
 +
*Correct extra Kantar usage with same sampling-rate
 +
 
 +
===1.1.8===
 +
(Testing - 2025-11-13)
 +
 
 +
*Support for extra Kantar watermarking
 +
*Security updates
 +
 
 +
BUG : audio troubles when using extra Kantar with same sampling-rate
 +
 
 +
===1.1.7===
 +
(2025-07-04)
 +
 
 +
*Metadata: in TCP server, drop the first connection when a new one opens
 +
*Metadata: better support for single connection sending XML or JSON multiple times
 +
*Minor logging corrections
 +
 
 +
===1.1.6===
 +
(2025-06-13)
 +
 
 +
*Better lock-free processing, avoiding some spurious high CPU usage on some x86 processors
 +
*Security updates
 +
*Library:
 +
**Corrections in stopping plugins
 +
**Correct little memory leaks on exit
 +
 
 +
===1.1.5===
 +
(2025-04-17)
 +
 
 +
*Security updates
 +
*Library:
 +
**Correct PresetManager_InformChange which was not working
 +
**Cleanup and improve documentation
 +
 
 +
===1.1.4===
 +
(2025-03-24)
 +
 
 +
*Multiple fixes, notably on instances creation/destruction and storage errors, and log headers
 +
*Improve performances (lock-free real-time processing)
 +
*Library
 +
**Add parameter STREAM_THREAD_PRIO to force streaming threads' priorities
 +
**Fix possible long initializing tasks running in processing's thread
 +
 
 +
===1.1.3===
 +
(Testing 2024-12-18)
 +
 
 +
*Library
 +
**Better handling of all JSON errors in protocol
 +
 
 +
===1.1.2===
 +
(2024-10-08)
 +
 
 +
*HLS corrections
 +
*Various minor encoding fixes
 +
*Minor security update
 +
*Library: support for Darwin/arm64 (beta)
 +
 
 +
===1.1.1===
 +
(PREVIEW - 2024-07-19)
 +
 
 +
*Library: Reuse CA certificate configuration from main process for streamers.
 +
 
 +
===1.1.0===
 +
(2024-06-07)
 +
 
 +
*ARM64: support SVE2 optimizations
 +
*Correct possible crash with license proxy
 +
 
 +
==1.0==
 +
===1.0.2===
 +
(2024-04-26)
 +
 
 +
*Licenses: correction to be more error resilient
 +
 
 +
===1.0.1===
 +
(2024-04-05)
 +
 
 +
*Optimize license retrieving (especially in file mode)
 +
*Library:
 +
**Correct possible data race error in multiple instances
 +
**Correct memory leak on license failure
 +
 
 +
===1.0.0===
 +
(Preview - 2024-02-29)
 +
 
 +
*MPEG-TS: send metadata in ID3 PES stream
 +
*Can set cut-off frequency for codecs which support it
 +
*MP3: can disable bit-reservoir
 +
*Licenses: dynamic refresh validity date
  
 
==0.9==
 
==0.9==
 
Preliminary testing versions.
 
Preliminary testing versions.
 +
 +
Linux compatibility : needs GLibC 2.19 and kernel 3.13
 +
 +
===0.9.5===
 +
(Testing 2024-02-15)
 +
 +
*Library:
 +
**Correction for loading extensions in a different folder
 +
 +
===0.9.3===
 +
(Testing 2024-02-07)
 +
 +
*Library:
 +
**File change watching is not possible in container's volumes : avoid crash
 +
 +
===0.9.2===
 +
(Testing 2024-02-02)
 +
 +
*Metadata TCP server : Correct metadata parsing when received by chunks in XML or JSON modes.
  
 
===0.9.1===
 
===0.9.1===
Line 15: Line 137:
  
 
*First version for testing
 
*First version for testing
 +
 +
[[Category:Cloud]]
 +
[[Category:Versions]]

Latest revision as of 14:37, 1 December 2025

Stream.CL extension supports only Live mode.

Libraries can be found in download.sound4.biz

1.1

Linux compatibility : needs GLibC 2.31 and kernel 5.4

1.1.10

(Testing - 2025-12-01)

  • Add individual gain per stream
  • Add safety clipper
  • HTML interface improvements
  • Security updates

1.1.9

(Testing - 2025-11-18)

  • Correct extra Kantar usage with same sampling-rate

1.1.8

(Testing - 2025-11-13)

  • Support for extra Kantar watermarking
  • Security updates

BUG : audio troubles when using extra Kantar with same sampling-rate

1.1.7

(2025-07-04)

  • Metadata: in TCP server, drop the first connection when a new one opens
  • Metadata: better support for single connection sending XML or JSON multiple times
  • Minor logging corrections

1.1.6

(2025-06-13)

  • Better lock-free processing, avoiding some spurious high CPU usage on some x86 processors
  • Security updates
  • Library:
    • Corrections in stopping plugins
    • Correct little memory leaks on exit

1.1.5

(2025-04-17)

  • Security updates
  • Library:
    • Correct PresetManager_InformChange which was not working
    • Cleanup and improve documentation

1.1.4

(2025-03-24)

  • Multiple fixes, notably on instances creation/destruction and storage errors, and log headers
  • Improve performances (lock-free real-time processing)
  • Library
    • Add parameter STREAM_THREAD_PRIO to force streaming threads' priorities
    • Fix possible long initializing tasks running in processing's thread

1.1.3

(Testing 2024-12-18)

  • Library
    • Better handling of all JSON errors in protocol

1.1.2

(2024-10-08)

  • HLS corrections
  • Various minor encoding fixes
  • Minor security update
  • Library: support for Darwin/arm64 (beta)

1.1.1

(PREVIEW - 2024-07-19)

  • Library: Reuse CA certificate configuration from main process for streamers.

1.1.0

(2024-06-07)

  • ARM64: support SVE2 optimizations
  • Correct possible crash with license proxy

1.0

1.0.2

(2024-04-26)

  • Licenses: correction to be more error resilient

1.0.1

(2024-04-05)

  • Optimize license retrieving (especially in file mode)
  • Library:
    • Correct possible data race error in multiple instances
    • Correct memory leak on license failure

1.0.0

(Preview - 2024-02-29)

  • MPEG-TS: send metadata in ID3 PES stream
  • Can set cut-off frequency for codecs which support it
  • MP3: can disable bit-reservoir
  • Licenses: dynamic refresh validity date

0.9

Preliminary testing versions.

Linux compatibility : needs GLibC 2.19 and kernel 3.13

0.9.5

(Testing 2024-02-15)

  • Library:
    • Correction for loading extensions in a different folder

0.9.3

(Testing 2024-02-07)

  • Library:
    • File change watching is not possible in container's volumes : avoid crash

0.9.2

(Testing 2024-02-02)

  • Metadata TCP server : Correct metadata parsing when received by chunks in XML or JSON modes.

0.9.1

(Testing 2024-02-01)

  • Metadata TCP server : listen both IPv4 and IPv6 in Windows

0.9.0

(Testing 2024-01-25)

  • First version for testing