linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Fwd: using jpeg encode/decode in android linphone


From: 孙德奎
Subject: [Linphone-developers] Fwd: using jpeg encode/decode in android linphone
Date: Mon, 12 Aug 2013 09:37:03 +0800


Hi, There, 

I have work a period of time for linphone. I want to use jpeg encode/decode in android. 

what I modify are as the following: 

1.   linphonecore.c 
line 1278 add the following code
linphone_core_assign_payload_type(lc,&payload_type_jpeg,26,NULL);

line 869 
modify if (pt && ms_filter_codec_supported(pt->mime_type)){
as if(pt){

2.   LinphoneManager.java
line 966 add the following code
else if ("JPEG".equals(mime)) {
                        Log.e("just for test @20130808");
mLc.enablePayloadType(videoCodec, true); return;
}


I found that by the above modification I can successfully enable jpeg encode/decode. however when I build a video conf the app in android will crash. could you help me about this? 

Thanks!

Dekui


reply via email to

[Prev in Thread] Current Thread [Next in Thread]