Skip to content

Commit

Permalink
[docs] Fixed URI option in srt-live-transmit.md (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Sep 25, 2020
1 parent 50b7af0 commit 73ee1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/srt-live-transmit.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ All other parameters are SRT socket options. The following have the following va
| `peerlatency` | `ms` | `SRTO_PEERLATENCY` | Minimum receiver latency to be requested by sender. |
| `rcvbuf` | `bytes` | `SRTO_RCVBUF` | Receiver buffer size |
| `rcvlatency` | `ms` | `SRTO_RCVLATENCY` | Receiver-side latency. |
| `rexmitalgo` | {`0`, `1`} | `SRTO_RETRANSMITALGOR` | Packet retransmission algorithm to use. |
| `retransmitalgo` | {`0`, `1`} | `SRTO_RETRANSMITALGO` | Packet retransmission algorithm to use. |
| `sndbuf` | `bytes` | `SRTO_SNDBUF` | Sender buffer size. |
| `snddropdelay` | `ms` | `SRTO_SNDDROPDELAY` | Sender's delay before dropping packets. |
| `streamid` | `string` | `SRTO_STREAMID` | Stream ID (settable in caller mode only, visible on the listener peer). |
Expand Down

0 comments on commit 73ee1e1

Please sign in to comment.