Closed orgads closed 2 weeks ago
I have a pcap file in which the timestamp in one packet is less than the previous one. On this case, ts_gap is huge, and the util can write gigabytes of output.
ts_gap
With this pcap file, run:
pcaputil --codec=PCMA/8000/1 bad.pcap bad.wav
pcaputil now takes 100% CPU and writes an infinite output file until aborted.
master
N/A
Describe the bug
I have a pcap file in which the timestamp in one packet is less than the previous one. On this case,
ts_gap
is huge, and the util can write gigabytes of output.Steps to reproduce
With this pcap file, run:
pcaputil now takes 100% CPU and writes an infinite output file until aborted.
PJSIP version
master
Context
N/A
Log, call stack, etc