Ecosyste.ms: OpenCollective

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

WebRTC.rs

WebRTC in Rust. A pure Rust implementation of WebRTC stack.
Collective - Host: opensource - https://opencollective.com/webrtc-rs - Website: https://webrtc.rs - Code: https://github.com/webrtc-rs

fix skip_samples and upgrade to v0.6.3

github.com/webrtc-rs/rtp - 4a2c6419a74070358a7ec1e73619f65ed1b51887 authored about 3 years ago by Rusty Rain <[email protected]>
fix skip_samples and upgrade to v0.6.3

github.com/webrtc-rs/webrtc - 56089fe1442550b379c9a28d19a1cee7f1d50584 authored about 3 years ago by Rusty Rain <[email protected]>
fix previous commit

github.com/webrtc-rs/webrtc - 7ca149271aab18d5a5c3c376567f64d96984c78e authored about 3 years ago by Rusty Rain <[email protected]>
fix previous commit

github.com/webrtc-rs/rtp - 7b2b695ebebd312ea344218e6909199baa6c3e30 authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #20 from jaymell/wrapping-add-timestamp

use wrapping_add to prevent overflow panic -- fixes webrtc-rs/rtp#19

github.com/webrtc-rs/rtp - 2a007c02d9b45f70ae7ebdc559072bfd3ab99dca authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #20 from jaymell/wrapping-add-timestamp

use wrapping_add to prevent overflow panic -- fixes webrtc-rs/rtp#19

github.com/webrtc-rs/webrtc - 5ccc16da999f976b86f081230f378f04605a150c authored about 3 years ago by Rusty Rain <[email protected]>
Update packetizer_test.rs

github.com/webrtc-rs/webrtc - 3bce3134a840a185df12499ada91d4351260acd8 authored about 3 years ago by Rusty Rain <[email protected]>
Update packetizer_test.rs

github.com/webrtc-rs/rtp - bfb0f195ca251c4cef15f0cf1088405c5e64234a authored about 3 years ago by Rusty Rain <[email protected]>
use wrapping_add to prevent overflow panic -- fixes webrtc-rs/rtp#19

github.com/webrtc-rs/rtp - 62c2aca1a4d1b6e11ea14cf3337dbb3dd9e95111 authored about 3 years ago by James Lucas <[email protected]>
use wrapping_add to prevent overflow panic -- fixes webrtc-rs/rtp#19

github.com/webrtc-rs/webrtc - be00d07f34c70b82f87d44cd7b1ec8f1aae92697 authored about 3 years ago by James Lucas <[email protected]>
add common_header

github.com/webrtc-rs/sctp-proto - 961c4b2336b14af040780316f9047da2ee239956 authored about 3 years ago by Rusty Rain <[email protected]>
fix error typo

github.com/webrtc-rs/sctp-proto - d7e27f22f35f0299fe14ac4825724b07dcac7180 authored about 3 years ago by Rusty Rain <[email protected]>
fix send_init

github.com/webrtc-rs/sctp-proto - abddac3ebce6a5f2a5c93c8366c8ff0007c1936c authored about 3 years ago by Rusty Rain <[email protected]>
refactoring TransportConfig and assocation default

github.com/webrtc-rs/sctp-proto - 048d8365cd986596bd920fadda8866434a76b8f6 authored about 3 years ago by Rusty Rain <[email protected]>
add poll_endpoint_event

github.com/webrtc-rs/sctp-proto - 659bba7ecf3ddd3f47b36854210a9ede72fd4244 authored about 3 years ago by Rusty Rain <[email protected]>
add poll event

github.com/webrtc-rs/sctp-proto - 9dab37a254c3f61b62e191b7094b8dd96f7099e0 authored about 3 years ago by Rusty Rain <[email protected]>
add poll/handle_*

github.com/webrtc-rs/sctp-proto - 0ce867d3fb582d1ee7779be2b1f68eb9a0b15181 authored about 3 years ago by Rusty Rain <[email protected]>
add handshake_complete

github.com/webrtc-rs/sctp-proto - 4b358d8f828873ae746161dd1b9e6fb9e6589fc0 authored about 3 years ago by Rusty Rain <[email protected]>
move assocation_internal_test from async to proto

github.com/webrtc-rs/sctp-proto - e23798a3ce7e3608404a92152d7474807e1f979b authored about 3 years ago by Rusty Rain <[email protected]>
complete timeout handling

github.com/webrtc-rs/sctp-proto - 2881ab071601ee5cb975ac886dcb46d4a2e0d3af authored about 3 years ago by Rusty Rain <[email protected]>
clean read_notifier

