[Live-devel] G.711 STREAMER

Yossy Dreyfus yossyd at nayos.com
Wed Jul 26 08:12:43 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/
_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
 
Hello,
I have an a-law audio file, so I don't need the "aLawFromPCMAudio".
I have tried to send it with "testWAVAudioStreamer" but the player got
only noise. How can I fix it?
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20060726/c3c07c70/attachment-0001.html 


More information about the live-devel mailing list