#include <rtsp.h>

Data Fields | |
| char | Session_ID [RTSP_SESSION_ID_LEN] |
| int | CSeq |
| char * | pathname |
| char * | content_base |
| sdp_session_info * | info |
| rtsp_medium * | media_queue |
| struct rtsp_session_s * | next |
| char * | body |
Item of the RTSP sessions list.
In this struct are present all the information used in a RTSP session. For each session there is a queue of media that belongs to the same ``presentation''
rtsp_medium
Definition at line 103 of file rtsp.h.
| char rtsp_session_s::Session_ID[RTSP_SESSION_ID_LEN] |
1.5.4