Provides CNAME isolation and can be used to create uvgrtp::session objects.
bool crypto_enabled() const
Has Crypto++ been included in uvgRTP library.
rtp_error_t destroy_session(uvgrtp::session *session)
Destroy RTP session and all of its media streams.
uvgrtp::session * create_session(std::string address)
Create a new RTP session.
uvgrtp::session * create_session(std::pair< std::string, std::string > addresses)
Create a new RTP session between two IP addresses.