Hi, recently I have written a UDP client/server using lwip Raw API. On top of that I have implemented a SIP stack such that I can send an invite to the server and get the response from the server. In my next step I wanted to extend my software so that I can send media data. For this I have gone through RTP and started to implement the same, as a reference I was analyzing some implementations from other people in order to get a rough idea of how they have done it. But unfortunately most of them used Sockets, since i have implemented my UDP client using Raw API, I have no plans to change my code nor I am planning to mix socket programming with Raw API. Is there somebody who can steer me up, or at least give a small hint of how to send the rtp packets using raw API. Any basic example or good reference would be of great help to my project. Thanks and Regards, Greek
|