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

Fix simulcast track set to incorrect stream id #2455

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Conversation

cnderrauber
Copy link
Member

@cnderrauber cnderrauber commented Apr 14, 2023

When there are more than one simulcast media sections in SDP, we need to check mid when parsing detail for the simulcast track.

When there are more than one simucalst media lines in sdp,
we need check mid when parse detail for simulcast track.
@cnderrauber cnderrauber changed the title Fix simucalst track set to incorrect detail Fix simulcast track set to incorrect stream id Apr 14, 2023
Copy link
Contributor

@boks1971 boks1971 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find @cnderrauber

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 40.00% and project coverage change: +0.03 🎉

Comparison is base (303f204) 77.67% compared to head (7f1a0ad) 77.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2455      +/-   ##
==========================================
+ Coverage   77.67%   77.71%   +0.03%     
==========================================
  Files          87       87              
  Lines        9308     9311       +3     
==========================================
+ Hits         7230     7236       +6     
+ Misses       1650     1648       -2     
+ Partials      428      427       -1     
Flag Coverage Δ
go 79.49% <40.00%> (+0.04%) ⬆️
wasm 70.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sdp.go 87.70% <33.33%> (-0.32%) ⬇️
peerconnection.go 78.25% <50.00%> (-0.17%) ⬇️

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cnderrauber
Copy link
Member Author

@Sean-Der The go 1.18 seems to be removed from test workflow, but is still required by the merge check, make the PR can't be merged in. Can you verify this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants