jacobt21

Results 22 comments of jacobt21

Great!. If you have any suggesting for improving README please send med diffs and I’ll incorporate them or do official way, creating branch. Thanks. From: xiaoshuyu6 ***@***.***> Sent: Thursday, November...

Added more info to README

Hi Sam, At least for sender, please use scream_sender, for example: export SENDPIPELINE="videotestsrc is-live=true ! video/xraw,format=I420,width=1280,height=720,framerate=25/1 ! x264enc name=video threads=4 speed-preset=ultrafast tune=fastdecode+zerolatency bitrate=8000 ! tee name=t t. ! queue !...

Hi, I was able to reproduce the issue. I've fixed it by removing debugging prints. Please see attached patch. I'll pushed the changes in next day or two [drop_qos_diff.txt](https://github.com/EricssonResearch/scream/files/8086503/drop_qos_diff.txt) .

Pushed the changes. Please let us know if you still see the issue.

Hi Sam, I don’t think you need to try an older version of GStreamer. Just to make sure, Did you run scream_sender and receiver applications without scream enabled and INIT_ENC_BITRATE...

Hi Sam, I've pushed a script to increase kernel buffers. Please try it

BTW, "and the timestamping problem seems to have gone away completely. " Did you have export GST_DEBUG=videodecoder:2

Hi Sam, With GST_DEBUG=2, don’t you also get a bunch of WARN rtpsource rtpsource.c:1013:calculate_jitter: cannot get clock-rate for pt 96 * Jacob

Hi Sam, I’ve run with higher rates: Pipeline: videotestsrc is-live=true ! video/x-raw,format=I420,width=1280,height=720,framerate=50/1 ! x264enc name=video threads=4 speed-preset=ultrafast tune=fastdecode+zerolatency bitrate=30000 ! queue max-size-buffers=2 max-size-byte\ s=0 max-size-time=0 ! rtph264pay ssrc=1 config-interval=-1 !...