Skip to content

Releases: AirenSoft/OvenMediaEngine

v0.18.0

21 Feb 16:42
Compare
Choose a tag to compare

[Compatibility]

  • Compatible with dependencies installed via prerequisites.sh in version 0.17.3 or later
  • Compatible with the Server.xml configuration format used in version 0.12.6 or later
  • Compatible with Origin and Edge versions 0.15.12 or later

[Added]

  • Added SRT Publisher
  • Added WHIP Simulcast
  • Added simulcast support in WebRTC Provider
  • Added WebP image codec for Thumbnails
  • Added H265 in MPEG-2 TS container
  • Added SendEvents API
  • Added lookahead encoding option, excluding Xilinx encoder.
  • Added support for ${SourceStream} macro in StreamName in Push/File StreamMap file
  • Added multiple audio track support in ScheduleChannel.
  • Added #EXT-X-PROGRAM-DATE-TIME tag to HLSv3
  • Added CHARACTERISTICS attribute in #EXT-X-MEDIA tag of LLHLS

[Improved]

  • Improved to decode audio packets consisting of Multiple Frames
  • Improved the transcoder to support seamless transitions in Multi-Audio Tracks
  • Improved CORS handling for web browser in WhipServer and improve session ID retrieval
  • Improved Xilinx video sdk driver loading script
  • Improved stream info API to include default playlist

[Fixed]

  • Fixed the issue to prevent duplicate streams from being created with the same name
  • Fixed an issue where query strings included in the stream name were not handled
  • Fixed an issue where the original URL might not be preserved when calling the setter in ov::Url
  • Fixed an issue where data type statistics were not calculated
  • Fixed a crash when the input resolution changed with the Xilinx encoder
  • Fixed the issue where PTS wrap around occurs when using the XMA decoder
  • Fixed HLS timestamp was not accurate
  • Fixed an issue where scheduled channels would crash when using live channels
  • Fixed changed fallback program not applied
  • Fixed an issue where the overall system speed slowed down when logging in the journal system

[Changed]

  • Changed ubuntu version of docker host

[Removed]

  • Removed HTTP Date Header in HTTP Response

v0.17.3

17 Dec 14:58
Compare
Choose a tag to compare

[Compatibility]

  • Compatible with dependencies installed via prerequisites.sh in version 0.14.9 or later
  • Compatible with the Server.xml configuration format used in version 0.12.6 or later
  • Compatible with Origin and Edge versions 0.15.12 or later

[Added]

  • Added lookahead encoding option

[Fixed]

  • Fixed the issue to prevent duplicate streams from being created with the same name
  • Fixed an issue where query strings included in the stream name were not handled
  • Fixed an issue where the original URL might not be preserved when calling the setter in ov::Url

v0.17.2

09 Dec 11:39
Compare
Choose a tag to compare

[Compatibility]

  • Compatible with dependencies installed via prerequisites.sh in version 0.14.9 or later
  • Compatible with the Server.xml configuration format used in version 0.12.6 or later
  • Compatible with Origin and Edge versions 0.15.12 or later

[Added]

  • Added support for HEAD method in LLHLS, HLS, and API
  • Added support for ID3 Timed Metadata in HLSv3
  • Added thread count setting for software-based decoder
  • Added keyframe-only decoding when no video encoding is present

[Improvements]

  • Improved Playlist order maintenance in HLSv3
  • Improved speed of unused Session deletion in LLHLS Publisher
  • Improved prevention of Stream deletion during recording
  • Improved LLHLS segmentation policy for more stable streaming
  • Improved stability of ScheduledChannel for more reliable streaming

[Fixes]

  • 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 the NVIDIA driver could not be loaded in some versions
  • 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
  • Fixed an issue where only one recording and push were possible in one stream
  • Fixed an issue where hardware resources were not released properly on program exit
  • Fixed an issue where AdmissionWebhooks might not include the stream name

[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"}
		]
  	}

v0.17.1

07 Oct 05:20
Compare
Choose a tag to compare

[Compatibility]

  • Compatible with dependencies installed via prerequisites.sh in version 0.14.9 or later.
  • Supports Server.xml configurations from version 0.12.6 and later.
  • Compatible with Origin and Edge versions 0.15.12 and above.

[Added]

  • Added the <CreateDefaultPlaylist> option for WebRTC, LL-HLS, and HLSv3 publishers, allowing them to disable default playlist creation (default: true).

[Changes]

  • Updated LL-HLS legacy mode to use a lower HLS version (HLS version 6).
  • Modified H.264/H.265 decoding to use a different multithreading type.
  • Changed the policy so that if a track registered in an HLSv3 playlist rendition does not exist, TS files are still generated.
  • Dynamic app auto-deletion in Edge can now be disabled with the <Modules><DynamicAppRemoval> option (default: false).

