rtsp_session_s Struct Reference

RTSP session description. More...

#include <rtsp.h>

Collaboration diagram for rtsp_session_s:

Collaboration graph
[legend]

Data Fields

char Session_ID [RTSP_SESSION_ID_LEN]
int CSeq
char * pathname
char * content_base
sdp_session_infoinfo
rtsp_mediummedia_queue
struct rtsp_session_snext
char * body

Detailed Description

RTSP session description.

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''

Note:
The methods PLAY, PAUSE, RECORD are defined on a``per session'' scope, they have to be sent for each active session. Aggregated media belongs to the same session, so a session method will have effect to every of them. E.g a PLAY method on an Audio Video session will start both audio and video streams at the same time
See also:
rtsp_session_info

rtsp_medium

Definition at line 103 of file rtsp.h.


Field Documentation

char rtsp_session_s::Session_ID[RTSP_SESSION_ID_LEN]

RTSP identifier.

Definition at line 104 of file rtsp.h.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 3 03:10:03 2009 for libnemesi by  doxygen 1.5.4