github.com/webrtc-rs/sctp-proto - 74eaadfa921c5acc8f1b85abbea00658a92102e0 authored about 3 years ago by Rusty Rain <[email protected]>
refactor read/read_sctp

github.com/webrtc-rs/sctp-proto - 7d58b8b2b701e190795fe52a540b24937012269d authored about 3 years ago by Rusty Rain <[email protected]>
add accept_stream

github.com/webrtc-rs/sctp-proto - abaa3de5405264ebaa65a686a8d44dd07fa4ee10 authored about 3 years ago by Rusty Rain <[email protected]>
refactoring stream (WIP)

github.com/webrtc-rs/sctp-proto - ea6f9d61a858c415e42dcad0353cf95cf43157a2 authored about 3 years ago by Rusty Rain <[email protected]>
move stream from async to proto

github.com/webrtc-rs/sctp-proto - eb44abd1db526cc0a9047d15782abe25b4dd7610 authored about 3 years ago by Rusty Rain <[email protected]>
clear clippy warnings

github.com/webrtc-rs/sctp-proto - 015ef618924367e8d931e1400552058d42ec5d43 authored about 3 years ago by Rusty Rain <[email protected]>
move more fn to proto

github.com/webrtc-rs/sctp-proto - e5f98de242e74b5b4cbc5acf86fcc4d88e19019b authored about 3 years ago by Rusty Rain <[email protected]>
add timer handling

github.com/webrtc-rs/sctp-proto - d705437f6ac28c1eae32d85abfa6949cb53ed09f authored about 3 years ago by Rusty Rain <[email protected]>
refactor Instant::now

github.com/webrtc-rs/sctp-proto - 73c42925b76bf5c05af236b4b7a04be39b68efb7 authored about 3 years ago by Rusty Rain <[email protected]>
pass queue_test

github.com/webrtc-rs/sctp-proto - ed2548e7faede52804c9d54e3e0e2dd846db1e44 authored about 3 years ago by Rusty Rain <[email protected]>
remove atomic and move gather_outbound from async to proto

github.com/webrtc-rs/sctp-proto - d0a754e8c1499d568509d278846e908f84f45d8a authored about 3 years ago by Rusty Rain <[email protected]>
add handle_chunk

github.com/webrtc-rs/sctp-proto - ad2c833e86eae46c96b21ff3e14b0414bc6476ca authored about 3 years ago by Rusty Rain <[email protected]>
add handling_inbound in association

github.com/webrtc-rs/sctp-proto - 761b9babc41543df708d9ac10698b7c2543de4a8 authored about 3 years ago by Rusty Rain <[email protected]>
add new in association

github.com/webrtc-rs/sctp-proto - c384fb71fb8009f31cbd21cd88c5ce27ba126635 authored about 3 years ago by Rusty Rain <[email protected]>
add handling in endpoint

github.com/webrtc-rs/sctp-proto - 861702c098e84b1949d29a3d5315d62c5f6a5e25 authored about 3 years ago by Rusty Rain <[email protected]>
add endpoint structs

github.com/webrtc-rs/sctp-proto - 689ea9274c35d257e6e09b6809d3701f69164af0 authored about 3 years ago by Rusty Rain <[email protected]>
add shared

github.com/webrtc-rs/sctp-proto - 73508c55bd262d5dd437a20f4e8d18d49295b1ba authored about 3 years ago by Rusty Rain <[email protected]>
move error_cause to chunk folder

github.com/webrtc-rs/sctp-proto - e6ee9299d82b6c3a6f9ce30c564c694e9fb41dc2 authored about 3 years ago by Rusty Rain <[email protected]>
add config

github.com/webrtc-rs/sctp-proto - ec226c61082a9e1d7c70ae1eaf223649310775ce authored about 3 years ago by Rusty Rain <[email protected]>
rename error_cause to cause

github.com/webrtc-rs/sctp-proto - d961478417540ae1d4405454c03e419625146120 authored about 3 years ago by Rusty Rain <[email protected]>
move chunk/param/error/error_code/util from async to proto

github.com/webrtc-rs/sctp-proto - fe39c029e7d8e6b76cc5237b0931e37e85491a11 authored about 3 years ago by Rusty Rain <[email protected]>
reorg structure

github.com/webrtc-rs/sctp-proto - fc50bad5ada30608d3fa44bf4df7cd5f9f0b72c6 authored about 3 years ago by Rusty Rain <[email protected]>
update doc for UDPMux

github.com/webrtc-rs/webrtc - f45bb4a35ffd13216cf182c1d699784a10764426 authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #15 from wangziyangyu/android_ifaddrs

Change the implementation of ifaddrs from C++ to C

github.com/webrtc-rs/webrtc - 5716f47075bf0745b0972e61766ffa7a52908faa authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #15 from wangziyangyu/android_ifaddrs

