Go to the source code of this file.
#define SDP_MAX_SIZE 16384 |
Announce the stream to the server and set up the RTSPStream child objects for each media stream.
Definition at line 46 of file rtspenc.c.
Initial value:= {
.class_name = "RTSP muxer",
}
#define LIBAVUTIL_VERSION_INT
const AVOption ff_rtsp_options[]
Definition at line 39 of file rtspenc.c.
Initial value:= {
.name = "rtsp",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
Private data for the RTSP demuxer.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int rtsp_write_close(AVFormatContext *s)
static int rtsp_write_header(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass rtsp_muxer_class
Definition at line 242 of file rtspenc.c.