#include "avformat.h"
#include <sys/time.h>
#include "network.h"
#include "os_support.h"
#include "rtsp.h"
#include "internal.h"
#include "avio_internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"
#include "url.h"
Go to the source code of this file.
#define SDP_MAX_SIZE 16384 |
int ff_rtsp_setup_output_streams |
( |
AVFormatContext * |
s, |
|
|
const char * |
addr |
|
) |
| |
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:= {
.name = "rtsp",
}
#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)
struct RTSPState RTSPState
Private data for the RTSP demuxer.
static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass rtsp_muxer_class
Definition at line 236 of file rtspenc.c.
Initial value:= {
.class_name = "RTSP muxer",
}
const AVOption ff_rtsp_options[]
Definition at line 39 of file rtspenc.c.