Releases: AirenSoft/OvenMediaEngine
Releases · AirenSoft/OvenMediaEngine
v0.14.16
[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
[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
[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
[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
[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
[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
v0.14.10
[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 a possibility that
SIGSEGV
could occur when requesting play to a non-existent app in LLHLS
v0.14.9
[Compatibility]
- MUST run
misc/prerequisites.sh
. The external library has been updated. - 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
stream_key
query string to LLHLS - Added
OriginMapStore
feature
[Fixed]
- Removed limit(cutoff) of audio frequency of OPUS
[Changed]
- Changed OpenH264 version to 2.3.0
v0.14.8
[Compatibility]
- Compatible with dependencies(
prerequisites.sh
) installed in 0.14.4 or later - MUST upgrade both Origin/Edge to 0.14.8. A problem has been found in older versions of Edge.
- Compatible with
Server.xml
used in 0.12.6 or later
[Fixed]
- Fixed a broken playlist in Edge
v0.14.7
[Compatibility]
- Compatible with dependencies(
prerequisites.sh
) installed in 0.14.4 or later - Compatible with version 0.14.3 or later of Origin or Edge
- Compatible with
Server.xml
used in 0.12.6 or later
[Fixed]
- Fixed an issue where
AdmissionWebhooks
did not work properly inLLHLS
- Fixed an issue where HTTP/2 could potentially cause
SIGSEGV