Use abs-send-time RTP header extension for video downstream (#149)

- Update ion-sfu to v1.20.14
- Enable `abs-send-time` for video tracks

Reference: ion-sfu PR - https://github.com/livekit/ion-sfu/pull/12

Testing:
--------
- Look at SDP offer in subscriber PC and ensure that abs-send-time is negotiated.
- Ensure that downstream packets have `abs-send-time` extension for video packets.

TODO:
-----
- Not yet setting this for audio tracks. Eventually we want to move
to TWCC. This is just a step along the way.
This commit is contained in:
Raja Subramanian
2021-10-19 23:46:04 +05:30
committed by GitHub
parent 0c8fe361b2
commit 2d76c672e3
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
replace github.com/pion/ion-sfu => github.com/livekit/ion-sfu v1.20.13
replace github.com/pion/ion-sfu => github.com/livekit/ion-sfu v1.20.14