OvenMediaEngine Enterprise
English
English
  • Introduction
  • OvenMediaEngine Configuration
  • Getting Started
    • Getting Started with Ubuntu
    • Getting Started with RHEL
    • Getting Started with Docker
  • Enterprise-grade Features
    • Web Console
      • Web Console Configuration
      • Sign In
      • Change Password
      • Web Console Home
        • Stream List
      • Stream Monitoring
        • Managed and Instant Streams
        • Scheduled Channels | 0.16.4.0+
        • Multiplex Channels | 0.16.5.0+
      • Monitoring
      • Logs
      • Configuration Files
      • Settings
        • Server
        • Live Sources (Ingress Protocols)
          • RTMP | 0.9.0.0+
          • WebRTC/WHIP | 0.12.0.0+/0.15.1.0+
          • SRT | 0.12.0.0+
          • MPEG-2 TS | 0.10.4.0+
          • Scheduled Channels | 0.16.4.0+
          • Multiplex Channels | 0.16.5.0+
        • ABR and Transcoding
          • Transcoding
          • Output Profiles
          • Adaptive Bitrate Streaming (ABR) | 0.14.3.0+
          • Encodes
          • Conditional Transcoding
        • Streaming (Egress Protocols)
          • WebRTC/WHIP | 0.9.0.0+/0.15.1.0+
          • Low Latency HLS (LLHLS) | 0.14.0.0+
          • Legacy HLS | 0.16.6.0+
        • TLS Encryption | 0.14.0.0+
        • Access Control
          • Signed Policy | 0.12.0.0+
          • Admission Webhooks | 0.12.2.0+
        • Thumbnail | 0.15.7.0+
        • Recording | 0.16.5.0+
        • Push Publishing | 0.15.14.0+
        • REST API | 0.11.0.0+
        • Alert | 0.15.11.0+
      • Restart
    • Record Delivery | 0.16.5.0+
    • Digital Rights Management (DRM)
      • OvenMediaEngine Configuration for DRM | 0.16.0.0+
      • PallyCon DRM Configuration | 0.16.4.0+
    • Hardware-Accelerated Video Encoding | 0.16.4.0+
    • Proxy Protocol Integration | 0.16.6.2+
    • Event Monitoring | 0.18.1.0+
      • Configuration
      • Event Specification
    • Web Console Publishing | 0.18.1.2+
  • Advanced Management Tools
    • API Storage | 0.17.0.0+
    • Restart Application | 0.17.0.0+
    • Publisher Extension
    • RTMP Authentication | 0.17.2.0+
    • Generating Audio PTS | 0.17.2.3+
    • Inserting AMF0 messages in RTMP Push Publisher | 0.17.3.0+
    • Inserting Ad Markers (EXT-X-CUE-OUT/EXT-X-CUE-IN) | v0.17.3.0+
    • Inserting SEI into H.264 (AVC) Streams | v0.18.0.0+
  • Release Notes
    • 0.18.1 (May 9, 2025 update)
    • 0.18.0
    • 0.17.3
    • 0.17.2
    • 0.17.1
    • 0.17.0
    • 0.16.8
    • 0.16.7
    • 0.16.6
    • 0.16.5
    • 0.16.4
Powered by GitBook
On this page
  • 0.17.2.4-1 (December 10, 2024)
  • OvenMediaEngine
  • 0.17.2.3-1 (December 6, 2024)
  • OvenMediaEngine
  • 0.17.2.2-1 (November 13, 2024)
  • OvenMediaEngine
  • 0.17.2.1-1 (November 8, 2024)
  • OvenMediaEngine
  • Web Console
  • 0.17.2.0-1 (October 29, 2024)
  • OvenMediaEngine
  1. Release Notes

0.17.2

0.17.2.4-1 (December 10, 2024)

OvenMediaEngine

[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

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

After

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

0.17.2.3-1 (December 6, 2024)

OvenMediaEngine

[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)

OvenMediaEngine

[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

[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.

[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.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.

Previous0.17.3Next0.17.1

Last updated 5 months ago