Ecosyste.ms: OpenCollective

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

mediasoup

Cutting Edge WebRTC Video Conferencing
Collective - Host: opensource - https://opencollective.com/mediasoup - Website: https://mediasoup.org - Code: https://github.com/versatica/mediasoup

3.11.21

github.com/versatica/mediasoup - 1ef3fea2d053f6cea2bac2487229957eb32a4af6 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Fix lost pending statuses in transport feedback (#1050)

github.com/versatica/mediasoup - e93d4f669448a4a95aebf7ffb641011eb315b95c authored over 1 year ago by Gustavo Garcia <[email protected]>
cosmetic

github.com/versatica/mediasoup - 9471c4e6f2c66a32e4f44ca5ea55206690cb841a authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
C++: add brackets in conditions (more)

github.com/versatica/mediasoup - 0b643a4ad36a000f9784d125290c4bc67282a525 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Update NPM devs and add brackets in C++

github.com/versatica/mediasoup - 2584ae44ec6a4d8fd653195be8a80aad1561eb87 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Fix check division by zero in transport congestion control (#1049)

github.com/versatica/mediasoup - 6c984ae6b3c08a4e4f36d9193765b6afca45595f authored over 1 year ago by Gustavo Garcia <[email protected]>
Add worker/subprojects/.clang-tidy workaround to "limit" checks in worker/subprojects folder

github.com/versatica/mediasoup - bb0e27d8f139c8e7a0434644f154370d5268e4b8 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Add worker/.clang-tidy-ignore (although it just works with recent clang-tidy)

github.com/versatica/mediasoup - 827bdbbb2b16f594131cf6d9a9e6d1167b59da88 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Update worker/scripts/package-lock.json

github.com/versatica/mediasoup - 015d5e3a1d6ed3fdd20cfddae316cdbddae904f2 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - d51ad71962d7f4d86fe5784d6c4b3739c1f4b316 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
3.11.20

github.com/versatica/mediasoup - bd809cbcb9bce9eaacd3d453ba20f6465181f229 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
SeqManager: fix crash and add fuzzer (#1045)

* SeqManager: fix crash and add fuzzer

Fixes #1042

github.com/versatica/mediasoup - 56b953dca35f45747ddbb89a50c74c870e2aebd9 authored over 1 year ago by José Luis Millán <[email protected]>
mediasoup-node: Make appData TS typed and writable (#1046)

github.com/versatica/mediasoup - b6d23b72df91c78182f82edef950a80b08611da4 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
RTC::RtpRetransmissionBuffer: Handle corner case in which received packet has lower seq than newest packet in the buffer but higher timestamp (#1044)

github.com/versatica/mediasoup - 97e3fd62ded36fdcf1007d48373afe7ea02c2610 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
RtpRetransmissionBuffer: improve methods' name and logs

github.com/versatica/mediasoup - 752883bc61a741bc97072fdc15a3c217000262b8 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
worker/Makefile: move a Windows related comment so it's not printed in OS != Windows

github.com/versatica/mediasoup - 4b0d5be98d33eb452670a5ebe12e8d6c90175017 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Reset RTP retransmission buffer upon RTP sequence number reset (#1041)

github.com/versatica/mediasoup - 1b579f59e3b39758e1cb4ec4629b40ac531d63a8 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
3.11.19

github.com/versatica/mediasoup - ddecc7fb9efceb4a4dd74ac4a2d130a9fe0177a0 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Properly handle ksvc bandwidth allocation (#1036)

github.com/versatica/mediasoup - eafca69f60bddbf141cbc737c3fba4bdec560274 authored over 1 year ago by Vittorio Palmisano <[email protected]>
Fix false -Wmaybe-uninitialized when using old GCC versions

Fixes #1040

github.com/versatica/mediasoup - f9e9c6451d299cce6bd363ff86fd22b8cc364565 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
3.11.18

github.com/versatica/mediasoup - b6c3190916afdd2500635aa73443222cf1d48d2b authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
RtpRetransmissionBuffer: consider the case of packet with newest timestamp but "old" seq number (#1039)

Fixes #1037

- We must consider the case in which, due for example to huge packet loss, receiv...

github.com/versatica/mediasoup - 5823632a1dbae6abe0d08fd31cfee7393a7f3c00 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
fix typo

github.com/versatica/mediasoup - cb039ec4458959dba35a63504182dd5cac0ee402 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
3.11.17

github.com/versatica/mediasoup - e30d5f7e54874bac777566cdeb8445965ad08109 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 3235e06673ddc5f1d6d06f0d5b7e9bef3f6a76b0 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Add transport.setMinOutgoingBitrate() (2) (#1038)

Same PR than https://github.com/versatica/mediasoup/pull/1035/files by @jcague (all credits to h...

github.com/versatica/mediasoup - 2744b4ca7dceb2a3929667aa11e086ddb4481474 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
RTC::RetransmissionBuffer: Increase RetransmissionBufferMaxItems from 2500 to 5000

github.com/versatica/mediasoup - f8e6238d282ca42bd33614dce77990799acdfe89 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Remove useless entries in CHANGELOG

github.com/versatica/mediasoup - d6841c364e599ebb4aaba7c6f6cc3f9b224f3f2c authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
GitHub CI: Cancel in progress workflows (#1034)

github.com/versatica/mediasoup - 6a671aab0123266a35647142cebb371263d96e9b authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Github workflow: remove deprecated Ubuntu 18.04 (#1033)

github.com/versatica/mediasoup - 6a44fc39f61ec342c5e8af000c38c98d92cab839 authored over 1 year ago by José Luis Millán <[email protected]>
3.11.16

github.com/versatica/mediasoup - 7bbe1eb8bfd4e8eff8a2d7069ee9fccfe1744de7 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps and fix CHANGELOG links

github.com/versatica/mediasoup - d6c9edf6cdae8404b3cfb105373e7bd26f0404a8 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
Fix SeqManager (#1032)

github.com/versatica/mediasoup - 727d17367731a73f10d3de5668943ae21e668bbf authored over 1 year ago by José Luis Millán <[email protected]>
Upgrade TypeScript to 5.0.2

github.com/versatica/mediasoup - 6b9a91a827832db929b7a6a7d966a61dbe3684f1 authored over 1 year ago by Iñaki Baz Castillo <[email protected]>
RtpRetransmissionBuffer: get rid of startSeq private member (#1029)

github.com/versatica/mediasoup - 9ae56538e1e699fe37d969b826ed6c99b31f5f3c authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.15

github.com/versatica/mediasoup - 5be8faa840fac2c702535aee7dd725d5d3418898 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Add fuzzer for RtpRetransmissionBuffer and fix crash (#1028)

github.com/versatica/mediasoup - 7ebffcc01bc8c5c0c08220ebf5a0229f66a75b22 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - db61631913d8b99bba6d78d2ce5fabd1e152e8a7 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Rename RetransmissionBuffer to RtpRetransmissionBuffer

github.com/versatica/mediasoup - ce7751e2797d76a8fabbe436c71b97da7a80ec7d authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 626d3d906d8f1531a0a844d974f2d766f025894e authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - 6a7920e3b7b21ac9552ee3c4317f1f27eaafd0ca authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.14

github.com/versatica/mediasoup - 7200507d6c4dbe2352835501aedcbe2705dc31fc authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
update deps

github.com/versatica/mediasoup - 7c6c87bd46c28b3a362bb61bec36f6ad0c16f6bf authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Refactor RTP retransmission buffer in a separate and testable RTC::RetransmissionBuffer class (#1023)

github.com/versatica/mediasoup - a6857b629171cbd35cc378f99d33502724e199cb authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - 181ce8a1976bf5d50b3125da81d785f2d99dd363 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - 06ac778e53f29042a98e6e2917e4a040f275e77b authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.13

github.com/versatica/mediasoup - e09058756d85983836bc61e9c00b4d0bd1404c5b authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
AudioLevelObserver: use multimap rather than map to avoid conflict (#1021)

github.com/versatica/mediasoup - f383e28a23b39ab1a9a164e2a7a43908ab7b6107 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 37d542f0a38a98f824039ccf5010290eba80990f authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.12

github.com/versatica/mediasoup - b1abd0a722686d4f1f2a8cb70c1ceebdb8189ced authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Fix jitter calculation (#1019)

github.com/versatica/mediasoup - 9101f456ded4fd1f14989fc82609f108f6fe45cc authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 0b93b9d48bd83be96d6d35aee476d835f8d3f584 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Fix CHANGELOG

github.com/versatica/mediasoup - d47f59504a7749d0816c1d954d8d79efcfd2eead authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.11

github.com/versatica/mediasoup - ffb756d1a84f335f3a19600ad446d26ebe8642b3 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 89e83e7d52fc5538246b5a3824257317c7568e84 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Add support for RTCP NACK in OPUS (#1015)

github.com/versatica/mediasoup - 1912b7facac3f1fd7e32331eaad767ca540fd7d9 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
RtpStreamSend: forgot to rename exported const everywhere

github.com/versatica/mediasoup - 443ccf082f9ede489ee49e6f7eec28f175ea9942 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
RtpStreamSend.cpp: cosmetic

github.com/versatica/mediasoup - 601fb37561ec3f20194e58168809e98d824bbfbe authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
RtpStreamSend.cpp: cosmetic, use braces

github.com/versatica/mediasoup - 79570051ec57891d3edcd35421f5d11b595935a6 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Router.ts: add missing RouterData type

github.com/versatica/mediasoup - 72794578faa850b54ddaed61df2498a9c20333f3 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Node ESLint: require curly everywhere

github.com/versatica/mediasoup - 80c0f336c41e000bf4a1a970bade6c318c04c229 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 3c8a6a67844d81820effdd63712993ff35aff9b3 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.10

github.com/versatica/mediasoup - 95ab16ad40f425a2bcc3e922724ea7d611cc2302 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Download and use MSYS/make locally for Windows postinstall (#792)

github.com/versatica/mediasoup - 890a25954405dc7d66538ac6e00f161abfe86531 authored almost 2 years ago by snnz <[email protected]>
3.11.9

github.com/versatica/mediasoup - 8c847d1c26ac644bea5e15a0bed85650bbd9bad9 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Allow simulcast with a single encoding (and N temporal layers) (#1013)

github.com/versatica/mediasoup - f399c45c0230002fe520b3d8386a594756457f91 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Merge pull request #1012 from nazar-pc/fix-consuming-direct-data-producer

Fix consuming data producer from direct transport by data consumer on non-direct transport

github.com/versatica/mediasoup - 87957f3f621d150c564d3515d4abec5d278f4011 authored almost 2 years ago by Nazar Mokrynskyi <[email protected]>
Fix consuming data producer from direct transport by data consumer on non-direct transport

github.com/versatica/mediasoup - 3a6bb2f90468925ab465556206626d33830c8131 authored almost 2 years ago by Nazar Mokrynskyi <[email protected]>
Update deps

github.com/versatica/mediasoup - 28b770bf9e1178c180f500ff0737651e293ae494 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update types/node dep

github.com/versatica/mediasoup - a19058dc969fc82efd42c19be2531a7c105a323a authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Introduce OwnedWebRtcMessage (#1008)

Introduce OwnedWebRtcMessage

github.com/versatica/mediasoup - 8dfeb1e249423487967a01e0daa89994cc3e0df8 authored almost 2 years ago by Rémi Kalbe <[email protected]>
Worker: .clang-tidy fix and cleanup (#1010)

- Comment FormatStile option, not supported by older versions of
clang-tidy.
- Make check list...

github.com/versatica/mediasoup - 9a9818465152d028310d79b59a31d48fe49aee9e authored almost 2 years ago by José Luis Millán <[email protected]>
Clean-ups (#1003)

github.com/versatica/mediasoup - 2503904867fef0e6017575b1ffce22c1b045153c authored almost 2 years ago by Jesús Leganés-Combarro <[email protected]>
Worker: More const correctness and qualified auto enhancements (#1006)

github.com/versatica/mediasoup - 3bdad19378ba4bc0c70a289bbbea84708c9ac4f8 authored almost 2 years ago by José Luis Millán <[email protected]>
Update CHANGELOG

github.com/versatica/mediasoup - f02edc62e764b061917cbd215528db62e27fc9bd authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update libsrtp2 to 2.5.0 (#1005)

github.com/versatica/mediasoup - d7f8909bc2e9d6fc9499f82f3f1321e7318290be authored almost 2 years ago by Nazar Mokrynskyi <[email protected]>
Worker: const correctness (#1002)

github.com/versatica/mediasoup - fe8e84a6750615c67d9a83a20789d2b2b3fac986 authored almost 2 years ago by José Luis Millán <[email protected]>
codecs cpp: add proper curly braces always

github.com/versatica/mediasoup - 8c2ba4411cb16d84cd5619cfb9872d1b9210eac9 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
pull-request-stats.yml: make stats be only generated every Monday

And remove `telemetry: false` since it's a premium feature and even setting it to `false` genera...

github.com/versatica/mediasoup - 64e4d89bd8385dc664cecb231a1338c6acbe04b3 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Merge pull request #1000 from nazar-pc/new-rust-release

New Rust release 0.11.3

github.com/versatica/mediasoup - 0b74ce3d9993026efecadba86e7e0b650ff4769c authored almost 2 years ago by Nazar Mokrynskyi <[email protected]>
New Rust release 0.11.3

github.com/versatica/mediasoup - 996824d6fb2fa6e8506693c7d4a478c88a4ec795 authored almost 2 years ago by Nazar Mokrynskyi <[email protected]>
3.11.8

github.com/versatica/mediasoup - 78c3e893d8e7815ef04928170de5ddc415cab4e9 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
SimulcastConsumer: Fix frozen video when syncing keyframe is discarded due to too high RTP timestamp extra offset needed (#999)

- Fixes #990.
- Rationale here: https://github.com/versatica/mediasoup/issues/990#issuecomment-...

github.com/versatica/mediasoup - 21b1bf9b4e4f1edf3927eb2d01798de0270477e7 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - c882311f715eb866bd0b53de56102a835e3727ce authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
cosmetic

github.com/versatica/mediasoup - 85fb0926c7d4ff57a0467bfca03442b6dcb69987 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Worker: Logger, const correctness (#996)

Worker: Logger, const correctness

github.com/versatica/mediasoup - 2674dcea79388e6ee064ca495164ab8f13dcfbcd authored almost 2 years ago by José Luis Millán <[email protected]>
Update deps

github.com/versatica/mediasoup - c942fd9d227b1c2b8d82e0469af54550c72d5aca authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Worker: const correctness (#994)

github.com/versatica/mediasoup - bfaf883403f62764a2953d7e0562aa1e5628a302 authored almost 2 years ago by José Luis Millán <[email protected]>
SimulcastConsumer::GetDesiredBitrate(): Choose the highest bitrate among all Producer streams (#992)

github.com/versatica/mediasoup - 8287299f6cfc260bcf17ce00b05c80d75374f958 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.7

github.com/versatica/mediasoup - b0cd7a99487dd2c89b0e0eb55f048ce004c0b9a4 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
libwebrtc: replace MS_ASSERT with MS_ERROR (#988)

github.com/versatica/mediasoup - 21285cb8c6edf738012a29453251dd78077c8ce5 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Update CHANGELOG and update npm deps

github.com/versatica/mediasoup - 16bf103fc741a2b3ca54274a9d040aa746598e1b authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Fix crash with invalid arrival_time in libwebrtc bwe (#985)

github.com/versatica/mediasoup - ce3d567c3159353e7c6b791ff577cdca9df4fb74 authored almost 2 years ago by Gustavo Garcia <[email protected]>
3.11.6

github.com/versatica/mediasoup - 697394a4c92bc57aaf48793d055fc720f563744b authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Fix wrong PictureID rolling over in VP9 and VP8 (#984)

github.com/versatica/mediasoup - f60845ba6c4be7fda3a779c0eb5cab1b4fc50ca7 authored almost 2 years ago by Javier Cerviño <[email protected]>
Run pull-request-stats.yml every Monday at 1PM UTC

github.com/versatica/mediasoup - daca24cac27f88c5cb2464dc1e6f06383b3e722a authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
3.11.5

github.com/versatica/mediasoup - 61a918664e73f4631bfc0b098fea3c19366da6e2 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
Fix wrong consumer bandwidth estimation under producer packet loss (#962)

Authored-by: Gustavo Garcia <[email protected]>

github.com/versatica/mediasoup - 064d0a6770e1583a31480a88fb09cf9c7ee69b43 authored almost 2 years ago by Gustavo Garcia <[email protected]>
Update NPM deps

github.com/versatica/mediasoup - 7045f1a1519241af32dc0718a6eec601850e147a authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>
.github/workflows/pull-request-stats.yml: sort-by: 'REVIEWS'

github.com/versatica/mediasoup - 73446e0bd6ef0753bbf2751039914023cc6d0ea7 authored almost 2 years ago by Iñaki Baz Castillo <[email protected]>