I want to create an app which plays videos using the RTP protocol.
I just need to know if anyone can provide any resources/websites, as to where I can find information on how to use the RTP protocol.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What about the RFC’s?
RTP RFC 3550:
http://www.ietf.org/rfc/rfc3550.txt
Also you should take a look at the RTCP protocol for controlling an RTP stream.
RTCP RFC 3605:
http://www.ietf.org/rfc/rfc3605.txt
For implementing a RTP server in C++ you could take a look at JRTPLIB:
http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib