<!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
&quot;</font>aLawFromPCMAudio<font
color="#000000">&quot;.</font></blockquote>
<blockquote type="cite" cite><font face="Courier New" size="-1"
color="#000000">I have tried to send it with
&quot;testWAVAudioStreamer&quot; but the player got only noise. How
can I fix it?</font></blockquote>
<div><br></div>
<div>Is your file really a &quot;.wav&quot; file??&nbsp;
&quot;testWAVAudioStreamer&quot; is (as its name suggests)
specifically for &quot;.wav&quot; 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 &quot;PCMA&quot;
(rather than &quot;PCMU&quot;), and - for 8 kHz mono - the static
payload type 8 (rather than 0).&nbsp; (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>