Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fixed URI option in srt-live-transmit.md #1578

Merged
merged 1 commit into from
Sep 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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