Skip to content

feat: Add DisableRed option for audio publications#708

Open
jibon57 wants to merge 1 commit intolivekit:mainfrom
jibon57:option_disableRed
Open

feat: Add DisableRed option for audio publications#708
jibon57 wants to merge 1 commit intolivekit:mainfrom
jibon57:option_disableRed

Conversation

@jibon57
Copy link
Copy Markdown

@jibon57 jibon57 commented Jul 31, 2025

This PR introduces a DisableRed option to TrackPublicationOptions. This allows developers to disable Redundant Audio Data (RED) for an audio track upon publication.

While RED can improve audio resilience on networks with packet loss, it increases bandwidth usage. This option provides flexibility for scenarios where lower bandwidth is a priority.

@anunaym14
Copy link
Copy Markdown
Member

Thanks for the PR, though I don't think the option is relevant for the SDK at the moment. Any audio that is published is either encoded by the user, or encoded using the PCM track APIs (which does not use RED).

The option is relevant for SDKs that support encoding/decoding.

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