<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;"><br><div><div>On Jun 19, 2014, at 5:55 AM, srd srdsrd <<a href="mailto:pirpi.12345@gmail.com">pirpi.12345@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><blockquote class="gmail_quote" style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I want to stream live audio over network using live 555. I have referred testprogs from source code. I tried with testMP3Streamer.cpp </blockquote><div> </div><blockquote class="gmail_quote" style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
and testMP3Receiver.cpp but when I tried these two programs to stream mp3 file it is just outputting encrypted data on stdout.</blockquote></div></blockquote><div><br></div>The data that's output to 'stdout' is not 'encrypted'.  It's just MP3 audio.  You need to feed it to a MP3 decoder.  (The "LIVE555 Streaming Media" software doesn't include any media decoders (or encoders).)</div><div><br></div><div>If you have a MP3 decoder application that reads from 'stdin', you can simply run:</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>testMP3Receiver | your-MP3-decoder-application</div><div><br></div><div>Alternatively, just run</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>testMP3Receiver > outputFile.mp3</div><div>and this will give you a MP3 file that you can play with a media player.</div><div><br></div><div><br></div><div><blockquote type="cite"><div dir="ltr"><blockquote class="gmail_quote" style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> I want </blockquote><div> </div><blockquote class="gmail_quote" style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
to play mp3 file on client side. </blockquote></div></blockquote><br></div><div>The easiest way to do this is to run the "LIVE555 Media Server": <a href="http://www.live555.com/mediaServer/">http://www.live555.com/mediaServer/</a></div><div>to stream your file, and then use a RTSP/RTP media player client - such as VLC - to play it at the receiving end.</div><div><br></div><div>(Note that, in contrast, "testMP3Streamer"/"testMP3Receiver" are *multicast* applications.  They will work only on networks in which end-to-end IP multicast routing is implemented.)</div><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>