[Improvements]

  • Improved Origin to continuously attempt stream registration in OriginMapStore.
  • Made ome_docker_launcher compatible with non-GNU awk.
  • Improved Docker container shutdown to properly terminate when receiving a SIGTERM signal (#1531).

[Fixes]

  • Fixed an issue where HLSDump would not write old segments to files under certain conditions.
  • Resolved a crash that occurred when applications were shutting down.
  • Fixed an issue where thumbnails were not displaying correctly when using the JPEG codec.
  • Fixed an issue where the application would suddenly stop when using Push.
  • Corrected an issue where the playback time of recorded files was displayed incorrectly.
  • Fixed Xilinx driver installation failure on Ubuntu 20.x.
  • Resolved an issue where HLSv3 could hang and continue consuming memory.
  • Modified X-TARGETDURATION to be the nearest integer number of seconds (#1700).
  • Fixed an issue where the application occasionally failed to shut down properly.
  • Corrected the use of HlsChunklistPathDepth instead of HLSChunklistPathDepth in the Mux Provider (#1694).

v0.16.8

18 Jul 15:38
Compare
Choose a tag to compare

Urgent Patch - 0.16.7 is unusable and has been removed.

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

  • Supports the following proxy values in AdmissionWebhooks and SignedPolicy
    • Nginx's X-Forwarded-For and X-Real-IP
  • Added NVIDIA Driver installation script for Rocky Linux

[Improved]

  • Improved smooth transitions in Scheduled Channel

[Fixed]

  • Fixed an issue where Edge could crash when it was running as a Dynamic Application
  • Fixed an issue where Scheduled Channels might not play in certain situations
  • Removed code for debugging that prevented WebRTC playback in 0.16.7 release

v0.16.6

05 Jul 10:20
Compare
Choose a tag to compare

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

[Changed]

  • Deprecated DASH, LLDASH, HLS
  • Changed the default number of decoder threads for S/W H.264, H.265

[Improved]

  • Improved Get Stream API to also respond with Default Playlist
  • Improved support for dynamic resolution input in XMA Codec and NV Codec
  • Supported for MPEG-2 TS containers in ScheduledChannel (#1611)
  • Supported aac in TS file and opus in MP4 file in ScheduledChannel (#1618)
  • Added various statistics to the GET Stream API (e.g. bitrateConf, bitrateAvg, bitrateLatest)
  • Improved Keyframe Interval stability in encoders
  • Supported SRT access control style streamid
  • Enhanced AppWorker distribution algorithm
  • Improved Stream Action API to work with mux and scheduled as well
  • Improved Mux Provider to not drop initial packets

[Fixed]

  • Fixed an issue where Output Stream was not created when Framerate was not set
  • Fixed issue potentially causing deadlock (#1633)
  • Fixed crash issue when unable to obtain tc_url from RTMP stream (#1631, #1639)
  • Fixed RTMP compatibility issue (#1631)
  • Fixed MPEG-2 TS buffer not being consumed under certain conditions
  • Fixed AUD NAL code

v0.16.5

15 Mar 06:22
Compare
Choose a tag to compare

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

[Changed]

  • Change the root of the relative path of Multiplex Provider and Scheduled Provider from the path where the existing binary was located to the path where Server.xml is located
  • Changed the base image of Dockerfile to Ubuntu 22.04 (#1527)

[Improved]

  • Improved to change the output resolution to a multiple of 4 for XMA compatibility
  • Improved RTSP Pull Provider to ignore unsupported codecs during negotiation (#1394)
  • Improved to not overwrite existing files during ``make install``` (#1536)

[Fixed]

  • Fixed compatibility issues in RTMP provider (#1541)
  • Fixed "Extention failed" error in XMA scaler
  • Fixed libnppig.so library could not be found in docker (#1508)
  • Fixed an issue where filter resources were not released intermittently
  • Fixed an issue where files recorded with passthrough were corrupted (#1551)
  • Fixed issue where RTSP Pull stream sometimes does not start (#1516)
  • Fixed a regression bug where LLHLS Dump's chunklist was generated incorrectly (#1509)

v0.16.4

16 Jan 08:42
Compare
Choose a tag to compare

[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 Netint VPU for H264/H265 (thanks to nums Link)
  • Added SkipFrames option for Video/Image encoding
  • Added keyframe interval by time
  • Added Scheduled Channel feature (Link)
  • Added netint hardware encoder support
  • Integrated with Pallycon DRM
  • FairPlay DRM supported

[Changed]

  • Changed Xilinx Video SDK version from 2.0 to 3.0
  • Changed OpenH264 to 2.4.0

[Improved]

  • Improved validation of Image Output Track to be immediate [#1417]
  • Improved to avoid locking when using the Pushes Action API [#1443]
  • Improved to enable Zero Copy on the same GPU
  • Simultaneous support for multiple XMA devices

[Fixed]

  • Fixed filter initialization issue when using SW decoder and NV encoder [#1493]
  • Fixed an issue where filtering by ID was not possible when calling the pushes API [#1474]
  • Fixed an issue where OCSP renewal logs were displayed even when OCSP stapling was not needed
  • Fixed installation path of nvcc-hdr
  • Fixed issue with first requested stream not working in dynamic apps

v0.16.3

30 Nov 07:13
Compare
Choose a tag to compare

[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

[Fixed]

  • Fixed an issue in LLHLS where stream name does not play when there is an underscore ( _ ) in it.
  • Fixed an issue where timestamps were calculated incorrectly when playing a fallback stream in OVT
  • Fixed a regression issue where LLHLS Dump did not work

v0.16.2

27 Nov 05:52
Compare
Choose a tag to compare

[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

[Improved]

  • Improved chunklist update method in LLHLS

[Fixed]

  • Fixed an issue where encoding quality was poor under certain conditions