<!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] Queries related to Streaming MP3
clips us</title></head><body>
<blockquote type="cite" cite><font face="Tahoma" size="-1">I
have&nbsp;some doubts regarding the RTP Payload for
MP3.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Tahoma" size="-1">1) When I
received the payload&nbsp;it's something like
this&nbsp;</font></blockquote>
<blockquote type="cite" cite><font face="Tahoma" size="-1">&nbsp;&nbsp;
&nbsp;00 00 00 00 ff e3 e8 .....</font></blockquote>
<blockquote type="cite" cite><font face="Tahoma"
size="-1">&nbsp;&nbsp;&nbsp; The valid data starts only after 4 bytes
in all the cases. Why is that so?</font></blockquote>
<div><br></div>
<div>Because these first 4 bytes are the &quot;MPEG Audio-specific
header&quot; defined for the RTP payload format for MPEG-1 or 2
Elementary Stream audio (which includes MP3), defined in RFC 2250 (see
section 3.5).</div>
<div><br></div>
<div>If you transmit your data using the &quot;MPEG1or2AudioRTPSink&quot;
class, and receive it using the &quot;MPEG1or2AudioRTPSource&quot;
class, then the inserting and removing of this header is done
automatically, and you don't have to know or care about it.</div>
<div><br></div>
<div>See the code for the &quot;testMP3Streamer&quot; and
&quot;testMP3Receiver&quot; for examples of how this is done (over
multicast, in this case).</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>