Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFU: Register the ssrc-audio-level RTP extension #373

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

grahamking
Copy link
Contributor

All major browser negotiate this. Adding it to ion-sfu means it will
get passed on to ion-avp, which can then do active speaker detection.

I noticed TransportCCURI was video only, and this one is audio only, so
I split the registration into two loops.

Depends on pion/sdp#94

All major browser negotiate this. Adding it to ion-sfu means it will
get passed on to ion-avp, which can then do active speaker detection.

I noticed TransportCCURI was video only, and this one is audio only, so
I split the registration into two loops.

Updates pion/sdp dependency to 3.0.4
@grahamking grahamking force-pushed the register-audio-level-ext branch from 1a8963a to 15d6ebc Compare January 15, 2021 18:00
@codecov
Copy link

codecov bot commented Jan 15, 2021

Codecov Report

Merging #373 (15d6ebc) into master (e4b36a5) will increase coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   42.77%   42.95%   +0.18%     
==========================================
  Files          19       19              
  Lines        1730     1732       +2     
==========================================
+ Hits          740      744       +4     
+ Misses        894      893       -1     
+ Partials       96       95       -1     
Impacted Files Coverage Δ
pkg/sfu/mediaengine.go 83.67% <100.00%> (+0.69%) ⬆️
pkg/sfu/subscriber.go 74.39% <0.00%> (+1.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4b36a5...15d6ebc. Read the comment docs.

@grahamking grahamking requested a review from OrlandoCo January 15, 2021 21:00
@grahamking grahamking merged commit eea2a83 into ionorg:master Jan 15, 2021
@grahamking grahamking deleted the register-audio-level-ext branch January 15, 2021 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants