>Is there any open source mp3 player that i can use to play the >streams receiver from the sample program testMP3Receiver.cpp?
The demo application "testMP3Receiver" outputs its received data as a regular MP3 file, so any MP3 player will be able to play it. Did you mean to ask about a player application that could play the stream that is sent by "testMP3Streamer" (not "testMP3Receiver")? If so, then VLC <http://www.videolan.org/vlc/> can play the stream. First, however, you will need to modify the "testMP3Streamer.cpp" code to uncomment the line #define IMPLEMENT_RTSP_SERVER 1 and then recompile. The application will then print out a "rtsp://..." URL, which you can enter into VLC. >simlarly is there some open source to play mpg video files as they >are being received Ditto - VLC. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel