]> sjero.net Git - linphone/commitdiff
Add fmtp parameters to opus payload to enable FEC and DTX
authorJohan Pascal <johan.pascal@belledonne-communications.com>
Fri, 24 May 2013 11:28:47 +0000 (13:28 +0200)
committerJohan Pascal <johan.pascal@belledonne-communications.com>
Fri, 24 May 2013 11:28:47 +0000 (13:28 +0200)
- update ms2 to get opus filter with locks on ptime

coreapi/linphonecore.c
mediastreamer2

index f4e5536ede8dd391335f2857492f411fcef5fb52..f0963f904f2e87233e48091e7a9687b1eba01b40 100644 (file)
@@ -1288,7 +1288,7 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
        linphone_core_assign_payload_type(lc,&payload_type_g729,18,"annexb=no");
        linphone_core_assign_payload_type(lc,&payload_type_aaceld_22k,-1,"config=F8EE2000; constantDuration=512;  indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5");
        linphone_core_assign_payload_type(lc,&payload_type_aaceld_44k,-1,"config=F8E82000; constantDuration=512;  indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5");
-       linphone_core_assign_payload_type(lc,&payload_type_opus,-1,NULL);
+       linphone_core_assign_payload_type(lc,&payload_type_opus,-1,"useinbandfec=1; usedtx=1");
        linphone_core_handle_static_payloads(lc);
        
        ms_init();
index ef59e93709972e8e7ed1a4b642f0c113b575916f..2278eb3fca4601bd5911f1fe9585d0a3f643f965 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ef59e93709972e8e7ed1a4b642f0c113b575916f
+Subproject commit 2278eb3fca4601bd5911f1fe9585d0a3f643f965