Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OvenMediaEngine & OvenPlayer

OvenMediaEngine is an Open-Source Streaming Server that enables Large-Scale, High-Definition, and Sub-Second Latency Live Streaming.
Collective - Host: opensource - https://opencollective.com/ovenmediaengine - Website: https://www.ovenmediaengine.com/ - Code: https://github.com/AirenSoft/OvenMediaEngine

Update README.md

github.com/AirenSoft/OvenMediaEngine - e26d0c04987ca003ac312522acb9296bdac1ce51 authored about 1 year ago by Jeheon Han <[email protected]>
Update Dockerfile

github.com/AirenSoft/OvenMediaEngine - d1cf7a5b257cee311329583e1ef931b051ba2060 authored about 1 year ago by Dimiden <[email protected]>
Changed version to v0.16.0

github.com/AirenSoft/OvenMediaEngine - f268fc606db48a1755a5b08dce384b10d3635773 authored about 1 year ago by Dimiden <[email protected]>
GITBOOK-431: Added DRM feature

github.com/AirenSoft/OvenMediaEngine - 6081c75d7403f294c11e6905c2de20752e260856 authored about 1 year ago by 한제헌 <[email protected]>
add dockerfiles for driver-agnostic cuda builds

Signed-off-by: Danil Uzlov <[email protected]>

github.com/AirenSoft/OvenMediaEngine - 6a8cef6442cdbced5b18a740988d74a9920a6129 authored over 1 year ago by Danil Uzlov <[email protected]>
Fixed OvenRtcTester only works with 1 client

github.com/AirenSoft/OvenMediaEngine - efa9ea69ff59ccee4d8c6238342e5a002a78a45d authored over 1 year ago by getroot <[email protected]>
Fixed RTP Timestamp wrap around issue in RTCP SR

github.com/AirenSoft/OvenMediaEngine - a1ba0f66e81a93b0a46bf5bc9b339295cef48358 authored over 1 year ago by getroot <[email protected]>
Refactoring to improve code readability

github.com/AirenSoft/OvenMediaEngine - d9316c73f9d8a763d3f9ebdba396225815d24180 authored over 1 year ago by Keukhan <[email protected]>
Merge branch 'master' of https://github.com/AirenSoft/OvenMediaEngine

github.com/AirenSoft/OvenMediaEngine - 6231032b7256622241518015f3c70f8e03ab7b14 authored over 1 year ago by getroot <[email protected]>
Revert last OvenRtcTester PR

github.com/AirenSoft/OvenMediaEngine - ea66e4afec0c0d10432123b7b3d9991bd3acab46 authored over 1 year ago by getroot <[email protected]>
Fixed an issue where MediaTrack was not found in the Push module

github.com/AirenSoft/OvenMediaEngine - df29f4a946cfcb4b5c91306bd64af0958a73e22e authored over 1 year ago by Keukhan <[email protected]>
Merge pull request #1378 from basisbit/patch-3

Correct typo in Alerts sample documentation

github.com/AirenSoft/OvenMediaEngine - 6d94e2b0d7e6509a93629001d797c54c4d7ad2ff authored over 1 year ago by choigilhoon <[email protected]>
Correct typo in Alerts sample documentation

HasBFrame is not valid config, and according to the code, it should be HasBFrames instead.

github.com/AirenSoft/OvenMediaEngine - 76fb0576e2d28e1c2883bd4eb97c1c1779d65667 authored over 1 year ago by basisbit <[email protected]>
Support DRM for LLHLS

github.com/AirenSoft/OvenMediaEngine - 01c87d2aa42fb0151d826c169aeae52f2bf2bec4 authored over 1 year ago by getroot <[email protected]>
Fixed an issue where ToHexString() could point to incorrect memory address

github.com/AirenSoft/OvenMediaEngine - f51fa929e776769358e71e9e5cc09fb8f0fa3498 authored over 1 year ago by Dimiden <[email protected]>
Changed version to v0.15.16

github.com/AirenSoft/OvenMediaEngine - 643dd4c14d59336be43fb329ff91ee72aa1db3af authored over 1 year ago by getroot <[email protected]>
Removed warning log when the stop push api call is successful.

