linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] H.264 Codecs


From: Mike Schmidt
Subject: Re: [Linphone-developers] H.264 Codecs
Date: Thu, 31 May 2012 09:14:04 -0500

Thanks Jonathan and others for the explanation, that helps.

Out of curiosity, why not use the encoder from ffmpeg/avcodec to avoid
using two different libraries?

-----Original Message-----
From: address@hidden
[mailto:address@hidden On
Behalf Of Jonathan Rosser
Sent: Thursday, May 31, 2012 4:45 AM
To: address@hidden
Subject: Re: [Linphone-developers] H.264 Codecs

On 05/31/12 03:37, Ketan Tang wrote:
> Dear Mike,
> 
> Linphone has an individual codec called msx264 which is the "plugin 
> based on x264". So I guess avcodec-53.dll doesn't contain H.264.
> 
> When building ffmpeg, I think you can select certain codecs. 
> 
> Regards,
> Arthur Tang

Both encode and decode functions are required, and are provided by
different libraries.

msx264 provides the h264 encoder for linphone via a plugin to
mediastreamer2.

ffmpeg/avcodec provides the decoder, via built in mediastreamer2
functionality.

You need both parts to be present to support h264 video calls.
Mediastreamer2 checks that both and encoder and decoder are available
for a particular "codec" type before enabling that type.

Jonathan.

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



reply via email to

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