Changeset 181:46a91b8f7a56 in mediastreamer2


Ignore:
Timestamp:
Nov 29, 2008 12:25:35 PM (5 years ago)
Author:
aymeric <aymeric@…>
Branch:
default
Message:

Keep reading the same ssrc when it is still active

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@184 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/oRTP/src/rtpparse.c

    r0 r181  
    149149                        } 
    150150                } 
     151    else{ 
     152                        /* The SSRC change must not happen if we still receive 
     153                        ssrc from the initial source. */ 
     154                        session->inc_same_ssrc_count=0; 
     155                } 
     156 
    151157        }else{ 
    152158                session->ssrc_set=TRUE; 
Note: See TracChangeset for help on using the changeset viewer.