[Live-devel] Audio question
Joseph Lazar
jlazar at xperts.hu
Thu Oct 13 10:32:56 PDT 2005
Ross Finlayson wrote:
> At 04:00 AM 10/11/2005, you wrote:
>
>> I could find handling of G726-32 in the MediaSession.cpp
>> (lookupPayloadFormat()) but later, during init (initiate(), line:
>> 808) it is missing. Is that possible to add the following to line
>> solve the problem:
>>
>> || strcmp(fCodecName, "G726-32") == 0
>
>
> Yes, from what I know about the "G726-*" RTP payload formats (as
> described in RFC 3551, section 4.5.4, you should be able to handle
> these payload formats by adding appropriate tests to the "if"
> statement at line 801 of "liveMedia/MediaSession.cpp".
It would be nice if you could add it to your base code so that next time
it wouldn't be necessary to merge ;-)
More information about the live-devel
mailing list