rgaufman / live555

A mirror of the live555 source code.
GNU Lesser General Public License v3.0
743 stars 365 forks source link

how to receive g726 stream #52

Open longway1024 opened 4 months ago

longway1024 commented 4 months ago

WA_PCMA means g711a and WA_PCMU means g711u,how can I porting g726,I use enum IMA_ADPCM,but It‘s not work

longway1024 commented 4 months ago

WW_WAVAudioFileServerMediaSubsession::createNew(..,WA_PCMA,....) //g711a is ok WW_WAVAudioFileServerMediaSubsession::createNew(..,WA_IMA_ADPCM,....) //g726 is error,how can I support g726?

Horpedc commented 2 months ago

How to long in