John wrote:
> Hi,
> i am reading about rtp. most rtp sources are not straight foward to
> understand and
> hence novices like me find it difficult to understand.
Everyone finds it difficult the first few (dozen?) times through :-)
> Is there not a simple rtp program (server) sources in C which can be
> understood easily.
This is not a simple beast and there is no way to make it "simple" ,
IMHO.
> this will help to demonstate how rtp works in practice.
This is implementation specific. There is no "C" standard for RTP.
The particular code is only as good as the programmers who wrote it and
commented/documented it. I'm not aware of an "intro to RTP" example
:-(
> moreover this will clear concepts too.
If you want to see just how much of a beast this is, review the RFCs.
Hold on to your head.
http://www.faqs.org/rfcs/np.html#RTP
Once you see how it's pieced together, you may know where in the source
code to look for what you're interested in or how to narrow a google
search for the bits you need.
A first try with something like this in google:
http://www.google.com/search?q=linux...example%20code
good luck,
prg