Ecosyste.ms: OpenCollective

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

github.com/webrtc-rs/sfu

WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO
https://github.com/webrtc-rs/sfu

only create offer message when SDP renegotiation is needed

85b9bfbf872818cd509b2aa17be3c509f1fb2ce2 authored about 1 year ago
remove Rc/RefCell inside ServerStates/Session/Endpoint

acba1ef83f187110ff682f10c54a84dc2869619b authored about 1 year ago
fix mid order

d9efad8d28bc48fcc2be99b7ba2fa6978f421c19 authored about 1 year ago
refactor rtp_transceiver

dff0bbe6dbeb68dffb7227101fcfbfcaf2cd6faa authored about 1 year ago
fix ssrc sdp

dbbc41e01038c5951d1e407cc2e075f26c4caf2e authored about 1 year ago
add accept_answer

3c9465e64b0bfd8c26bcb603b6947b58d08b224e authored about 1 year ago
add forward other offers

1c3501e4778c0a088527abf8c333bd76eb807318 authored about 1 year ago
add set_association_handle_and_stream_id in Transport

f440aa55884dc9d43429a1bbfc67b95a093c8477 authored about 1 year ago
add create_offer

6a71d1c14de14d0abee7de965aa4e94e8cdc5954 authored about 1 year ago
change payload in ApplicationMessage to DataChannelEvent with Open/Message/Close

7ad853b4687eaa3cc54b2cf3bf1e1a53eba076fc authored about 1 year ago
refactoring rtp_transceiver

c791d726befe203ca470d3391b1308299ce4123c authored about 1 year ago
impl handle_rtp_message/handle_rtcp_message

21665e01ffa07595fdd5b73a85f52b829bc0499b authored about 1 year ago
make transceivers in Endpoint private

e78e805fb700ea243aa776fdabade94f9c3b06a0 authored about 1 year ago
refactor Transport

0304a1e3fd9552e4cc2afe54a71b0d080b3526c1 authored about 1 year ago
add handle_rtp_message/handle_rtcp_message (WIP)

987465f3eee05534314c4fec15a93b0ac4262cac authored about 1 year ago
add rtp/rtcp_handler

5952b2768bd87ec368a7196436dc62821705dffe authored about 1 year ago
add srtp and move srtp context to endpoint's transport

ee8bc1dce0148ffda9d61049b133aa0326a93990 authored about 1 year ago
fix ice state disconnected bug

272821573a9e729646e1b8cae61e46031558f625 authored about 1 year ago
add console log for chat.html

f8862efdc81dc9a7efc75e53a4560b4c9cc12681 authored about 1 year ago
Create FUNDING.yml

a2aae0f448c05266e9273a448c8b094f305a6232 authored about 1 year ago
add rtp header extensions support

bea1789098b09d9c8fcbe0be6f5c24bfb8d02a33 authored about 1 year ago
add sdp util functions

fdd6d5b6a607b3252e2ceaac2099671c6ec3cb26 authored about 1 year ago
refactor fmtp

f5bbea756a339d748b0dc0bf9622dfa12827bdeb authored about 1 year ago
fix rtp_transceiver get_codecs (WIP)

373b6f8cb81e2901bf3928eabd0934b754b47ddf authored about 1 year ago
add set_remote_description

e4af34085ada578c5a240b55a87cb69ef4e9e608 authored about 1 year ago
refactor generate_matched_sdp

6163a15982868cd214da8c7ee199685b1014b9a4 authored about 1 year ago
refine accept_offer

3999ceeec8d1c54d5e5d0d7f9a6f232fb30b674f authored about 1 year ago
add exception_handler

cfe4d186f096d319a7c519cbbc1bb3a157e7b1b2 authored about 1 year ago
fix data_message_type to Text to be compatible with Chrome

6df59f1629370b4c664c8f9cff4ca558df9d2f36 authored about 1 year ago
make sctp internal_buffer max_message_size

165217e05806da14728188adef44df2aeef21918 authored about 1 year ago
add handle_dtls_message

20e14e6a8b7e465a1dcb065274bdef8721593eb9 authored about 1 year ago
add data channel handler

