mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
FS-8864
This commit is contained in:
parent
e4e752fdde
commit
339cef5d05
@ -7291,7 +7291,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
|||||||
|
|
||||||
rtp_session->ts_norm.last_frame = ntohl(send_msg->header.ts);
|
rtp_session->ts_norm.last_frame = ntohl(send_msg->header.ts);
|
||||||
send_msg->header.ts = htonl(rtp_session->ts_norm.ts);
|
send_msg->header.ts = htonl(rtp_session->ts_norm.ts);
|
||||||
printf("WTF %d\n", rtp_session->ts_norm.ts);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
send_msg->header.ssrc = htonl(rtp_session->ssrc);
|
send_msg->header.ssrc = htonl(rtp_session->ssrc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user