rtp: fix packetloss calc for seq=0
This commit is contained in:
parent
8457a5ed18
commit
49132b53d7
1 changed files with 0 additions and 1 deletions
|
@ -555,7 +555,6 @@ void rtcp_sess_rx_rtp(struct rtcp_sess *sess, uint16_t seq, uint32_t ts,
|
|||
|
||||
/* first packet - init sequence number */
|
||||
source_init_seq(mbr->s, seq);
|
||||
mbr->s->max_seq = seq - 1;
|
||||
/* probation not used */
|
||||
sa_cpy(&mbr->s->rtp_peer, peer);
|
||||
++sess->senderc;
|
||||
|
|
Loading…
Add table
Reference in a new issue