FFmpeg
4.0
|
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/random_seed.h"
#include "libavutil/time.h"
#include "avformat.h"
#include "internal.h"
#include "network.h"
#include "os_support.h"
#include "rtpproto.h"
#include "rtsp.h"
#include "rdt.h"
#include "tls.h"
#include "url.h"
Go to the source code of this file.
Data Structures | |
struct | RTSPStatusMessage |
Variables | |
static const struct RTSPStatusMessage | status_messages [] |
static const AVClass | rtsp_demuxer_class |
AVInputFormat | ff_rtsp_demuxer |
|
static |
|
inlinestatic |
Definition at line 71 of file rtspdec.c.
Referenced by ff_rtsp_parse_streaming_commands(), rtsp_listen(), and rtsp_read_request().
|
static |
Definition at line 96 of file rtspdec.c.
Referenced by check_sessionid(), ff_rtsp_parse_streaming_commands(), rtsp_read_announce(), rtsp_read_options(), rtsp_read_record(), and rtsp_read_setup().
|
inlinestatic |
Definition at line 123 of file rtspdec.c.
Referenced by rtsp_read_record(), and rtsp_read_request().
|
inlinestatic |
Definition at line 141 of file rtspdec.c.
Referenced by ff_rtsp_parse_streaming_commands(), rtsp_read_announce(), rtsp_read_options(), rtsp_read_record(), and rtsp_read_setup().
|
static |
Definition at line 171 of file rtspdec.c.
Referenced by rtsp_listen().
|
static |
Definition at line 212 of file rtspdec.c.
Referenced by rtsp_listen().
|
static |
Definition at line 230 of file rtspdec.c.
Referenced by rtsp_listen().
|
static |
Definition at line 340 of file rtspdec.c.
Referenced by rtsp_listen().
|
inlinestatic |
Definition at line 362 of file rtspdec.c.
Referenced by ff_rtsp_parse_streaming_commands(), and rtsp_listen().
int ff_rtsp_parse_streaming_commands | ( | AVFormatContext * | s | ) |
Parse RTSP commands (OPTIONS, PAUSE and TEARDOWN) during streaming in listen mode.
Definition at line 465 of file rtspdec.c.
Referenced by ff_rtsp_open_transport_ctx().
|
static |
Definition at line 505 of file rtspdec.c.
Referenced by rtsp_read_header(), rtsp_read_packet(), and rtsp_read_seek().
|
static |
Definition at line 576 of file rtspdec.c.
Referenced by rtsp_read_packet(), and rtsp_read_seek().
int ff_rtsp_setup_input_streams | ( | AVFormatContext * | s, |
RTSPMessageHeader * | reply | ||
) |
Get the description of the stream and set up the RTSPStream child objects.
The Require: attribute is needed for proper streaming from Realmedia servers.
Definition at line 593 of file rtspdec.c.
Referenced by ff_rtsp_open_transport_ctx().
|
static |
Definition at line 630 of file rtspdec.c.
Referenced by rtsp_read_header().
|
static |
|
static |
int ff_rtsp_tcp_read_packet | ( | AVFormatContext * | s, |
RTSPStream ** | prtsp_st, | ||
uint8_t * | buf, | ||
int | buf_size | ||
) |
Receive one RTP packet from an TCP interleaved RTSP stream.
Definition at line 750 of file rtspdec.c.
Referenced by ff_rtsp_open_transport_ctx().
|
static |
Definition at line 800 of file rtspdec.c.
Referenced by rtsp_read_packet().
|
static |
|
static |
|
static |
Referenced by rtsp_send_reply().
|
static |
AVInputFormat ff_rtsp_demuxer |