<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>I am currently using a file, but eventually it will be live source.<br>I got the audio streaming, which is good, but it stutters. I looked at the packet format with wireshark, but found no issues.<br>However I found out that apparently RTP packets are sent too quickly with my class. But if you use MP3AudioFileServerMediaSubsession, the audio is fine and RTP packets are sent at a normal rate.</div></blockquote><div><br></div>OK, so you have code that works: "MP3AudioFileServerMediaSubsession", and code that does not work: Your subclass of "OnDemandServerMediaSubsession".  By looking at the differences between them, it should be relatively easy, then, for you to figure out what's wrong with your code.</div><div><br></div><div><br><blockquote type="cite"><div> If I use my class with openRTSP for a few seconds, the audio file is 3x larger that the video file (with your class it's 10x smaller).<br>Do you have any idea what is happening here?<br></div></blockquote><div><br></div></div>What happens when you try playing this "3x larger" audio file (i.e., after renaming it to have a ".mp3" filename suffix)?<div><br></div><div>I suspect that you are delivering the same MP3 frame into the downstream "MPEG1or2AudioRTPSink" more than once (so you end up with duplicate MP3 frames being sent).</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>