hi,
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.
Printable View
hi,
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.
Can u help me in programming side ...
How to implement it using Encoder SDK.
Sorry, have no experience in this. Please don't be confused, the answer was just obvious. :)