From db78dd7fb3b5486e87b424f38111fd8743cb1cb9 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 11 Oct 2013 10:51:07 +0200 Subject: [PATCH] change h264 profile level id to allow working with HD resolutions. --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 3f6e79ae0..1b349677d 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -1263,7 +1263,7 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta linphone_core_assign_payload_type(lc,&payload_type_theora,97,NULL); linphone_core_assign_payload_type(lc,&payload_type_h263_1998,98,"CIF=1;QCIF=1"); linphone_core_assign_payload_type(lc,&payload_type_mp4v,99,"profile-level-id=3"); - linphone_core_assign_payload_type(lc,&payload_type_h264,102,"profile-level-id=428014"); + linphone_core_assign_payload_type(lc,&payload_type_h264,102,"profile-level-id=42801F"); linphone_core_assign_payload_type(lc,&payload_type_vp8,103,NULL); linphone_core_assign_payload_type(lc,&payload_type_x_snow,-1,NULL); /* due to limited space in SDP, we have to disable this h264 line which is normally no more necessary */