Change the implementation of ifaddrs from C++ to C

github.com/webrtc-rs/util - d11b5da96fe49ff45663327555db446e6e3035fb authored about 3 years ago by Rusty Rain <[email protected]>
replace c++ impl with c version from libuv

github.com/webrtc-rs/util - 0ca146e411e36bf3d36464f6767b47621d9fbe76 authored about 3 years ago by wangzixiang <[email protected]>
replace c++ impl with c version from libuv

github.com/webrtc-rs/webrtc - dd0490998a4e5ac239f9a8c4eb7a7313c39f4915 authored about 3 years ago by wangzixiang <[email protected]>
add example for ifaces()

github.com/webrtc-rs/webrtc - 4eb6c57df2e5c6719545ebee609f27018f10a5c4 authored about 3 years ago by wangzixiang <[email protected]>
add example for ifaces()

github.com/webrtc-rs/util - 6cd01150c36bf2e4f671ba2792e3553b2b977b74 authored about 3 years ago by wangzixiang <[email protected]>
update examples pointer

github.com/webrtc-rs/webrtc - 6fc9ddb22e40886a1d1e5a6572b4067399634297 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.3.1

github.com/webrtc-rs/webrtc - cf77d1c2e23076197c5e320cbf1cae63b338b8bc authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.3.1

github.com/webrtc-rs/examples - dbaf86c9c8f8d8e029bdfe92441248079b3b33b6 authored about 3 years ago by Rusty Rain <[email protected]>
upgrade to v0.3.1

github.com/webrtc-rs/webrtc - 14467ff439319e39d6a78a1ddd0f77077ec7f0e5 authored about 3 years ago by Rusty Rain <[email protected]>
update media pointer

github.com/webrtc-rs/webrtc - 420bd964c255370d8bbcc6de3faaedb5c3dbfd3b authored about 3 years ago by Rusty Rain <[email protected]>
fix ice_transport memory leak

github.com/webrtc-rs/webrtc - e7d72d22875d05fe447c9336b6ada367400c4b91 authored about 3 years ago by Rusty Rain <[email protected]>
update readme

github.com/webrtc-rs/webrtc - 3ed97d2729b4e0b70c3d895b8b6f6819a5bd5f3a authored about 3 years ago by Rusty Rain <[email protected]>
update readme

github.com/webrtc-rs/media - de5e9db27d7aa5dd08eb576ce20de4ea2d26b8fd authored about 3 years ago by Rusty Rain <[email protected]>
update readme

github.com/webrtc-rs/webrtc - d9c1eca62fdc7e29950d8695fd63ecba489bef75 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and pointers

github.com/webrtc-rs/webrtc - f0df4806750f2ecb336ebcf391c59aff0b9c25b0 authored about 3 years ago by Rusty Rain <[email protected]>
add close handling for endpoint

github.com/webrtc-rs/webrtc - 0944adf54699752897f0bbac2251264da22036c2 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.7.2

github.com/webrtc-rs/webrtc - f85e7a627d539e8ed51ad267f6ad3c47192c8717 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.7.2

github.com/webrtc-rs/interceptor - 26fd89af0895bf7d8b4f3ca2302f906a74b9cf79 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.4.2

github.com/webrtc-rs/media - 132aa150838b09a6f70c50010cd5ad8dd91d6387 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.4.2

github.com/webrtc-rs/webrtc - 4bd62d0436b7f9774c8f58ec31614c8658c50ae4 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.3.2

github.com/webrtc-rs/webrtc - 555944b2f593733397e7604f4b694f5e241233cd authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.3.2

github.com/webrtc-rs/data - f45e80c5877b55d95f592ac4fc2b379098e6810e authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.4.2

github.com/webrtc-rs/sctp-proto - 12ea2b1067470341f984ead3c1a953156139f30b authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.4.2

github.com/webrtc-rs/sctp - 12ea2b1067470341f984ead3c1a953156139f30b authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.4.2

github.com/webrtc-rs/webrtc - 7bb7a24b5bbf0c1135824a81ca7abfd217a58a31 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.8.5

github.com/webrtc-rs/webrtc - 9ac902147c4f526b79be1f1c6a750663d2466116 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.8.5

github.com/webrtc-rs/srtp - 79754731c4743625a1ed743e226c497d1d85aa35 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.6.2

github.com/webrtc-rs/rtcp - fd377b18e1103487e41beb59c844589f849807f2 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.6.2

github.com/webrtc-rs/webrtc - f28c0661fc46f48c965de869837f75cd887ebb50 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.6.2

