Create rtp_timestamp.patch

This commit is contained in:
FusionPBX 2024-06-22 11:00:40 -06:00 committed by GitHub
parent 3a19df73ec
commit fcda62a065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- switch_rtp.c 2024-06-22 15:48:16.879125840 +0000
+++ switch_rtp.c 2024-06-22 15:50:05.055559774 +0000
@@ -8904,6 +8904,7 @@
data = frame->data;
len = frame->datalen;
ts = rtp_session->flags[SWITCH_RTP_FLAG_RAW_WRITE] ? (uint32_t) frame->timestamp : 0;
+ if (!ts) ts = rtp_session->last_write_ts + rtp_session->samples_per_interval;
}
/*