Go to the source code of this file.
◆ ff_rtsp_setup_output_streams()
Announce the stream to the server and set up the RTSPStream child objects for each media stream.
Definition at line 45 of file rtspenc.c.
◆ 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",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
const AVOption ff_rtsp_options[]
Definition at line 38 of file rtspenc.c.
◆ ff_rtsp_muxer
Initial value:= {
.name = "rtsp",
}
#define flags(name, subs,...)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
#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_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass rtsp_muxer_class
static int rtsp_write_header(AVFormatContext *s)
Private data for the RTSP demuxer.
static int write_trailer(AVFormatContext *s1)
Definition at line 243 of file rtspenc.c.