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

feat(relay):Audioobserver supported on relaying SFU #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mumuan
Copy link

@mumuan mumuan commented Oct 8, 2021

If we relay audio track by ortc api,the sdp has no RTPHeader "urn:ietf:params:rtp-hdrext:ssrc-audio-level", so the relaying sfu can not observer the relayed audio track.

@OrlandoCo
Copy link
Collaborator

OrlandoCo commented Oct 8, 2021

Yeah, this is something under my radar, but needs discussions, since this would work only if you relay the full session, so peers in relayed streams can get audio levels correctly. So we can either specify the audio level as a Relay option or make a session helper to relay sessions to other SFU, that would help for horizontal scaling.

Edit: Sorry I thought it was an Issue, happy to merge !

pkg/buffer/buffer.go Show resolved Hide resolved
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