38 #ifndef SRT_LIVE_DEFAULT_PAYLOAD_SIZE
39 #define SRT_LIVE_DEFAULT_PAYLOAD_SIZE 1316
43 #ifndef SRT_LIVE_MAX_PAYLOAD_SIZE
44 #define SRT_LIVE_MAX_PAYLOAD_SIZE 1456
65 #if SRT_VERSION_VALUE >= 0x010302
66 int enforced_encryption;
97 #define D AV_OPT_FLAG_DECODING_PARAM
98 #define E AV_OPT_FLAG_ENCODING_PARAM
99 #define OFFSET(x) offsetof(SRTContext, x)
101 {
"timeout",
"Timeout of socket I/O operations (in microseconds)",
OFFSET(rw_timeout),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
102 {
"listen_timeout",
"Connection awaiting timeout (in microseconds)" ,
OFFSET(listen_timeout),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
103 {
"send_buffer_size",
"Socket send buffer size (in bytes)",
OFFSET(send_buffer_size),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
104 {
"recv_buffer_size",
"Socket receive buffer size (in bytes)",
OFFSET(recv_buffer_size),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
109 {
"maxbw",
"Maximum bandwidth (bytes per second) that the connection can use",
OFFSET(maxbw),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
110 {
"pbkeylen",
"Crypto key len in bytes {16,24,32} Default: 16 (128-bit)",
OFFSET(pbkeylen),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 32, .flags =
D|
E },
111 {
"passphrase",
"Crypto PBKDF2 Passphrase size[0,10..64] 0:disable crypto",
OFFSET(passphrase),
AV_OPT_TYPE_STRING, { .str =
NULL }, .flags =
D|
E },
112 #if SRT_VERSION_VALUE >= 0x010302
113 {
"enforced_encryption",
"Enforces that both connection parties have the same passphrase set",
OFFSET(enforced_encryption),
AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, .flags =
D|
E },
114 {
"kmrefreshrate",
"The number of packets to be transmitted after which the encryption key is switched to a new key",
OFFSET(kmrefreshrate),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
115 {
"kmpreannounce",
"The interval between when a new encryption key is sent and when switchover occurs",
OFFSET(kmpreannounce),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
116 {
"snddropdelay",
"The sender's extra delay(in microseconds) before dropping packets",
OFFSET(snddropdelay),
AV_OPT_TYPE_INT64, { .i64 = -2 }, -2, INT64_MAX, .flags =
D|
E },
119 {
"ffs",
"Flight flag size (window size) (in bytes)",
OFFSET(ffs),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
122 {
"inputbw",
"Estimated input stream rate",
OFFSET(inputbw),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
123 {
"oheadbw",
"MaxBW ceiling based on % over input stream rate",
OFFSET(oheadbw),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 100, .flags =
D|
E },
124 {
"latency",
"receiver delay (in microseconds) to absorb bursts of missed packet retransmissions",
OFFSET(latency),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
125 {
"tsbpddelay",
"deprecated, same effect as latency option",
OFFSET(latency),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
126 {
"rcvlatency",
"receive latency (in microseconds)",
OFFSET(rcvlatency),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
127 {
"peerlatency",
"peer latency (in microseconds)",
OFFSET(peerlatency),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
128 {
"tlpktdrop",
"Enable too-late pkt drop",
OFFSET(tlpktdrop),
AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, .flags =
D|
E },
129 {
"nakreport",
"Enable receiver to send periodic NAK reports",
OFFSET(nakreport),
AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, .flags =
D|
E },
130 {
"connect_timeout",
"Connect timeout(in milliseconds). Caller default: 3000, rendezvous (x 10)",
OFFSET(connect_timeout),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags =
D|
E },
131 {
"mode",
"Connection mode (caller, listener, rendezvous)",
OFFSET(
mode),
AV_OPT_TYPE_INT, { .i64 =
SRT_MODE_CALLER },
SRT_MODE_CALLER,
SRT_MODE_RENDEZVOUS, .flags =
D|
E, .unit =
"mode" },
135 {
"sndbuf",
"Send buffer size (in bytes)",
OFFSET(sndbuf),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
136 {
"rcvbuf",
"Receive buffer size (in bytes)",
OFFSET(rcvbuf),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
137 {
"lossmaxttl",
"Maximum possible packet reorder tolerance",
OFFSET(lossmaxttl),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
138 {
"minversion",
"The minimum SRT version that is required from the peer",
OFFSET(minversion),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
139 {
"streamid",
"A string of up to 512 characters that an Initiator can pass to a Responder",
OFFSET(streamid),
AV_OPT_TYPE_STRING, { .str =
NULL }, .flags =
D|
E },
140 {
"srt_streamid",
"A string of up to 512 characters that an Initiator can pass to a Responder",
OFFSET(streamid),
AV_OPT_TYPE_STRING, { .str =
NULL }, .flags =
D|
E },
141 {
"smoother",
"The type of Smoother used for the transmission for that socket",
OFFSET(smoother),
AV_OPT_TYPE_STRING, { .str =
NULL }, .flags =
D|
E },
143 {
"transtype",
"The transmission type for the socket",
OFFSET(transtype),
AV_OPT_TYPE_INT, { .i64 = SRTT_INVALID }, SRTT_LIVE, SRTT_INVALID, .flags =
D|
E, .unit =
"transtype" },
144 {
"live",
NULL, 0,
AV_OPT_TYPE_CONST, { .i64 = SRTT_LIVE }, INT_MIN, INT_MAX, .flags =
D|
E, .unit =
"transtype" },
145 {
"file",
NULL, 0,
AV_OPT_TYPE_CONST, { .i64 = SRTT_FILE }, INT_MIN, INT_MAX, .flags =
D|
E, .unit =
"transtype" },
146 {
"linger",
"Number of seconds that the socket waits for unsent data when closing",
OFFSET(linger),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
147 {
"tsbpd",
"Timestamp-based packet delivery",
OFFSET(tsbpd),
AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, .flags =
D|
E },
154 int err = srt_getlasterror(&os_errno);
155 if (err == SRT_EASYNCRCV || err == SRT_EASYNCSND)
163 if (srt_getsockopt(fd, 0, optname, optval, optlen) < 0) {
164 av_log(
h,
AV_LOG_ERROR,
"failed to get option %s on socket: %s\n", optnamestr, srt_getlasterror_str());
172 int ret, blocking = enable ? 0 : 1;
174 ret = srt_setsockopt(socket, 0, SRTO_SNDSYN, &blocking,
sizeof(blocking));
177 return srt_setsockopt(socket, 0, SRTO_RCVSYN, &blocking,
sizeof(blocking));
182 int modes = SRT_EPOLL_ERR | (write ? SRT_EPOLL_OUT : SRT_EPOLL_IN);
183 int eid = srt_epoll_create();
186 if (srt_epoll_add_usock(eid, fd, &
modes) < 0) {
187 srt_epoll_release(eid);
195 int ret,
len = 1, errlen = 1;
205 if (srt_getlasterror(
NULL) == SRT_ETIMEOUT)
243 int streamid_len =
sizeof(streamid);
244 if (srt_setsockopt(fd, SOL_SOCKET, SRTO_REUSEADDR, &reuse,
sizeof(reuse))) {
247 if (srt_bind(fd, addr, addrlen))
250 if (srt_listen(fd, 1))
273 if (srt_connect(fd, addr, addrlen) < 0)
280 "Connection to %s failed (%s), trying next address\n",
292 if (srt_setsockopt(fd, 0, optname, optval, optlen) < 0) {
293 av_log(
h,
AV_LOG_ERROR,
"failed to set option %s on socket: %s\n", optnamestr, srt_getlasterror_str());
307 if ((
s->inputbw >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_INPUTBW,
"SRTO_INPUTBW", &
s->inputbw,
sizeof(
s->inputbw)) < 0) ||
308 (
s->oheadbw >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_OHEADBW,
"SRTO_OHEADBW", &
s->oheadbw,
sizeof(
s->oheadbw)) < 0)) {
321 int latency =
s->latency / 1000;
322 int rcvlatency =
s->rcvlatency / 1000;
323 int peerlatency =
s->peerlatency / 1000;
324 #if SRT_VERSION_VALUE >= 0x010302
325 int snddropdelay =
s->snddropdelay > 0 ?
s->snddropdelay / 1000 :
s->snddropdelay;
327 int connect_timeout =
s->connect_timeout;
330 (
s->transtype != SRTT_INVALID &&
libsrt_setsockopt(
h, fd, SRTO_TRANSTYPE,
"SRTO_TRANSTYPE", &
s->transtype,
sizeof(
s->transtype)) < 0) ||
331 (
s->maxbw >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_MAXBW,
"SRTO_MAXBW", &
s->maxbw,
sizeof(
s->maxbw)) < 0) ||
332 (
s->pbkeylen >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_PBKEYLEN,
"SRTO_PBKEYLEN", &
s->pbkeylen,
sizeof(
s->pbkeylen)) < 0) ||
333 (
s->passphrase &&
libsrt_setsockopt(
h, fd, SRTO_PASSPHRASE,
"SRTO_PASSPHRASE",
s->passphrase, strlen(
s->passphrase)) < 0) ||
334 #
if SRT_VERSION_VALUE >= 0x010302
335 #
if SRT_VERSION_VALUE >= 0x010401
336 (
s->enforced_encryption >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_ENFORCEDENCRYPTION,
"SRTO_ENFORCEDENCRYPTION", &
s->enforced_encryption,
sizeof(
s->enforced_encryption)) < 0) ||
339 (
s->enforced_encryption >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_STRICTENC,
"SRTO_STRICTENC", &
s->enforced_encryption,
sizeof(
s->enforced_encryption)) < 0) ||
341 (
s->kmrefreshrate >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_KMREFRESHRATE,
"SRTO_KMREFRESHRATE", &
s->kmrefreshrate,
sizeof(
s->kmrefreshrate)) < 0) ||
342 (
s->kmpreannounce >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_KMPREANNOUNCE,
"SRTO_KMPREANNOUNCE", &
s->kmpreannounce,
sizeof(
s->kmpreannounce)) < 0) ||
343 (
s->snddropdelay >=-1 &&
libsrt_setsockopt(
h, fd, SRTO_SNDDROPDELAY,
"SRTO_SNDDROPDELAY", &snddropdelay,
sizeof(snddropdelay)) < 0) ||
347 (
s->ipttl >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_IPTTL,
"SRTO_IPTTL", &
s->ipttl,
sizeof(
s->ipttl)) < 0) ||
348 (
s->iptos >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_IPTOS,
"SRTO_IPTOS", &
s->iptos,
sizeof(
s->iptos)) < 0) ||
349 (
s->latency >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_LATENCY,
"SRTO_LATENCY", &latency,
sizeof(latency)) < 0) ||
350 (
s->rcvlatency >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_RCVLATENCY,
"SRTO_RCVLATENCY", &rcvlatency,
sizeof(rcvlatency)) < 0) ||
351 (
s->peerlatency >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_PEERLATENCY,
"SRTO_PEERLATENCY", &peerlatency,
sizeof(peerlatency)) < 0) ||
352 (
s->tlpktdrop >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_TLPKTDROP,
"SRTO_TLPKTDROP", &
s->tlpktdrop,
sizeof(
s->tlpktdrop)) < 0) ||
353 (
s->nakreport >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_NAKREPORT,
"SRTO_NAKREPORT", &
s->nakreport,
sizeof(
s->nakreport)) < 0) ||
354 (connect_timeout >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_CONNTIMEO,
"SRTO_CONNTIMEO", &connect_timeout,
sizeof(connect_timeout)) <0 ) ||
355 (
s->sndbuf >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_SNDBUF,
"SRTO_SNDBUF", &
s->sndbuf,
sizeof(
s->sndbuf)) < 0) ||
356 (
s->rcvbuf >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_RCVBUF,
"SRTO_RCVBUF", &
s->rcvbuf,
sizeof(
s->rcvbuf)) < 0) ||
357 (
s->lossmaxttl >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_LOSSMAXTTL,
"SRTO_LOSSMAXTTL", &
s->lossmaxttl,
sizeof(
s->lossmaxttl)) < 0) ||
358 (
s->minversion >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_MINVERSION,
"SRTO_MINVERSION", &
s->minversion,
sizeof(
s->minversion)) < 0) ||
359 (
s->streamid &&
libsrt_setsockopt(
h, fd, SRTO_STREAMID,
"SRTO_STREAMID",
s->streamid, strlen(
s->streamid)) < 0) ||
360 #
if SRT_VERSION_VALUE >= 0x010401
361 (
s->smoother &&
libsrt_setsockopt(
h, fd, SRTO_CONGESTION,
"SRTO_CONGESTION",
s->smoother, strlen(
s->smoother)) < 0) ||
363 (
s->smoother &&
libsrt_setsockopt(
h, fd, SRTO_SMOOTHER,
"SRTO_SMOOTHER",
s->smoother, strlen(
s->smoother)) < 0) ||
365 (
s->messageapi >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_MESSAGEAPI,
"SRTO_MESSAGEAPI", &
s->messageapi,
sizeof(
s->messageapi)) < 0) ||
366 (
s->payload_size >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_PAYLOADSIZE,
"SRTO_PAYLOADSIZE", &
s->payload_size,
sizeof(
s->payload_size)) < 0) ||
368 (
s->tsbpd >= 0 &&
libsrt_setsockopt(
h, fd, SRTO_TSBPDMODE,
"SRTO_TSBPDMODE", &
s->tsbpd,
sizeof(
s->tsbpd)) < 0)) {
372 if (
s->linger >= 0) {
374 lin.l_linger =
s->linger;
375 lin.l_onoff = lin.l_linger > 0 ? 1 : 0;
385 struct addrinfo hints = { 0 }, *ai, *cur_ai;
391 char hostname[1024],proto[1024],path[1024];
397 &port, path,
sizeof(path), uri);
398 if (strcmp(proto,
"srt"))
400 if (port <= 0 || port >= 65536) {
404 p = strchr(uri,
'?');
407 s->rw_timeout = strtoll(buf,
NULL, 10);
410 s->listen_timeout = strtoll(buf,
NULL, 10);
413 if (
s->rw_timeout >= 0) {
414 open_timeout =
h->rw_timeout =
s->rw_timeout;
418 snprintf(portstr,
sizeof(portstr),
"%d", port);
424 "Failed to resolve hostname %s: %s\n",
433 #if SRT_VERSION_VALUE >= 0x010401
434 fd = srt_create_socket();
436 fd = srt_socket(cur_ai->ai_family, cur_ai->ai_socktype, 0);
449 if (
s->recv_buffer_size > 0) {
450 srt_setsockopt(fd, SOL_SOCKET, SRTO_UDP_RCVBUF, &
s->recv_buffer_size, sizeof (
s->recv_buffer_size));
452 if (
s->send_buffer_size > 0) {
453 srt_setsockopt(fd, SOL_SOCKET, SRTO_UDP_SNDBUF, &
s->send_buffer_size, sizeof (
s->send_buffer_size));
463 ret =
libsrt_listen(read_eid, fd, cur_ai->ai_addr, cur_ai->ai_addrlen,
h,
s->listen_timeout);
464 srt_epoll_release(read_eid);
474 if (srt_bind(fd, cur_ai->ai_addr, cur_ai->ai_addrlen)) {
476 srt_epoll_release(write_eid);
482 open_timeout,
h, !!cur_ai->ai_next);
483 srt_epoll_release(write_eid);
497 int optlen =
sizeof(packet_size);
502 h->max_packet_size = packet_size;
517 if (cur_ai->ai_next) {
519 cur_ai = cur_ai->ai_next;
539 if (srt_startup() < 0) {
544 p = strchr(uri,
'?');
547 s->maxbw = strtoll(buf,
NULL, 10);
550 s->pbkeylen = strtol(buf,
NULL, 10);
555 if (!
s->passphrase) {
560 #if SRT_VERSION_VALUE >= 0x010302
562 s->enforced_encryption = strtol(buf,
NULL, 10);
565 s->kmrefreshrate = strtol(buf,
NULL, 10);
568 s->kmpreannounce = strtol(buf,
NULL, 10);
571 s->snddropdelay = strtoll(buf,
NULL, 10);
575 s->mss = strtol(buf,
NULL, 10);
578 s->ffs = strtol(buf,
NULL, 10);
581 s->ipttl = strtol(buf,
NULL, 10);
584 s->iptos = strtol(buf,
NULL, 10);
587 s->inputbw = strtoll(buf,
NULL, 10);
590 s->oheadbw = strtol(buf,
NULL, 10);
593 s->latency = strtoll(buf,
NULL, 10);
596 s->latency = strtoll(buf,
NULL, 10);
599 s->rcvlatency = strtoll(buf,
NULL, 10);
602 s->peerlatency = strtoll(buf,
NULL, 10);
605 s->tlpktdrop = strtol(buf,
NULL, 10);
608 s->nakreport = strtol(buf,
NULL, 10);
611 s->connect_timeout = strtoll(buf,
NULL, 10);
615 s->payload_size = strtol(buf,
NULL, 10);
618 if (!strcmp(buf,
"caller")) {
620 }
else if (!strcmp(buf,
"listener")) {
622 }
else if (!strcmp(buf,
"rendezvous")) {
630 s->sndbuf = strtol(buf,
NULL, 10);
633 s->rcvbuf = strtol(buf,
NULL, 10);
636 s->lossmaxttl = strtol(buf,
NULL, 10);
639 s->minversion = strtol(buf,
NULL, 0);
658 s->messageapi = strtol(buf,
NULL, 10);
661 if (!strcmp(buf,
"live")) {
662 s->transtype = SRTT_LIVE;
663 }
else if (!strcmp(buf,
"file")) {
664 s->transtype = SRTT_FILE;
671 s->linger = strtol(buf,
NULL, 10);
695 ret = srt_recvmsg(
s->fd, buf,
size);
714 ret = srt_sendmsg(
s->fd, buf,
size, -1, 1);
726 srt_epoll_release(
s->eid);