linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] [Patch] Real-Time Text (RFC4103) for linphone


From: Martin Hörlin
Subject: Re: [Linphone-developers] [Patch] Real-Time Text (RFC4103) for linphone
Date: Fri, 26 Aug 2011 11:46:58 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0

Hi Jehan,

Thanks for looking into my patch, sorry for taking so long to get back to you, I was on summer vacation.
Here is an updated version of the patch, using the latest linphone-android trunk. I included the a/b prefixes this time.

Martin

Jehan Monnier skrev 2011-07-06 11:27:
Hi Martin,

Thanks for your patch. 

Your *.patch file do not apply as is to linphone.
I've got the following error with git apply :

mac-book-de-jehan-monnier:oRTP jehanmonnier$ git apply   ~/Desktop/patch_linphone_with_rfc4103/ortp.patch 
error: ortp/payloadtype.h: No such file or directory
error: avprofile.c: No such file or directory

Looking into ortp.patch it seam the a/b prefix are missing:
diff --git include/ortp/payloadtype.h include/ortp/payloadtype.h
index 97c427d..34d970b 100644
--- include/ortp/payloadtype.h
+++ include/ortp/payloadtype.h
@@ -47,7 +47,8 @@ extern "C"{

I'm expecting something like:
diff --git a/include/ortp/payloadtype.h b/include/ortp/payloadtype.h
index 97c427d..34d970b 100644
--- a/include/ortp/payloadtype.h
+++ b/include/ortp/payloadtype.h
@@ -47,7 +47,8 @@ extern "C"{


Cheers


Le 1 juil. 2011 à 11:56, Martin Hörlin a écrit :

Hello everyone,

We have made a patch for Linphone with the hope that Real-Time Text (RFC 4103) can be added to the Linphone opensource project. Real-Time Text is mainly used in telecommunication by people who are deaf or hard of hearing.

The patch is based on the latest linphone-android project. More info about the patch there is a README file in the tar archive and I also included an apk for anyone that wants to try it out without compiling.

I did submit a patch earlier but I think it might have been lost so I made a new updated one.

Best Regards,
Martin Hörlin
--
Med vänlig hälsning
Omnitor AB
Martin Hörlin
Taltelefon: 08-589 000 71 : Fax: 08-589 000 51
Hemsida: www.omnitor.se
Besöksadress: Hammarby Allé 93, 1 tr. SE-120 63 Stockholm Sweden
Postadress: Box 92054 SE-120 06 Stockholm Sweden
<patch_linphone_with_rfc4103.tar.gz>_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

Attachment: realtime-text-patch.tar.gz
Description: application/gzip


reply via email to

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