[Live-devel] G.711 STREAMER
Ross Finlayson
finlayson at live555.com
Mon Jul 24 17:13:48 PDT 2006
>hi,
>
>I'm using the Live555 package and want to write G.711 audio streamer.
>Is there anyone that already got it?
G.711 is just u-law (or a-law) audio. Note the
"testWAVAudioStreamer" demo application (that streams audio from a
WAV audio file). If you uncomment the line
#define CONVERT_TO_ULAW 1
in "testWAVAudioStreamer.cpp", you will get G.711 u-law audio RTP streaming.
To stream G.711 a-law audio, you (or someone else) would need to
write a new "aLawFromPCMAudio" filter, similar to the existing
"uLawFromPCMAudio" filter class.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list