Changeset cecc208add6903593e8e10d2aa83e42cc31bb4e5

Show
Ignore:
Timestamp:
17/09/07 17:46:32 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190043992 +0000
git-parent:

[6b17bd00124c8add1c3f648f4cbebae7cf2b886e]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190043992 +0000
Message:

Ignore muxed RTCP packets for AVP profile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/udp.c

    r6b17bd0 rcecc208  
    548548            break; 
    549549 
     550        case 72: /* muxed SR */ 
     551        case 73: /* muxed RR */ 
     552        case 74: /* muxed SDES */ 
     553        case 75: /* muxed BYE */ 
     554        case 76: /* muxed APP */ 
     555            goto trash; /* ooh! ignoring RTCP is evil! */ 
     556 
    550557        default: 
    551558            msg_Dbg( p_access, "unsupported RTP payload type: %u", i_payload_type );