Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

oRTP: oRTP API documentation
oRTP  0.24.0
oRTP API documentation

Initializing oRTP

see ortp.h documentation.

the RtpSession object

see the rtpsession.h documentation.

Managing PayloadType(s) and RtpProfile(s)

see the payloadtype.h documentation.

Sending and receiving telephone-event (RFC2833)

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().

Managing several RtpSession simultaneously

see the sessionset.h documentation.

Parsing incoming rtcp packets.

The parsing api is defined in rtcp.h (not yet documented).

Examples

oRTP comes with a set of examples in src/tests.