mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Add fmtp parameters to opus payload to enable FEC and DTX
- update ms2 to get opus filter with locks on ptime
This commit is contained in:
parent
9287b6f4af
commit
e0eb19e8c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ef59e93709972e8e7ed1a4b642f0c113b575916f
|
||||
Subproject commit 2278eb3fca4601bd5911f1fe9585d0a3f643f965
|
||||
Loading…
Add table
Reference in a new issue