118 session(std::string cname, std::string addr, std::shared_ptr<uvgrtp::socketfactory> sfp);
119 session(std::string cname, std::string remote_addr, std::string local_addr, std::shared_ptr<uvgrtp::socketfactory> sfp);
123 std::string& get_key();
125 session_impl* pimpl_;
Provides CNAME isolation and can be used to create uvgrtp::session objects.
uvgrtp::media_stream * create_stream(uint16_t port, rtp_format_t fmt, int rce_flags)
Create a unidirectional media_stream for an RTP session.
uvgrtp::media_stream * create_stream(uint16_t src_port, uint16_t dst_port, rtp_format_t fmt, int rce_flags)
Create a uni- or bidirectional media stream.