<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] G.711
STREAMER</title></head><body>
<blockquote type="cite" cite><font face="Courier New" size="-1"
color="#000000">I have an a-law audio file, so I don't need the
"</font>aLawFromPCMAudio<font
color="#000000">".</font></blockquote>
<blockquote type="cite" cite><font face="Courier New" size="-1"
color="#000000">I have tried to send it with
"testWAVAudioStreamer" but the player got only noise. How
can I fix it?</font></blockquote>
<div><br></div>
<div>Is your file really a ".wav" file??
"testWAVAudioStreamer" is (as its name suggests)
specifically for ".wav" PCM files.</div>
<div><br></div>
<div>Streaming a-law audio over RTP is done the same way as streaming
u-law audio over RTP, except that the MIME subtype is "PCMA"
(rather than "PCMU"), and - for 8 kHz mono - the static
payload type 8 (rather than 0). (See RFC 3551.)</div>
<div><br></div>
<div>You should be able to figure out from the existing code how to do
this...</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>