|
12 | 12 | <a href="https://deps.rs/repo/github/webrtc-rs/webrtc">
|
13 | 13 | <img src="https://deps.rs/repo/github/webrtc-rs/webrtc/status.svg">
|
14 | 14 | </a>
|
| 15 | + <a href="https://crates.io/crates/webrtc-rs"> |
| 16 | + <img src="https://img.shields.io/crates/v/webrtc-rs-sdp.svg"> |
| 17 | + </a> |
15 | 18 | <a href="https://docs.rs/webrtc-rs">
|
16 | 19 | <img src="https://docs.rs/webrtc-rs/badge.svg">
|
17 | 20 | </a>
|
|
30 | 33 |
|
31 | 34 | ### Work in Progress Towards 1.0
|
32 | 35 |
|
33 |
| -- [x] SDP: [webrtc-rs/sdp](https://github.com/webrtc-rs/sdp) <img src="https://docs.rs/webrtc-rs-sdp/badge.svg"> |
| 36 | +- [x] SDP: [webrtc-rs/sdp](https://github.com/webrtc-rs/sdp)  |
34 | 37 | - sync up to [pion/sdp/v2.4.0](https://github.com/pion/sdp/tree/b29f0bbd42fc719eabdb027117217b0ddb27abf1)
|
35 |
| -- [x] RTP: [webrtc-rs/rtp](https://github.com/webrtc-rs/rtp) <img src="https://docs.rs/webrtc-rs-rtp/badge.svg"> |
| 38 | +- [x] RTP: [webrtc-rs/rtp](https://github.com/webrtc-rs/rtp)  |
36 | 39 | - sync up to [pion/rtp/v1.6.1](https://github.com/pion/rtp/tree/0d8026ebf7c048a65f30b053f3ce22e7d5e738ee)
|
37 |
| -- [x] RTCP: [webrtc-rs/rtcp](https://github.com/webrtc-rs/rtcp) <img src="https://docs.rs/webrtc-rs-rtcp/badge.svg"> |
| 40 | +- [x] RTCP: [webrtc-rs/rtcp](https://github.com/webrtc-rs/rtcp)  |
38 | 41 | - sync up to [pion/rtcp/v1.2.4](https://github.com/pion/rtcp/tree/d136b4927f135b17cb15c9b287e22a9e053bd498)
|
39 |
| -- [x] SRTP: [webrtc-rs/srtp](https://github.com/webrtc-rs/srtp) <img src="https://docs.rs/webrtc-rs-srtp/badge.svg"> |
| 42 | +- [x] SRTP: [webrtc-rs/srtp](https://github.com/webrtc-rs/srtp)  |
40 | 43 | - sync up to [pion/srtp/v1.5.2](https://github.com/pion/srtp/tree/071a6b95ab38e9eab9324dacd608dde1ec0c7cd3)
|
41 |
| -- [x] DTLS: [webrtc-rs/dtls](https://github.com/webrtc-rs/dtls) <img src="https://docs.rs/webrtc-rs-dtls/badge.svg"> |
| 44 | +- [x] DTLS: [webrtc-rs/dtls](https://github.com/webrtc-rs/dtls)  |
42 | 45 | - sync up to [pion/dtls/v2.0.0](https://github.com/pion/dtls/tree/789798433596e4dd92451b66984dddb2f8a9f165)
|
43 |
| -- [x] STUN: [webrtc-rs/stun](https://github.com/webrtc-rs/stun) <img src="https://docs.rs/webrtc-rs-stun/badge.svg"> |
| 46 | +- [x] STUN: [webrtc-rs/stun](https://github.com/webrtc-rs/stun)  |
44 | 47 | - sync up to [pion/stun/v0.3.5](https://github.com/pion/stun/tree/7b20b792b7e18b3846032aaa80e8c0e2d412d0f8)
|
45 |
| -- [ ] mDNS: [webrtc-rs/mdns](https://github.com/webrtc-rs/mdns) <img src="https://docs.rs/webrtc-rs-mdns/badge.svg"> |
| 48 | +- [ ] mDNS: [webrtc-rs/mdns](https://github.com/webrtc-rs/mdns)  |
46 | 49 | - work in progress
|
47 | 50 | - catch up [pion/mdns/v0.0.4](https://github.com/pion/mdns/tree/2e1665e5f21a89afc152bb4b3791b30eda9b28cf)
|
48 |
| -- [ ] ICE: [webrtc-rs/ice](https://github.com/webrtc-rs/ice) <img src="https://docs.rs/webrtc-rs-ice/badge.svg"> |
| 51 | +- [ ] ICE: [webrtc-rs/ice](https://github.com/webrtc-rs/ice)  |
49 | 52 | - work in progress
|
50 | 53 | - catch up [pion/ice/v2.0.14](https://github.com/pion/ice/tree/c0a874421c45ef6bbc51166b9056aa46c201f075)
|
51 | 54 | - [ ] PeerConnection
|
52 | 55 |
|
53 | 56 | ### Road Map Towards 2.0
|
54 |
| -- [ ] TURN: [webrtc-rs/turn](https://github.com/webrtc-rs/turn) <img src="https://docs.rs/webrtc-rs-turn/badge.svg"> |
| 57 | +- [ ] TURN: [webrtc-rs/turn](https://github.com/webrtc-rs/turn)  |
55 | 58 | - work in progress
|
56 | 59 | - catch up [pion/turn/v2.0.2](https://github.com/pion/turn/tree/502d01577bf86a442ab9b9fa23f78987e7f1e1cd)
|
57 | 60 | - [ ] SCTP
|
|
0 commit comments