scream
scream copied to clipboard
SCReAM - Mobile optimised congestion control algorithm
Hi It seems like that, every RMCAT contestant must pass the provided test cases. It seems that scream must have passed all of them, but I could not find any...
Hi, if I compare the RFC8298 media rate control algorithm with the implementation, I didn't find features like "Force a slight reduction in bitrate if RTP queue builds up". And...
I've got this Segmentation Fault, when I restart my sender fast and keep the receiver running. Then the receiver sending feedback with for a SSRC from the old session. #0...
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...
In mentioned version 2 of avtcore-cc-feedback draft the PT in feed back is mentioned as 205. But in code gstreamer plugin code is creating the feedback as 205 which was...
Hello! i'm assuming this is possibly a dumb "user error" issue... but i'm having trouble figuring out what's happening here. I have a video that i'm trying to stream from...
I've tried to run sender and receiver on two different gentoo systems. But the sender is always saying: "RTP queue discarded for SSRC" By commenting out some debugging code in...
As I read in your presentation, it's necessary to subtract the RTP overhead from the given bitrate, before set it to the encoder. From my understanding of the plugin code,...
In the receiver I got: gscream name2 pipeline0 (gst-launch-1.0:11847): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed SINK EVENT I think it's releated to g_object_set(&(filter->rtpSession), "rtcp-reduced-size", true, NULL); in gstscreamrx.cpp
Is there any work in progress to compare different congestion control algorithms under same conditions? It would be great to have tools/framework to simulate different network conditions and test scream,...