By using jrtplib, I've written both server and client side for RTP h264 video streaming and adapted them for the client can use RTSP to have control over the quality of the video that is streamed by the server.
Now I am asked to improve these applications by RTCP to make them adaptive. It's said that jrtplib handles RTCP packets automatically for it's users can fully focus on streaming, I decided to use it's own RTCP structures. However, altough I've read all documents and examples, even the header files, I couldn't find a solution how to get the data handled that is triggered by RTPSession class and probably stored in RTPRawPacket class.
I need help. Thanks in advance.
Note: These are all for education purposes and I am still a beginner(student) so for the most part of the code I've got help by the internet and I don't have fully control over the subject.