mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-24 12:48:51 +00:00
FS-5754
This commit is contained in:
parent
4158393f4e
commit
e1e13a7f5f
@ -4623,6 +4623,7 @@ SWITCH_DECLARE(int) switch_rtp_write_frame(switch_rtp_t *rtp_session, switch_fra
|
||||
}
|
||||
|
||||
send_msg->header.ssrc = htonl(rtp_session->ssrc);
|
||||
send_msg->header.seq = htons(++rtp_session->seq);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user