|
Functions | |
| rtp_session * | rtp_session_init (nms_sockaddr *local, nms_sockaddr *peer) |
| rtp_ssrc * | rtp_session_get_ssrc (rtp_session *sess, struct rtsp_ctrl_t *ctl) |
| rtp_ssrc* rtp_session_get_ssrc | ( | rtp_session * | sess, | |
| struct rtsp_ctrl_t * | ctl | |||
| ) |
Gets the active SSRC for the given RTP Session
| sess | The session for which to get the SSRC | |
| ctl | The RTSP Controller |
Definition at line 115 of file rtp_session.c.
References rtp_active_ssrc_queue(), rtp_next_active_ssrc(), and rtsp_get_rtp_queue().

| rtp_session* rtp_session_init | ( | nms_sockaddr * | local, | |
| nms_sockaddr * | peer | |||
| ) |
Initializes a new rtp session with the specified endpoints
| local | local endpoint | |
| peer | remote endpoint |
Definition at line 41 of file rtp_session.c.
References BANDWIDTH, RTP_AVP_UDP, rtp_transport_set(), and rtpptdefs_new().

1.5.4