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

SCReAM at Media Server #18

Open
VPBalaRama opened this issue Jun 4, 2019 · 1 comment
Open

SCReAM at Media Server #18

VPBalaRama opened this issue Jun 4, 2019 · 1 comment

Comments

@VPBalaRama
Copy link

Hi All,

Can we adapt SCReAM congestion algorithm at Mediaserver server or it is only for Mobile platform.

Today at Mediaserver we are supporting single half duplex audio call with 3000(Max) receivers(listeners). From audio processing Thread, we are posting RTP payload and List(Listeners list) to Sender thread. In Sender thread simply write RTP content into listeners UDP socket.

It is difficult to maintain the separate RTP queue for each listener. Is it possible to take the SCReAM algorithm without RTPqueue?

@IngJohEricsson
Copy link
Contributor

Hi
Given your description I (one to many transmission) am not sure if it is feasible to use rate adaptation the way it is implemented in SCReAM, the obvious first choice would be to transmit at a low enough bitrate so that even the receiver with the lowest link capacity can successfully receive the media.
Regards
/Ingemar

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

No branches or pull requests

2 participants