EricssonResearch / scream

SCReAM - Mobile optimised congestion control algorithm
BSD 2-Clause "Simplified" License
174 stars 53 forks source link

SCReAM at Media Server #18

Open VPBalaRama opened 5 years ago

VPBalaRama commented 5 years ago

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 commented 5 years ago

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