0.17.2
0.17.2.4-1 (December 10, 2024)
OvenMediaEngine
[Compatibility]
- Compatible with dependencies (
prerequisites.sh) installed in 0.14.9 or later. - Compatible with
Server.xmlused 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
crossDomainsfield in the API response has been changed as follows:
Before
"crossDomains": [
"url1",
"url2"
]
After
"crossDomains": {
"urls": [
"url1",
"url2"
],
"headers": [
{"key": "value"},
{"key2": "value2"}
]
}
0.17.2.3-1 (December 6, 2024)
OvenMediaEngine
[Compatibility]
- Compatible with dependencies (
prerequisites.sh) installed in 0.14.9 or later. - Compatible with
Server.xmlused 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
ScheduledChannelto provide more stable streaming.
[Fixed]
- Fixed an issue where RTMP had compatibility issues with some encoders (regression bug).
- Fixed an issue where
AdmissionWebhooksmight not include the stream name. - Fix to prevent propagation of reserved keyword
format=tswhenPropagateQueryStringistrue.
0.17.2.2-1 (November 13, 2024)
OvenMediaEngine
[Compatibility]
- Compatible with dependencies (
prerequisites.sh) installed in 0.14.9 or later. - Compatible with
Server.xmlused 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)
OvenMediaEngine
[Compatibility]
- Compatible with dependencies (
prerequisites.sh) installed in 0.14.9 or later. - Compatible with
Server.xmlused 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
keyFrameIntervaltype from Integer to Double.
[Improved]
- Improve visibility while multiple output profiles are set.
0.17.2.0-1 (October 29, 2024)
OvenMediaEngine
[Compatibility]
- Compatible with dependencies (
prerequisites.sh) installed in 0.14.9 or later. - Compatible with
Server.xmlused 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.