EricssonResearch / EricssonResearch/scream
RtpQueue is full with newCc after 65536 seconds (max uint32_t in ntp domain)
- Dominant language
- Shell
- Stars
- 217
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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 ok to keep ntp domain time in a uint32_t variable type.
It happens when no receiver is connected.
After this point, the receiver will not be able to receive any RTP packet.
BTW, is there a way to reset screamtx without recreating the pipeline or re-inserting a new instance of screamtx?
I have attached 2 logs when this happened:
[repro_queue_full1.zip](https://github.com/EricssonResearch/scream/files/12482931/repro_queue_full1.zip)
[repro_queue_full2.zip](https://github.com/EricssonResearch/scream/files/12482933/repro_queue_full2.zip)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.