|
OpenFFmpeg
|
RTP protocol. More...
#include "libavutil/parseutils.h"#include "libavutil/avstring.h"#include "libavutil/opt.h"#include "avformat.h"#include "avio_internal.h"#include "rtp.h"#include "rtpproto.h"#include "url.h"#include "ip.h"#include <stdarg.h>#include "internal.h"#include "network.h"#include "os_support.h"#include <fcntl.h>Classes | |
| struct | RTPContext |
Macros | |
| #define | OFFSET(x) offsetof(RTPContext, x) |
| #define | D AV_OPT_FLAG_DECODING_PARAM |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
Typedefs | |
| typedef struct RTPContext | RTPContext |
Functions | |
| int | ff_rtp_set_remote_url (URLContext *h, const char *uri) |
| If no filename is given to av_open_input_file because you want to get the local port first, then you must call this function to set the remote server address. More... | |
| int | ff_rtp_get_local_rtp_port (URLContext *h) |
| Return the local rtp port used by the RTP connection. More... | |
Variables | |
| const URLProtocol | ff_rtp_protocol |
RTP protocol.
| int ff_rtp_get_local_rtp_port | ( | URLContext * | h | ) |
Return the local rtp port used by the RTP connection.
| h | media file context |
| int ff_rtp_set_remote_url | ( | URLContext * | h, |
| const char * | uri | ||
| ) |
If no filename is given to av_open_input_file because you want to get the local port first, then you must call this function to set the remote server address.
| h | media file context |
| uri | of the remote server |
| const URLProtocol ff_rtp_protocol |
1.8.12