libavformat/rtspdec.c File Reference

#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "network.h"
#include "os_support.h"
#include "rtsp.h"
#include "rdt.h"

Go to the source code of this file.

Functions

static int rtsp_read_play (AVFormatContext *s)
static int rtsp_read_pause (AVFormatContext *s)
int ff_rtsp_setup_input_streams (AVFormatContext *s, RTSPMessageHeader *reply)
 Get the description of the stream and set up the RTSPStream child objects.
static int rtsp_probe (AVProbeData *p)
static int rtsp_read_header (AVFormatContext *s, AVFormatParameters *ap)
int ff_rtsp_tcp_read_packet (AVFormatContext *s, RTSPStream **prtsp_st, uint8_t *buf, int buf_size)
 Receive one RTP packet from an TCP interleaved RTSP stream.
static int resetup_tcp (AVFormatContext *s)
static int rtsp_read_packet (AVFormatContext *s, AVPacket *pkt)
static int rtsp_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int rtsp_read_close (AVFormatContext *s)

Variables

AVInputFormat ff_rtsp_demuxer


Function Documentation

int ff_rtsp_setup_input_streams ( AVFormatContext s,
RTSPMessageHeader reply 
)

Get the description of the stream and set up the RTSPStream child objects.

The Require: attribute is needed for proper streaming from Realmedia servers.

Definition at line 107 of file rtspdec.c.

int ff_rtsp_tcp_read_packet ( AVFormatContext s,
RTSPStream **  prtsp_st,
uint8_t *  buf,
int  buf_size 
)

Receive one RTP packet from an TCP interleaved RTSP stream.

Definition at line 179 of file rtspdec.c.

static int resetup_tcp ( AVFormatContext s  )  [static]

Definition at line 233 of file rtspdec.c.

Referenced by rtsp_read_packet().

static int rtsp_probe ( AVProbeData p  )  [static]

Definition at line 144 of file rtspdec.c.

static int rtsp_read_close ( AVFormatContext s  )  [static]

Definition at line 378 of file rtspdec.c.

static int rtsp_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 151 of file rtspdec.c.

static int rtsp_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 246 of file rtspdec.c.

static int rtsp_read_pause ( AVFormatContext s  )  [static]

Definition at line 90 of file rtspdec.c.

Referenced by rtsp_read_packet(), and rtsp_read_seek().

static int rtsp_read_play ( AVFormatContext s  )  [static]

Definition at line 35 of file rtspdec.c.

Referenced by rtsp_read_header(), rtsp_read_packet(), and rtsp_read_seek().

static int rtsp_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
) [static]

Definition at line 352 of file rtspdec.c.


Variable Documentation

Initial value:

Definition at line 398 of file rtspdec.c.


Generated on Mon May 2 19:50:28 2011 for FFmpeg by  doxygen 1.5.6