github.com/AirenSoft/OvenMediaEngine - 0c80d5b7086832ccdea4d0b55c7dc2b4e6c4fec1 authored over 1 year ago by Keukhan <[email protected]>
Added validation (duplicate, empty) check of profile name, output stream name

github.com/AirenSoft/OvenMediaEngine - fb377a2b177c88f6ac5b07dff28ec828b10c2a87 authored over 1 year ago by Keukhan <[email protected]>
Changed log syntax

github.com/AirenSoft/OvenMediaEngine - 7d0d09b3cb88274f558dc3da43b2e0a5ce3aff6e authored over 1 year ago by Keukhan <[email protected]>
Improved avc/hevc bitstream convert performance of writer module

github.com/AirenSoft/OvenMediaEngine - 7ce4b0fc79a16222a79660209f358d67e66146d8 authored over 1 year ago by Keukhan <[email protected]>
Fixed #1339, added support for multiple port ranges

github.com/AirenSoft/OvenMediaEngine - 5cbceacd2b28c5104e01973e11b1ee27e8ebb6c8 authored over 1 year ago by Dimiden <[email protected]>
Fixed the problem that stopPush can not be done if there is no same stream

github.com/AirenSoft/OvenMediaEngine - 1fd1d2803650cc4f0d1e25e143bfd95d68e0b761 authored over 1 year ago by Keukhan <[email protected]>
Correct EXT-X-VERSION to 10

github.com/AirenSoft/OvenMediaEngine - cfe71e3360a784683aac76fb5105a213b00e4112 authored over 1 year ago by getroot <[email protected]>
Changed streamkey to stream name when origin mode

github.com/AirenSoft/OvenMediaEngine - 7eacecdb9b3f772d4f0eee38dafcad0ae267b9bb authored over 1 year ago by getroot <[email protected]>
Made thread-terminate-boolean atomic

github.com/AirenSoft/OvenMediaEngine - 58442e55fab4ae33ec1b11404b93062ffca3d7e4 authored over 1 year ago by getroot <[email protected]>
Made DelayQueue's queue thread-safe

github.com/AirenSoft/OvenMediaEngine - 9265f0e2d957b12b9d548fd8165458c594876640 authored over 1 year ago by getroot <[email protected]>
Added StreamMap in SRT Provider

github.com/AirenSoft/OvenMediaEngine - 8d69b34a9252c950ed6f4d7a5d31990781f4f0fc authored over 1 year ago by getroot <[email protected]>
Modified SRT to listen on multiple ports

github.com/AirenSoft/OvenMediaEngine - 3a92a2cc61e738a123a1b37b552dff397fc50f13 authored over 1 year ago by Dimiden <[email protected]>
Refactored LLHLS segment numbering

github.com/AirenSoft/OvenMediaEngine - e8b798576b956a2a5fdaafd34e344f2e9579f5f5 authored over 1 year ago by getroot <[email protected]>
Merge pull request #1337 from basisbit/fix/config_volume_path

fix: use correct path for config file volume in docker-compose.yml

github.com/AirenSoft/OvenMediaEngine - 5091002aad0bea3479584d949437b5f219ca0ffa authored over 1 year ago by Hyunjun Jang <[email protected]>
fix: use correct path for config file volume in docker-compose.yml

github.com/AirenSoft/OvenMediaEngine - 9b1c325250825a06fb4342a1fde0e587885a9c77 authored over 1 year ago by basisbit <[email protected]>
Integration of File, MPEG-TS, RTMP modules

github.com/AirenSoft/OvenMediaEngine - 1054b6547c8a301e7444e3da885771c95bcee7b0 authored over 1 year ago by Keukhan <[email protected]>
Modified to display the version in crash dumps

github.com/AirenSoft/OvenMediaEngine - 4ea4e1c78acb48efd9dec8dfe1b3f2e697d64650 authored over 1 year ago by Dimiden <[email protected]>
Added thread name of push session controller

github.com/AirenSoft/OvenMediaEngine - 447345d0a8e04e412e2167012388d612d80afa30 authored over 1 year ago by Keukhan <[email protected]>
Fixed crash issue when srt push publishing

github.com/AirenSoft/OvenMediaEngine - 70a3f5a9cebc5a0fe0230ea4bb9c94a9f8bbd3f2 authored over 1 year ago by gilhoon <[email protected]>
Changed version to v0.15.15

