You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: