libavformat/rtspenc.c File Reference

#include "avformat.h"
#include <sys/time.h>
#include <sys/select.h>
#include "network.h"
#include "rtsp.h"
#include "internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"

Go to the source code of this file.

Defines

#define SDP_MAX_SIZE   16384

Functions

int ff_rtsp_setup_output_streams (AVFormatContext *s, const char *addr)
 Announce the stream to the server and set up the RTSPStream child objects for each media stream.
static int rtsp_write_record (AVFormatContext *s)
static int rtsp_write_header (AVFormatContext *s)
static int tcp_write_packet (AVFormatContext *s, RTSPStream *rtsp_st)
static int rtsp_write_packet (AVFormatContext *s, AVPacket *pkt)
static int rtsp_write_close (AVFormatContext *s)

Variables

AVOutputFormat rtsp_muxer


Define Documentation

#define SDP_MAX_SIZE   16384

Definition at line 34 of file rtspenc.c.


Function Documentation

int ff_rtsp_setup_output_streams ( AVFormatContext s,
const char *  addr 
)

Announce the stream to the server and set up the RTSPStream child objects for each media stream.

Definition at line 36 of file rtspenc.c.

Referenced by ff_rtsp_connect().

static int rtsp_write_close ( AVFormatContext s  )  [static]

Definition at line 224 of file rtspenc.c.

static int rtsp_write_header ( AVFormatContext s  )  [static]

Definition at line 116 of file rtspenc.c.

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

Definition at line 171 of file rtspenc.c.

static int rtsp_write_record ( AVFormatContext s  )  [static]

Definition at line 100 of file rtspenc.c.

Referenced by rtsp_write_header().

static int tcp_write_packet ( AVFormatContext s,
RTSPStream rtsp_st 
) [static]

Definition at line 132 of file rtspenc.c.

Referenced by rtsp_write_packet().


Variable Documentation

Initial value:

Definition at line 236 of file rtspenc.c.


Generated on Wed Jan 19 23:49:51 2011 for FFmpeg by  doxygen 1.5.6