scream icon indicating copy to clipboard operation
scream copied to clipboard

SCReAM - Mobile optimised congestion control algorithm

Results 32 scream issues
Sort by recently updated
recently updated
newest added

Hello , after installing scream, I did the Modifying gstreamer to use L4S in gstream. I then went to run the L4S . /scripts/receiver.sh . /scripts/sender.sh But there was an...

Hi, ScreamTx rust plugin constantly logs "RtpQueue is full" after running for 65536 seconds (65536 * 65536 in **ntp domain** = 4294967296 = max uint32_t). For sure it is not...

We need a way to read the transmit rate from scream when using the rust plugins (screamtx) in order to overlay this information directly on the video using the textoverlay...

I checkout the source code from master and offen the .sln file in visual studio community 2017. I build the source code. But there is many errors, e. g. sys/socket.h,...

On top of the changes in #46 this adds NAT support to the bandwidth tester: - the receiver now only gets its local port to listen to as command line...

Hello, I've been working with SCReAM a bit more lately, and I've encountered an issue where when using the GStreamer elements over a constrained network link, the rate adaptation seems...

With the bandwidthtester receiver on an 100 Mbit/s ethernet link: ``` summary 22.1 Transmit rate = 93584kbps, PLR = 0.00%( 0.00%), RTT = 0.009s, Queue delay = 0.025s summary 24.1...

This supercedes my older PR but includes all relevant changes from it. - whitespace fixes - file deduplication, using `#include` (because Ingemar’s git client doesn’t support symbolic links) - better...

Hi, I'm trying to build the GScream plugins on an x86_64 machine running Ubuntu 18.04. My `GST_PLUGIN_PATH` points to /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ I follow the instructions on the [readme](https://github.com/EricssonResearch/scream/blob/master/code/gscream/readme.txt) page of gscream....

@IngJohEricsson I added parameter check for sender as well. It would be great if the app can be executed with correct parameters and then it is verified that with correct...