8f466dba65f273817a227b8ee61931db4ce0fd52 authored about 1 year ago
add sctp handler

410a9968fd4af02228e458c8050f7223d62d7981 authored about 1 year ago
add dtls handler

f9fc4890f4b4e5c3d9c4089ccb7f437c3d3f38ea authored about 1 year ago
refactor session_config

08eaa5cdda891272ac20062f1a10f3224df7a1b3 authored about 1 year ago
add endpoint

5bdcf257d6747b2047a918f2acdaae4533ff56ce authored about 1 year ago
move accept_pending_offer/candidates to server_states

25cd7d3c3ca32f4439a292796893ea283719a8f1 authored about 1 year ago
refactor messages/types

14194008a3ba853b8badc9683971285dc6d5a598 authored about 1 year ago
add Gateway handler (WIP)

2c9540ef31b3e8ee39dd8cf0785fe30feb29cfd9 authored about 1 year ago
add Stun handler

22f0ca76170f4de4dc4f4595814363a071a83335 authored about 1 year ago
add Demuxer handler

95f588725e1f0a61b9a8471380e1987b2627f7fd authored about 1 year ago
remove generate_unmatched_sdp which is never used in SFU

83365455db3cd9919a944b9165d24fb59aae3ce0 authored about 1 year ago
refactoring MediaSection

6d499fc641498c0d9b3cb56a07f8d9b14c255d4d authored about 1 year ago
refactoring Candidate

5117761a92cebcd5d4bffd4b5ccd3c53784ed233 authored about 1 year ago
refactor RTCRtpSender with negotiated: RefCell<bool>,

fab3fcdaddf7dace5a132e6bc87296b810d3d147 authored about 1 year ago
refactor code and add generate_unmatched_sdp

d0ddf5b1064e898d7d035c0098bda64542a107b1 authored about 1 year ago
generate_matched_sdp

4fe3fb785714c8b7eb432d8c64271bceb2ccdbf3 authored about 1 year ago
add more description related structs

3b7cb10f4e4ed834f956301aa6183e9102e32f78 authored about 1 year ago
change peer to remote

d1c52e9360aac358bbbf356f1b9d11fa50c31879 authored about 1 year ago
add RTCSessionDescription

05ff607c7dc103577fabf6f746175abbc008e1e1 authored about 1 year ago
simplify accept_offer api

e351207eed0a6aeff6b61c6cc5be014fbd112829 authored about 1 year ago
add UserName type

4e17ce765d80a1ab603357bd50017b89534fccc5 authored about 1 year ago
rename room to session

7d9c7848b86227fe9671f1bafe3ea92ebc062c70 authored about 1 year ago
add answer_sdp

952c107ad39983a72d7110bd0f2022db5d877334 authored about 1 year ago
add Candidate

f7086ff8f2136395b8c49356b52bc9d6ccb5e26e authored about 1 year ago
update rtc crate pointer

fc959793cdda50b58f7d5841dd01c8f9c71f94d7 authored about 1 year ago
update github actions

3c6232bab31f3f1e18b42ec62651e7e2ec37fc00 authored about 1 year ago
add signaling message handle functions

ecd77d7361814338bee3fa57360a6d7098534706 authored about 1 year ago
move dependencies and keep sfu crate sans-io

c481f4ae5f0e1a33291efe49f9c0cfa9d35388f3 authored about 1 year ago
add gracefully shutdown

ae7d2b30c315bd78b87521aa3532677a39f74e56 authored about 1 year ago
add certficate

3ef8dc4100458bf788351a655e4cfc738d122c76 authored about 1 year ago
update submodules pointer

3dc5d758bebe5899d3ef6f54d0e0f278b4f76cea authored about 1 year ago
fix submodules

b3d5199701863d5ae012271334781226363ee6c7 authored about 1 year ago
restructure the code

12cca3fff7a39eed7f8c2304226a98ff9bbb5cac authored about 1 year ago
rename codec to handlers

a88728a4afa44c689575ac8306d25dcb86fd84e7 authored about 1 year ago
fix clippy/fmt

