Changeset 8c032439f9efb3cc5bcadb05cd12b770b1459bf6

Show
Ignore:
Timestamp:
15/06/08 14:52:51 (4 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1213534371 +0300
git-parent:

[b501c2e0bc8160ea26ffe50cbe209bb291166e03]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1213534371 +0300
Message:

RTP: always enable Roll-Over-Counter carriage

It is pretty much impossible to receive broadcast SRTP without this.
If/when someone needs to disable this, let me know.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/rtp.c

    r4c20f3d r8c03243  
    242242    { 
    243243        p_sys->srtp = srtp_create (SRTP_ENCR_AES_CM, SRTP_AUTH_HMAC_SHA1, 10, 
    244                                    SRTP_PRF_AES_CM, 0); 
     244                                   SRTP_PRF_AES_CM, SRTP_RCC_MODE1); 
    245245        if (p_sys->srtp == NULL) 
    246246        {