module-roc: update docs

This commit is contained in:
Wim Taymans 2022-04-25 20:26:07 +02:00
parent 3be019d7a8
commit 0306855b5b
2 changed files with 5 additions and 0 deletions

View file

@ -58,6 +58,7 @@
* - `sess.latency.msec = <str>`: target network latency in milliseconds
* - `resampler.profile = <str>`: Possible values: `disable`, `high`,
* `medium`, `low`.
* - `fec.code = <str>`: Possible values: `disable`, `rs8m`, `ldpc`
*
* ## General options
*
@ -74,6 +75,7 @@
* args = {
* local.ip = 0.0.0.0
* resampler.profile = medium
* fec.code = disable
* sess.latency.msec = 5000
* local.source.port = 10001
* local.repair.port = 10002