savannah-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-users] RTP with lwIP


From: mahee max
Subject: [Savannah-users] RTP with lwIP
Date: Mon, 27 Dec 2010 15:57:57 +0100

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 in order to get an 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, such as like concatenating the RTP Header and RTP Payload, sending it using udp_send.

Kind Regards,
Mahee

reply via email to

[Prev in Thread] Current Thread [Next in Thread]