Skip to content

Feature: Implement ICE lite support and consent freshness #25

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

Closed
wants to merge 1 commit into from

Conversation

JackLau1222
Copy link
Collaborator

This PR is based on the whip code in FFmpeg master and #19 , it aims to improve this feature

Key Changes:

avformat/whip: Implement ICE lite support and consent freshness

Usage

You can follow the usage to test this patch.

@@ -143,6 +143,12 @@
#define WHIP_RTCP_PT_START 192
#define WHIP_RTCP_PT_END 223

/**
* Consent-freshness constants �����������������������������������������
Copy link
Member

Choose a reason for hiding this comment

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

Special chars?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@murillo128 same question as #23 (comment)

/**
* Consent-freshness constants �����������������������������������������
*/
#define WHIP_CONSENT_DEF_INTERVAL 15000 /* ms � RFC 7675 default */
Copy link
Member

Choose a reason for hiding this comment

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

Special chars?

@winlinvip
Copy link
Member

Each PR should be relevant to a single feature or bug fix. Please split it into multiple PRs.

@winlinvip winlinvip closed this Jun 9, 2025
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.

3 participants