Go to the source code of this file.
◆ SDP_MAX_SIZE
#define SDP_MAX_SIZE 16384 |
◆ ff_rtsp_setup_output_streams()
◆ rtsp_write_record()
◆ rtsp_write_header()
◆ ff_rtsp_tcp_write_packet()
◆ rtsp_write_packet()
◆ rtsp_write_close()
◆ rtsp_muxer_class
Initial value:= {
.class_name = "RTSP muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
const AVOption ff_rtsp_options[]
Definition at line 39 of file rtspenc.c.
◆ ff_rtsp_muxer
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 244 of file rtspenc.c.