github.com/AirenSoft/OvenMediaEngine - c649f4ef52ca0b75610dd23d611506093517588a authored over 1 year ago by Dimiden <[email protected]>
Removed debuging log

github.com/AirenSoft/OvenMediaEngine - 9f0df466309929fb9a703b1d525b28cc3ad84ec7 authored over 1 year ago by getroot <[email protected]>
Added mutex for queue metrics only

github.com/AirenSoft/OvenMediaEngine - fe88fe471a35787065a239d42abada798a0b4e17 authored over 1 year ago by Keukhan <[email protected]>
Prevent duplicate Id of managed queue

github.com/AirenSoft/OvenMediaEngine - 53efdf7094bec1750c0187c51d268bfa501e1cdc authored over 1 year ago by Keukhan <[email protected]>
Fixed crash issue when updating managed queue monitoring

github.com/AirenSoft/OvenMediaEngine - 5d7db72c30343df64218a536695bcec320aeecec authored over 1 year ago by Keukhan <[email protected]>
Improved LLHLS Dump stability

github.com/AirenSoft/OvenMediaEngine - 305f93c1ebb1302a7425557c2c5730555ff772d3 authored over 1 year ago by getroot <[email protected]>
Atomized events for reliable stream termination

github.com/AirenSoft/OvenMediaEngine - 5ef6e42e17a3a284ad509c4adc8b3706f03e6372 authored over 1 year ago by getroot <[email protected]>
GITBOOK-430: change request with no subject merged in GitBook

github.com/AirenSoft/OvenMediaEngine - 07cda53a269c05ce7809c3233162d631f8648f01 authored over 1 year ago by Hyunjun Jang <[email protected]>
Patches and logs to prevent softlocks in LLHLS

github.com/AirenSoft/OvenMediaEngine - 49e1cbb2c40fda94f487a09d8b339a427c1c128c authored over 1 year ago by getroot <[email protected]>
Improved that if data exists in the queue, return immediately without waiting

github.com/AirenSoft/OvenMediaEngine - a3484ba17adbd02c2dea23d9c4cb2c265ba10ef7 authored over 1 year ago by Keukhan <[email protected]>
If data in the queue, return immediately without condition wait

github.com/AirenSoft/OvenMediaEngine - 485780e33c71c4ec69a1d99eed209f2e0f880214 authored over 1 year ago by Keukhan <[email protected]>
GITBOOK-429: change request with no subject merged in GitBook

github.com/AirenSoft/OvenMediaEngine - 3c938f6f2528e6030853e699454c02a8db372c13 authored over 1 year ago by 한제헌 <[email protected]>
GITBOOK-428: change request with no subject merged in GitBook

github.com/AirenSoft/OvenMediaEngine - 0d73becd20bcb0c2cc68ff5c673ff6f016c54bf1 authored over 1 year ago by 한제헌 <[email protected]>
Changed version to v0.15.14

