ion-sfu icon indicating copy to clipboard operation
ion-sfu copied to clipboard

feat(relay):Audioobserver supported on relaying SFU

Open mumuan opened this issue 2 years ago • 1 comments

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.

mumuan avatar Oct 08 '21 01:10 mumuan

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 !

OrlandoCo avatar Oct 08 '21 01:10 OrlandoCo