Skip to content

Commit 0c7e146

Browse files
committed
Update interceptors list
1 parent 7cc5066 commit 0c7e146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ by anyone. With the following tenets in mind.
3232
* [NACK Generator/Responder](https://github.com/pion/interceptor/tree/master/pkg/nack)
3333
* [Sender and Receiver Reports](https://github.com/pion/interceptor/tree/master/pkg/report)
3434
* [Transport Wide Congestion Control Feedback](https://github.com/pion/interceptor/tree/master/pkg/twcc)
35+
* [RTCP Feedback for Congestion Control](https://github.com/pion/interceptor/tree/master/pkg/rfc8888) as defined by [RFC 8888](https://datatracker.ietf.org/doc/html/rfc8888).
36+
* [JitterBuffer](https://github.com/pion/interceptor/tree/master/pkg/jitterbuffer) Re-order packets and wait for arrival on the remote/inbound RTP path.
3537
* [Packet Dump](https://github.com/pion/interceptor/tree/master/pkg/packetdump)
3638
* [Google Congestion Control](https://github.com/pion/interceptor/tree/master/pkg/gcc)
3739
* [Stats](https://github.com/pion/interceptor/tree/master/pkg/stats) A [webrtc-stats](https://www.w3.org/TR/webrtc-stats/) compliant statistics generation
@@ -41,8 +43,6 @@ by anyone. With the following tenets in mind.
4143
### Planned Interceptors
4244
* Bandwidth Estimation
4345
- [NADA](https://tools.ietf.org/html/rfc8698)
44-
* JitterBuffer, re-order packets and wait for arrival
45-
* [RTCP Feedback for Congestion Control](https://datatracker.ietf.org/doc/html/rfc8888) the standardized alternative to TWCC.
4646

4747
### Interceptor Public API
4848
The public interface is defined in [interceptor.go](https://github.com/pion/interceptor/blob/master/interceptor.go).

0 commit comments

Comments
 (0)