Hi,<br>Thanks for the prompt reply. Ya I understand that the output from testMP3Receiver.cpp can be played by any mp3 player, however I find that open source players such as vlc are highly integrated and complicated so, I cant see how the file is being played in the code..
<br><br>So, my question is is there any code snippet that can be added to testMP3Receiver.cpp that would enable it to play the mp3 file as it is received? Is it a simple task to add such code or is mp3 decoding in software very complicated because I cant seem to find any simple small scale mp3 player software. Could you suggest one for me please?
<br><br>Thank you,<br>Anand<br><br><div><span class="gmail_quote">On 9/13/07, <b class="gmail_sendername">Ross Finlayson</b> &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;Is there any open source mp3 player that i can use to play the<br>&gt;streams receiver from the sample program testMP3Receiver.cpp?<br><br>The demo application &quot;testMP3Receiver&quot; outputs its received data as a
<br>regular MP3 file, so any MP3 player will be able to play it.<br><br>Did you mean to ask about a player application that could play the<br>stream that is sent by &quot;testMP3Streamer&quot; (not &quot;testMP3Receiver&quot;)?&nbsp;&nbsp;If
<br>so, then VLC &lt;<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a>&gt; can play the stream.<br>First, however, you will need to modify the &quot;testMP3Streamer.cpp&quot;<br>code to uncomment the line
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#define IMPLEMENT_RTSP_SERVER 1<br>and then recompile.&nbsp;&nbsp;The application will then print out a<br>&quot;rtsp://...&quot; URL, which you can enter into VLC.<br><br><br>&gt;simlarly is there some open source to play mpg video files as they
<br>&gt;are being received<br><br>Ditto - VLC.<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list
<br><a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote>
</div><br>