Go to the source code of this file.
§ SDP_MAX_SIZE
#define SDP_MAX_SIZE 16384 |
§ ff_rtsp_setup_output_streams()
int ff_rtsp_setup_output_streams |
( |
AVFormatContext * |
s, |
|
|
const char * |
addr |
|
) |
| |
§ 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 AVOption ff_rtsp_options[]
Definition at line 39 of file rtspenc.c.
§ ff_rtsp_muxer
Initial value:= {
.name = "rtsp",
}
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 void write_header(FFV1Context *f)
static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass rtsp_muxer_class
Definition at line 241 of file rtspenc.c.