github.com/webrtc-rs/webrtc - 7e5107a587b2b6cd6b4f6d0a825190112e4dad45 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.6.2

github.com/webrtc-rs/rtp - ddc64b172f5b294482b1db18e0100a55ed267608 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.5.1

github.com/webrtc-rs/dtls - 396c6ef3e50ba9a0d70138c75a4d3bda19a105d4 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.5.1

github.com/webrtc-rs/webrtc - 3f52a3743f92db335e4e2f01c95073404c94c8be authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self v0.6.2

github.com/webrtc-rs/webrtc - b533d9c9fcfcd713e9a60a22856b53c4e35f6f2a authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self v0.6.2

github.com/webrtc-rs/ice - 36a9b0da95ddfbcd8daa95f0eb8040cd777e264b authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.5.2

github.com/webrtc-rs/turn - e1f74dabf3c0ae05e07b62e29268e97dcba45f03 authored about 3 years ago by Rusty Rain <[email protected]>
update deps and upgrade self to v0.5.2

github.com/webrtc-rs/webrtc - 5acc89b96986fc04725dfcfe546078eb772beef6 authored about 3 years ago by Rusty Rain <[email protected]>
update dep and upgrade self to v0.4.1

github.com/webrtc-rs/stun - 9d5edb51e4789c13eed3453e018cfe54521ab7aa authored about 3 years ago by Rusty Rain <[email protected]>
update dep and upgrade self to v0.4.1

github.com/webrtc-rs/webrtc - 5aee8da5c6c3a38431f4ac9091542a37f39ee398 authored about 3 years ago by Rusty Rain <[email protected]>
update util dep and upgrade self to v0.4.1

github.com/webrtc-rs/webrtc - a4bbb85d1f08fc93c1a1333c6a0c86f2a0abc9bf authored about 3 years ago by Rusty Rain <[email protected]>
update util dep and upgrade self to v0.4.1

github.com/webrtc-rs/mdns - 383fa2dded755db1c3a1c3c6c4213a8fc393d3e2 authored about 3 years ago by Rusty Rain <[email protected]>
upgrade to v0.5.2

github.com/webrtc-rs/util - 8f47a53368e5ae876c3ee2559637f5696d124faa authored about 3 years ago by Rusty Rain <[email protected]>
upgrade to v0.5.2

github.com/webrtc-rs/webrtc - 37c58e500a791d2997ead72e5f52c481f2ed8ea2 authored about 3 years ago by Rusty Rain <[email protected]>
add cancel handling in conn_udp_listener

github.com/webrtc-rs/webrtc - a2fb1e464057811bc06982010f5b030c09362dbe authored about 3 years ago by Rusty Rain <[email protected]>
add cancel handling in conn_udp_listener

github.com/webrtc-rs/util - 9f9143de74179a04324d7fb823955639d9ef92f9 authored about 3 years ago by Rusty Rain <[email protected]>
add relay_conn close handling

github.com/webrtc-rs/webrtc - 0899e58c4faf469afe6e5461ae27cef0bb5bb32c authored about 3 years ago by Rusty Rain <[email protected]>
add relay_conn close handling

github.com/webrtc-rs/turn - d6368bf0973efb1866e6fd962312fd4cec768309 authored about 3 years ago by Rusty Rain <[email protected]>
add close handling in conn_disconnected_packet

github.com/webrtc-rs/util - 1aeb26643d90aea7a1b044766b76cca55aaed500 authored about 3 years ago by Rusty Rain <[email protected]>
add close handling in conn_disconnected_packet

github.com/webrtc-rs/webrtc - 5cf6bc4f3cda07cbd8b377425e408eba26d0dac9 authored about 3 years ago by Rusty Rain <[email protected]>
add cancellation

github.com/webrtc-rs/webrtc - d4a602a35511cb1f3c82c036bee3856e888c6bef authored about 3 years ago by Rusty Rain <[email protected]>
add cancellation

github.com/webrtc-rs/ice - ab8de954b97b9a21a383b3cfa25adc86a65062f6 authored about 3 years ago by Rusty Rain <[email protected]>
update examples pointer

github.com/webrtc-rs/webrtc - 91669be59849e286778e47aa2e021ee5d45a13df authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #3 from webrtc-rs/v0.3.0

pull v0.3.0beta to main

github.com/webrtc-rs/webrtc - e73b148fd8103909f05ceaa1d2e70ddbfd109990 authored about 3 years ago by Rusty Rain <[email protected]>
Merge pull request #3 from webrtc-rs/v0.3.0

pull v0.3.0beta to main

github.com/webrtc-rs/examples - c2b4e02198fbdf813416409ed3bd846b0e011da2 authored about 3 years ago by Rusty Rain <[email protected]>