Skip to content

Releases: OvenMediaLabs/OvenMediaEngine

v0.15.1

27 Feb 09:41

Choose a tag to compare

[Compatibility]

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

[Added]

  • Support IPv6
  • Support WHIP

[Improved]

  • Improved API server to handle Preflight requests
  • Improved bitrate and framerate calculation logic
  • Improved not to drop incoming packets before stream start
  • Improved OriginMapStore to support RTSP URLs

[Fixed]

  • Fixed CORS header sometimes not working
  • Fixed an issue where the GPU driver installation script would sometimes not work

v0.15.0

31 Jan 11:19

Choose a tag to compare

[Compatibility]

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

[Improved]

  • Improved quality of the WebRTC Provider's stream

[Fixed]

  • Fixed an issue that could crash intermittently when a playback request came before the stream was initialized
  • Fixed the problem that OriginMapStore malfunctioned in multithread
  • Fixed an issue that malfunctioned when the input stream's resolution dynamically changed when using a hardware encoder
  • Fixed an issue Stream IDs could be duplicated

v0.14.18

22 Dec 05:46

Choose a tag to compare

[Compatibility]

  • Compatible with dependencies(prerequisites.sh) installed in 0.14.9 or later
    • Recommendation : Update to OpenSSL 3.0.7 by rerunning prerequisites.sh to fix the security issue.
    • Recommendation2 : jemalloc is used again. Run prerequisites.sh to update to jemalloc 5.3.0.
  • Compatible with version 0.14.8 or higher of Origin or Edge
  • Compatible with Server.xml used in 0.12.6 or later

[Added]

  • Added API to dump LLHLS stream
  • Added LLHLS DVR

[Fixed]

  • Fixed an issue where the LLHLS session was not renewed

v0.14.17

09 Dec 13:20

Choose a tag to compare

[Compatibility]

  • Compatible with dependencies(prerequisites.sh) installed in 0.14.9 or later
    • Recommendation : Update to OpenSSL 3.0.7 by rerunning prerequisites.sh to fix the security issue.
    • Recommendation2 : jemalloc is used again. Run prerequisites.sh to update to jemalloc 5.3.0.
  • Compatible with version 0.14.8 or higher of Origin or Edge
  • Compatible with Server.xml used in 0.12.6 or later

[Added]

  • Added API to send ID3 Timed metadata to LLHLS stream

[Fixed]

  • Fixed issue where sigsegv occurs intermittently while LLHLS stream is being deleted.

v0.14.16

23 Nov 02:16

Choose a tag to compare

[Compatibility]

  • Compatible with dependencies(prerequisites.sh) installed in 0.14.9 or later

    • Recommendation : Update to OpenSSL 3.0.7 by rerunning prerequisites.sh to fix the security issue.
    • Recommendation2 : jemalloc is used again. Run prerequisites.sh to update to jemalloc 5.3.0.
  • Compatible with version 0.14.8 or higher of Origin or Edge

  • Compatible with Server.xml used in 0.12.6 or later

[Added]

  • Added various macros to <OutputPath> of LLHLS Dump

[Changed]

  • Changed the policy of <Encodes><Video><ThreadCount>
    • -1: automatic thread count of OME / 0: automatic thread count of codec / 1 or more: same as before
  • Changed to allow even certain parts in the RTMP Sequence Header that violate the standard
  • Changed to use jemalloc again

[Fixed]

  • Fixed an issue where memory continued to grow when a long keyframe interval stream was input to LLHLS.

v0.14.15

14 Nov 07:42

Choose a tag to compare

[Compatibility]

Compatible with dependencies(prerequisites.sh) installed in 0.14.9 or later

  • Recommendation : Update to OpenSSL 3.0.7 by rerunning prerequisites.sh to fix the security issue.

Compatible with version 0.14.8 or higher of Origin or Edge
Compatible with Server.xml used in 0.12.6 or later

[Added]

  • Added setting <Publishers><LLHLS><CacheControl>

[Improved]

  • Improved LLHLS stability
  • Improved LLHLS playlist creation efficiency

[Changed]

  • Changed HTTP server to respond 404 instead of 500 to unknown file request
  • Changed so that the LLHLS segment can be accessed for a certain period of time even after being pushed out of the chunklist
  • Changed <ThreadCount> 0 to use encoder's automatic thread count feature

[Fixed]

  • Fixed OriginMapStore not working
  • Fixed an issue where the keyframe interval was inaccurate

v0.14.14

27 Oct 08:01

Choose a tag to compare

[Compatibility]

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

[Added]

  • Added PART_HOLD_BACK setting to LLHLS

[Fixed]

  • Fixed the problem that the stream pulled by RTSP Pull is not transcoded
  • Fixed LLHLS Dump failing under certain conditions

v0.14.13

21 Oct 09:03

Choose a tag to compare

[Compatibility]

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

[Fixed]

  • Fixed RTSP to ignore and start even if there are unsupported media types
  • Fixed the problem that LLHLS does not start when a stream is input with RTSP pull
  • Fixed LLHLS hint appearing in the wrong place

v0.14.12

18 Oct 06:55

Choose a tag to compare

[Compatibility]

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

[Fixed]

  • Fixed an issue where the memory usage of LLHLS streams that failed to start continued to increase
  • Fixed an issue where memory usage continues to increase even when the LLHLS dump does not work

[Improved]

  • #EXT-X-PROGRAM-DATE-TIME time more accurately to be closer to the wall clock
  • Added Redhat Enterprise 8 version to installation script

v0.14.11

06 Oct 05:38

Choose a tag to compare

[Compatibility]

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

[Added]

  • Added function to dump LLHLS live to file for VoD

[Fixed]

  • Fixed LLHLS sending files from different streams

[Improved]

  • Improved LLHLS segment length calculation method