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 WHIP output #936

Merged
merged 5 commits into from
Jan 30, 2025
Merged

Fix WHIP output #936

merged 5 commits into from
Jan 30, 2025

Conversation

brzep
Copy link
Collaborator

@brzep brzep commented Jan 29, 2025

PR for issue #923

  • modified location header parsing
  • fixed trickle ice sdp structure (works with vdo.ninja)
  • fixed problem with duplicating codec--payload-type mappings in sdp offer (registering supported subset of default codecs)

@brzep brzep force-pushed the @brzep/whip-client-fix branch from 35b7dab to 33c4aeb Compare January 29, 2025 15:44
parameter: "pli".to_owned(),
},
];
for codec in vec![
Copy link
Member

@wkozyra95 wkozyra95 Jan 29, 2025

Choose a reason for hiding this comment

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

don't format loop like that, move that to variable or use iterator
I also don't think you need a vec there, it could be just a slice

@brzep brzep force-pushed the @brzep/whip-client-fix branch from 33c4aeb to 36dfbb3 Compare January 29, 2025 16:54
@wkozyra95
Copy link
Member

btw remember to update PR description

@brzep brzep changed the title @brzep/whip client fix Fix WHIP output Jan 29, 2025
@brzep brzep merged commit ac4935e into master Jan 30, 2025
5 checks passed
@brzep brzep deleted the @brzep/whip-client-fix branch January 30, 2025 09:25
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