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
repro_queue_full2.zip