<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr"><div>Hi , I want to implement a real time application which server 
streams it's music to clients , and clients should play this stream 
exactly simultaneously.After a lot of search , I found live555 for my 
purpose.After some experience with it , I finally figured out that I can
 use from testMP3Streamer as my server and testMP3Receiver or 
testRTSPClient as my client. But the clients just output the stream to 
the STDOUT or to my custom file and they don't play it.</div></div></blockquote><div><br></div>The data output  - to 'stdout' - consists of encoded MP3 audio frames (because that's what was transmitted (inside RTP packets) by the server).  To 'play' this data, you need to feed it into a decoder (which we don't supply).  That's what media players (such as VLC, Winamp, etc.) do.</div><div><br></div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div>I played this 
music in VLC environment(by URL rtp://... or rtsp://...) , But VLC is 
not real time , and my clients does not play it simultaneously. How can I
 play this stream exactly simultaneously?<br></div></div></blockquote><div><br></div></div>Right now, you can't.  There has been recent work in the IETF to make this possible (see <<a href="https://ietf.org/doc/draft-ietf-avtcore-idms/?include_text=1">https://ietf.org/doc/draft-ietf-avtcore-idms/?include_text=1</a>>), but we don't currently support this.<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;  "><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;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>