RTP Packets - c# code
How can I convert a .wav file to RTP packet and send it to a sip Client? I would really appreciate some example code.
I'm worki开发者_开发技巧ng in C#.
Are you encoding/decoding the wav file with a particular codec before sending and receiving? Either way, the RTP packets that are received need to be directed to an output source. That source can be speakers, headset, or file.
精彩评论