oRTP API documentation
0.14.2
see
ortp.h documentation.
see the
rtpsession.h documentation.
see the
payloadtype.h documentation.
see the
telephonyevents.h documentation. To get informed about incoming telephone-event you can register a callback using
rtp_session_signal_connect() or by registering an event queue using
rtp_session_register_event_queue().
see the
sessionset.h documentation.
The parsing api is defined in
rtcp.h (not yet documented).
oRTP comes with a set of examples in src/tests.
- rtprecv.c rtpsend.c show how to receive and send a single RTP stream.
- mrtprecv.c mrtpsend.c show how to receive and send multiple RTP streams simultaneously