# 0.17.2

## 0.17.2.4-1 (December 10, 2024) <a href="#id-4-1" id="id-4-1"></a>

### OvenMediaEngine

#### \[Compatibility]

* Compatible with dependencies (`prerequisites.sh`) installed in 0.14.9 or later.
* Compatible with `Server.xml` used in 0.12.6 or later.
* Compatible with version 0.15.12 or higher of Origin or Edge.

#### \[Changed]

* Changed to CUDA Scaler instead of NPP Scaler.
* The value of the `crossDomains` field in the API response has been changed as follows:

*Before*

```xml
"crossDomains": [
    "url1",
    "url2"
]
```

*After*

```xml
"crossDomains": {
    "urls": [
        "url1",
        "url2"
    ],
    "headers": [
        {"key": "value"},
        {"key2": "value2"}
    ]
}
```

***

## 0.17.2.3-1 (December 6, 2024) <a href="#id-3-1" id="id-3-1"></a>

### OvenMediaEngine

#### \[Compatibility]

* Compatible with dependencies (`prerequisites.sh`) installed in 0.14.9 or later.
* Compatible with `Server.xml` used in 0.12.6 or later.
* Compatible with version 0.15.12 or higher of Origin or Edge.

#### \[Added]

* Added a feature to generate Audio Timestamp precisely in RTMP.

#### \[Improved]

* Improved the segmentation policy of LLHLS to provide more stable streaming.
* Improved the stability of `ScheduledChannel` to provide more stable streaming.

#### \[Fixed]

* Fixed an issue where RTMP had compatibility issues with some encoders (regression bug).
* Fixed an issue where `AdmissionWebhooks` might not include the stream name.
* Fix to prevent propagation of reserved keyword `format=ts` when `PropagateQueryString` is `true`.

***

## 0.17.2.2-1 (November 13, 2024) <a href="#id-2-1" id="id-2-1"></a>

### OvenMediaEngine

#### \[Compatibility]

* Compatible with dependencies (`prerequisites.sh`) installed in 0.14.9 or later.
* Compatible with `Server.xml` used in 0.12.6 or later.
* Compatible with version 0.15.12 or higher of Origin or Edge.

#### \[Added]

* Added thread count setting for S/W-based decoder.
* Added decoding of only keyframes when no video encoding is present

#### **\[Fixed]**

* Fixed hardware resource release on program exit.

***

## 0.17.2.1-1 (November 8, 2024) <a href="#id-1-1" id="id-1-1"></a>

### OvenMediaEngine

#### \[Compatibility]

* Compatible with dependencies (`prerequisites.sh`) installed in 0.14.9 or later.
* Compatible with `Server.xml` used in 0.12.6 or later.
* Compatible with version 0.15.12 or higher of Origin or Edge.

#### \[Added]

* Support ID3 Timed Metadata in HLSv3.

#### **\[Improved]**

* Improved to delete unused Sessions faster in LLHLS Publisher.
* Improved to prevent Stream from being deleted while recording.

#### **\[Fixed]**

* Fixed an issue where only one recording and push were possible in one stream.

### Web Console

#### **\[Fixed]**

* Change the output stream name to be set correctly.
* Change `keyFrameInterval` type from Integer to Double.

#### **\[**&#x49;mprove&#x64;**]**

* Improve visibility while multiple output profiles are set.

***

## 0.17.2.0-1 (October 29, 2024) <a href="#id-0-1" id="id-0-1"></a>

### OvenMediaEngine

#### \[Compatibility]

* Compatible with dependencies (`prerequisites.sh`) installed in 0.14.9 or later.
* Compatible with `Server.xml` used in 0.12.6 or later.
* Compatible with version 0.15.12 or higher of Origin or Edge.

#### \[Added]

* Added RTMP Authentication feature.
* HEAD method support in LLHLS, HLS, and API.

#### **\[Improved]**

* Improved to maintain the order of the Playlist in HLSv3.

#### **\[Fixed]**

* Fixed an issue where memory could be exhausted if incorrect RTMP packets were continuously received.
* Fixed an issue where the encoder could not be selected by codec name.
* Fixed an issue where some versions could not load the NVIDIA driver.
* Fixed an issue where Safari could stop intermittently when changing ABR.
* Fixed an issue where a crash occurred when the policy value was empty in `SignedPolicy`.
