I wrote a program which can encode *.mpg to *.wav file. Here i want to stream this wav file to other PC. THere i want to hear it in real time... PLz help by giving any Valuable ans.
Okay, now you have to pack your wav back to some compressed format, mp3 for eample (to waste not a network bandwidth), chunk by chunk, and send the compressed packets to client, where you have to unpack them and play.
Bookmarks