multiplex: Add debug print to garbage collection
This commit is contained in:
parent
a3ba77425d
commit
72ff6b3fc9
|
@ -808,6 +808,7 @@ void uvgrtp::formats::h26x::garbage_collect_lost_frames(size_t timout)
|
|||
#ifndef __RTP_SILENT__
|
||||
uint16_t s_seq = gc_frame.second.s_seq;
|
||||
uint16_t e_seq = gc_frame.second.e_seq;
|
||||
UVG_LOG_DEBUG("First fragment timestamp %u, timeout %u", uvgrtp::clock::hrc::diff_now(gc_frame.second.sframe_time), (uint64_t)timout);
|
||||
UVG_LOG_WARN("Found an old frame that has not been completed. Ts: %lu, Seq: %u <-> %u, received/expected: %lli/%lli",
|
||||
gc_frame.first, s_seq, e_seq, gc_frame.second.received_packet_seqs.size(), calculate_expected_fus(gc_frame.first));
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue