|
OpenFFmpeg
|
sctp url_protocol More...
#include <netinet/in.h>#include <netinet/sctp.h>#include "config.h"#include "libavutil/intreadwrite.h"#include "libavutil/parseutils.h"#include "libavutil/opt.h"#include "avformat.h"#include "internal.h"#include "network.h"#include "os_support.h"#include "url.h"Classes | |
| struct | SCTPContext |
Macros | |
| #define | OFFSET(x) offsetof(SCTPContext, x) |
| #define | D AV_OPT_FLAG_DECODING_PARAM |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
Typedefs | |
| typedef struct SCTPContext | SCTPContext |
Variables | |
| const URLProtocol | ff_sctp_protocol |
sctp url_protocol
url syntax: sctp://host:port[?option=val...] option: 'listen' : listen for an incoming connection 'max_streams=n' : set the maximum number of streams 'reuse=1' : enable reusing the socket [TBD]
by setting the maximum number of streams the protocol will use the first two bytes of the incoming/outgoing buffer to store the stream number of the packet being read/written.
| const URLProtocol ff_sctp_protocol |
1.8.12