[How to create a simple RTP receiver (hooking)](receiving_hook.cc)
NOTE: The hook should **not** be used for media processing. It should be rather used as interface between application and library where the frame handout happens.
[How to create a simple RTP receiver (polling)](receiving_poll.cc)
[How to create an RTCP instance (polling)](rtcp_poll.cc)
[How to create an RTCP instance (hoooking)](rtcp_hook.cc)