b8d68ee2aaf43bd9d3d44bd557cd6c99fad5acc6 authored about 1 year ago
Update codecov.yml

e85013786badc5382d0a47229fc1e3d78a07d1f0 authored about 1 year ago
Update Cargo.toml

a60675b195a6835d39b03ff81b9559b32bb82c4f authored about 1 year ago
Update README.md

2f121dcb68b05a39e99772ae7718bffb852f18db authored about 1 year ago
move fn from ice_handler to ice_agent

7f98e60061148ea34f7247c8b6ecd047d5c6a27f authored almost 2 years ago
add proto mod

2bbc9a9d00a4e5ee72eb3b4b95336098b5824dfb authored almost 2 years ago
move handlers into codec

d6db037482fd94a517b3b46bdea27a19712ff91b authored almost 2 years ago
add more code in ice_handler

d5c391d061fec1ec39ee309bd631f9bf307dbc9e authored almost 2 years ago
add empty ICEHandler

ff3a07366c66606bf04415b93604ec8179f2926c authored almost 2 years ago
use u64 for room_id/endpoint_id

1158fa4b750ef215ca245f0cb39b0eb3ece2cb66 authored almost 2 years ago
add room

4f7f77eca03065af5a0200c356a04dce6eb7bcc9 authored almost 2 years ago
add signal protocol with join/offer/answer/trickle/leave

5571ecc27d02737cc72c8e797b6489e124541d0d authored almost 2 years ago
make ServerStates readable for signaling

5c8540bd60298120c2ff0f66732a4f365d38ab31 authored almost 2 years ago
refactor UDPDemuxerHandler

bc25e4269c9267d059259d85fa2a6b03ecead921 authored almost 2 years ago
remove unused echo server

b3316eef57048919b8f41ab351a6488ec4be0ff9 authored almost 2 years ago
upgrade retty dep to v0.15.3

c771ccf71361d3e71247f42ffbab21322e013565 authored almost 2 years ago
add log-level in Cli

521e3fbcd8c73ef47b6ea7b6c8a16b58b1c8eb1f authored about 2 years ago
upgrade retty dep to v0.5.0

cbb5ec900ffd75d0f4bfbccc75cda9a8ab1cc541 authored about 2 years ago
upgrade retty dep to v0.4.5

8d4fd5d7ff9c363a2a6fd54e1c6675a9eab24ec1 authored about 2 years ago
upgrade retty dep to v0.4.4

44da512c04b2ed888fffc442c4477e71655a683f authored about 2 years ago
add udp_demuxer

80c3e6a2eaee4f8abbcbf5a6603d5a366299af93 authored about 2 years ago
refactor rtc/server

014944e867128139bdba36804c7e2f29ebb2a37e authored about 2 years ago
upgrade retty dep to v0.4.2

4a67253721588389da3812c0590fab2526eedda9 authored about 2 years ago
add udp rtc echo server

6e43be41cc37b73a93be0107dc07861d8ae0eb65 authored about 2 years ago
add graceful shutdown for signal server

6a7baf70c7fc7d9a015e1ffe81b77b689f45cba3 authored about 2 years ago
refactor signal http server

843ab0f494d5b3419b4a27136ba52080aadbeb63 authored about 2 years ago
simple structure

f697d102bc64a0cc39dd2c5450a074dba6e826fe authored about 2 years ago
fix grcov

4786963733b2b7b41de3f51fab173c3cab69c898 authored about 2 years ago
use tokio runtime

c5ee0558f2961de28654f0283c34e21b409201b4 authored about 2 years ago
add image

d57029cee6d1a451ada01632947dbf09999424f9 authored about 2 years ago
update token of codecov

0158b227c4b76c24856b3bf89223a58b00603464 authored about 2 years ago
update github.actions

7c959485f50772b44a3362f2b2c75f1fe71063c6 authored about 2 years ago
Update Cargo.toml

3db0785da3267aff20d1d97ed431c88118d5aa21 authored about 2 years ago
Update Cargo.toml

079e99555890616d8ae1ef0c37d274fa0be948d3 authored over 2 years ago
init code

f3d6a130f68d8d46a6947e06835918f741b61d0b authored over 3 years ago