-
Notifications
You must be signed in to change notification settings - Fork 20
Implement ICE lite ICE-CONTROLLING support #43
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
base: workflows
Are you sure you want to change the base?
Conversation
The patch is still generated by git config author.
refer to https://www.ffmpeg.org/developer.html#Submitting-patches-1 add header "X-Unsent: 1" add email recipients Signed-off-by: Jack Lau <[email protected]>
Signed-off-by: Sergio Garcia Murillo <[email protected]>
Hi Sergio, thank you for your PR. Could you please provide some background information for this PR in the description? The patch will be generated based on the title and description, and it will be sent via email to the FFmpeg community. Therefore, a detailed description is important for the maintainers to review this PR. |
WHIP RFC 9725 mandates support for connecting to a ICE lite media server as per RFC 8445. This patchs detects the SDP signaling of the ICE lite server and adds the ICE-CONTROLLINGattribute the the stun requests as needed. |
3294e09
to
4aa17ba
Compare
WHIP RFC 9725 mandates support for connecting to a ICE lite media server as per RFC 8445.
This patchs detects the SDP signaling of the ICE lite server and adds the ICE-CONTROLLINGattribute the the stun requests as needed.