linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] G.722 in Linphone?


From: Simon Morlat
Subject: Re: [Linphone-developers] G.722 in Linphone?
Date: Thu, 15 Apr 2010 11:12:25 +0200

If you have lastest linphone from git, you are just missing to assign a
payload number to g722, see coreapi/linphonecore.c near the lines:

linphone_core_assign_payload_type(&payload_type_pcmu8000,0,NULL);
linphone_core_assign_payload_type(&payload_type_gsm,3,NULL);
linphone_core_assign_payload_type(&payload_type_pcma8000,8,NULL);
linphone_core_assign_payload_type(&payload_type_lpc1015,115,NULL);
linphone_core_assign_payload_type(&payload_type_speex_nb,110,"vbr=on");
...

Once done you should be able to see g722 in the codec tab.

Simon

Le mardi 13 avril 2010 à 09:06 +0200, Simon Brenner a écrit :
> Hey,
> 
> I'm interested in integrating the G.722 audio codec into my Linphone. I'm 
> using the files offered on
> this thread:
> 
> http://lists.gnu.org/archive/html/linphone-developers/2009-09/msg00034.html
> 
> Has anyone successfully done this??
> 
> I copied msg722.c, g722_encode.c and g722_decode.c into mediastreamer2/src 
> and g722.h into
> mediastreamer2/include/mediastreamer2.
> I added two new filter id's to allfilters.h and added the C-files to 
> mediastreamer2/src/Makefile.am.
> 
> Is there anything else I have to do to get the codec working?
> Do I have to extend avprofile.c in oRTP/src with my codec?
> 
> Thanks for any help!
> 
> Greetings,
> 
> -Simon.
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers






reply via email to

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