github.com/AirenSoft/OvenMediaEngine - 958a150a6bb3e9980359082a5deafdc19d42649a authored over 1 year ago by getroot <[email protected]>
Fixed the issue that occurred when <ChainCertPath> is missing (#1318)

github.com/AirenSoft/OvenMediaEngine - f3cc17ecc097e1c798451eaf07494ab8197a7643 authored over 1 year ago by Dimiden <[email protected]>
Fixed the problem that other push session packet transmission is blocked due to a specific push connection failure

github.com/AirenSoft/OvenMediaEngine - 12840f2c5d12b2707c772c5039bdb0d08b86f501 authored over 1 year ago by Keukhan <[email protected]>
Merge branch 'master' of https://github.com/AirenSoft/OvenMediaEngine

github.com/AirenSoft/OvenMediaEngine - ea099446bb8dc30377a84a0c6879a7a8cefb8694 authored over 1 year ago by getroot <[email protected]>
Fixed Status of infoFile of LLHLS Dump not changed

github.com/AirenSoft/OvenMediaEngine - 227d308c0e5e5952ee8089a90286a02efdc84e63 authored over 1 year ago by getroot <[email protected]>
Added Preflight (OPTIONS) processing to Thumbnail Publisher

github.com/AirenSoft/OvenMediaEngine - bd2da325258ebc47d4e4ec67999b045c9710e525 authored over 1 year ago by Keukhan <[email protected]>
Modified to handle Bind/Managers elements as well (#1306)

github.com/AirenSoft/OvenMediaEngine - f85872745fcc795732a5aecbd64842a0569053bd authored over 1 year ago by Dimiden <[email protected]>
Added filter regeneration in case of XMA resource allocation failure

github.com/AirenSoft/OvenMediaEngine - ce1e70bccb73abb9062c1293feb9a8b6be66628a authored over 1 year ago by Keukhan <[email protected]>
Improved URN information of Managed Queue

github.com/AirenSoft/OvenMediaEngine - 9788a72930ace93ddf0a469417c31dcad7ecf75f authored over 1 year ago by Keukhan <[email protected]>
Improved to discard packet when audio decoding fails

github.com/AirenSoft/OvenMediaEngine - 6f97005537d4602d212fc8fbce182b855076b88e authored over 1 year ago by Keukhan <[email protected]>
Fixed the problem that the queue metrics could not be updated and changed the variable name

github.com/AirenSoft/OvenMediaEngine - d073e546dda9efba156382992cf8656196ca9afd authored over 1 year ago by Keukhan <[email protected]>
Fixed the issue with missing srt info in Push API

github.com/AirenSoft/OvenMediaEngine - c573683cf7ee82def0aa967dd8961557e50d958c authored over 1 year ago by gilhoon <[email protected]>
Merge pull request #1298 from choigilhoon/srt-push-publisher

Add feature for SRT push publisher

github.com/AirenSoft/OvenMediaEngine - cf014e86f188b6caaff4abec3881136b80462142 authored over 1 year ago by Jeheon Han <[email protected]>
Add feature for srt push publisher

github.com/AirenSoft/OvenMediaEngine - 237e1b31fc93cf6b7c605855578ab668b21832c7 authored over 1 year ago by gilhoon <[email protected]>
Cuda drive installation update on ubuntu

To prevent missing libnvcuvid lib, add a script to install cuda lib

github.com/AirenSoft/OvenMediaEngine - e250c118aa805a2ad2e17a072f28da5010d32ab0 authored over 1 year ago by Emmanuel Freard <[email protected]>
Ignored MPEG2-TS Null Packet

github.com/AirenSoft/OvenMediaEngine - cf77c9370bf65cfbb190e711327a0084d1e6947a authored over 1 year ago by getroot <[email protected]>
Added srt proto in ffmpeg lib

github.com/AirenSoft/OvenMediaEngine - 0bfe0e4251ee9943b2b00d01702c16c1a5bf77d7 authored over 1 year ago by getroot <[email protected]>
Prevent crash by null checking after bitstream conversion

github.com/AirenSoft/OvenMediaEngine - c1f741da464537493535c89d734175a6395f487a authored over 1 year ago by getroot <[email protected]>
Merge branch 'master' of https://github.com/AirenSoft/OvenMediaEngine

github.com/AirenSoft/OvenMediaEngine - f121868ac8b295c632f6a7070f25618206bc9067 authored over 1 year ago by getroot <[email protected]>
Exception handling when MediaPacket Data is nullptr

github.com/AirenSoft/OvenMediaEngine - 15f50414e9e72a1b27c00be6f6147dc981512283 authored over 1 year ago by getroot <[email protected]>
Bump up SRT version to 1.5.2

github.com/AirenSoft/OvenMediaEngine - 00a71dd14018cd273e8d74b4800375a792071ca0 authored over 1 year ago by Dimiden <[email protected]>
Modified to terminate the connection when TLS negotiation fails

github.com/AirenSoft/OvenMediaEngine - b7e1319c20d126d18a1fe5c7daf61d5eebae76a5 authored over 1 year ago by Dimiden <[email protected]>
Removed debugging code

github.com/AirenSoft/OvenMediaEngine - 8473d8cdc40d2737160b80ed5e368f89742b2509 authored over 1 year ago by Dimiden <[email protected]>
Support for OCSP stapling

github.com/AirenSoft/OvenMediaEngine - 48900ca06b89666183d2ef719da8f654773a9ded authored over 1 year ago by Dimiden <[email protected]>
Fixed the issue where the ignore attribute may not work correctly for the Item type

github.com/AirenSoft/OvenMediaEngine - 9e82594caecc9e5584cc91358628706f87d58d06 authored over 1 year ago by Dimiden <[email protected]>
Merge pull request #1277 from choigilhoon/alert-queue

Add <InternalQueueCongestion> feature to Alert

github.com/AirenSoft/OvenMediaEngine - 3ea3f367f718e00f8c2bd2bdb4e585de01ff63e3 authored over 1 year ago by Jeheon Han <[email protected]>
Fixed to support image encoding when using NVIDIA GPU

github.com/AirenSoft/OvenMediaEngine - abd6bcc8337574d8282f4edc15a6dff18968873d authored over 1 year ago by Keukhan <[email protected]>
Fixed to support image encoding when using NVIDIA GPU

github.com/AirenSoft/OvenMediaEngine - 390fb8e5497af6edcee1aee3ff2c04040106add3 authored over 1 year ago by Keukhan <[email protected]>
Fixed an issue where the decoder's thread could not be terminated

github.com/AirenSoft/OvenMediaEngine - 6b8510b24ff1c89e85695aa43e453493336be2df authored over 1 year ago by Keukhan <[email protected]>
Add InternalQueueCongestion to Alert

github.com/AirenSoft/OvenMediaEngine - f390c01a64993cc8700d35584ca6973ca67f0d25 authored over 1 year ago by gilhoon <[email protected]>
Refactoring the GPU check module

github.com/AirenSoft/OvenMediaEngine - 93123677d4f803081b261d9f02977a384b206c50 authored over 1 year ago by Keukhan <[email protected]>
Remove warning on build

github.com/AirenSoft/OvenMediaEngine - 9ea9c32ffd0d22acace3c9b499705e3f961a2e89 authored over 1 year ago by Keukhan <[email protected]>
Refactoring the filter module

github.com/AirenSoft/OvenMediaEngine - 11bdf88216b4ab8e39f9fdb7fa93ccf3e3871957 authored over 1 year ago by Keukhan <[email protected]>
Initialize the AverageWatingTime variable

github.com/AirenSoft/OvenMediaEngine - 37da1ee2c39a33ec3dd4049504a7eef9eeb00671 authored over 1 year ago by Keukhan <[email protected]>
Fixed an issue where Threshold value in queue were not updated in Metrics

github.com/AirenSoft/OvenMediaEngine - 05d28add938bcdfdc90ef10bf557baa2565bad03 authored over 1 year ago by Keukhan <[email protected]>
Update README.md

github.com/AirenSoft/OvenMediaEngine - d8b92d0ce20821590b7e106eff2abdcc9601ed12 authored over 1 year ago by Jeheon Han <[email protected]>
Fix queue metric value update problem

github.com/AirenSoft/OvenMediaEngine - a6d21afaabdda78a53ab3ce0bac6f6af43b3c806 authored over 1 year ago by Keukhan <[email protected]>
Changed version to v0.15.13

github.com/AirenSoft/OvenMediaEngine - 70d2e9155b5ab1177d8e79b64f4506545cb9ab61 authored over 1 year ago by Keukhan <[email protected]>
Merge branch 'master' of https://github.com/AirenSoft/OvenMediaEngine

github.com/AirenSoft/OvenMediaEngine - ab3bc5953ed3ac497b6d1e3f1cced7f1d9a5219b authored over 1 year ago by getroot <[email protected]>
Set the LLHLS segment max duration to 2x TargetDuration

github.com/AirenSoft/OvenMediaEngine - ed45c084985aaa1234ab1f5f6de6a43fbe621e11 authored over 1 year ago by getroot <[email protected]>
Removed unused license option

github.com/AirenSoft/OvenMediaEngine - fd1de1416abd978113cd91d9cac46a86a572faa4 authored over 1 year ago by Keukhan <[email protected]>
Fixed HEVC IDR frame checking

github.com/AirenSoft/OvenMediaEngine - d490336671f016695535e07088803ff0c6aa340e authored over 1 year ago by getroot <[email protected]>
Added Xilinx AVC/HEVC decoder and encoder (experimental)

github.com/AirenSoft/OvenMediaEngine - 729f83b8eccc4e2f2604cd241eff92a550eb7e79 authored over 1 year ago by Keukhan <[email protected]>