libavformat/rtspenc.c File Reference

#include "avformat.h"
#include <sys/time.h>
#include "network.h"
#include "os_support.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 ff_rtsp_muxer


Define Documentation

#define SDP_MAX_SIZE   16384

Definition at line 35 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 37 of file rtspenc.c.

static int rtsp_write_close ( AVFormatContext s  )  [static]

Definition at line 216 of file rtspenc.c.

static int rtsp_write_header ( AVFormatContext s  )  [static]

Definition at line 115 of file rtspenc.c.

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

Definition at line 170 of file rtspenc.c.

static int rtsp_write_record ( AVFormatContext s  )  [static]

Definition at line 99 of file rtspenc.c.

Referenced by rtsp_write_header().

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

Definition at line 131 of file rtspenc.c.

Referenced by rtsp_write_packet().


Variable Documentation

Initial value:

Definition at line 228 of file rtspenc.c.


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