Fix to the max_sample_per_packet parameter description

This commit is contained in:
Andrea Bondavalli 2020-02-13 19:18:23 +01:00 committed by GitHub
parent e1ce27a029
commit 4a5f2f8dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,8 +291,16 @@ where:
> Valid values are L16 and L24.
> **max\_sample\_per\_packet**
> JSON number specifying the max number of samples contained in one RTP packet.
> Valid values are 12, 16, 18, 96, 192.
> JSON number specifying the max number of samples contained in one RTP packet.
> Valid values are 12, 16, 48, 96, 192.
> See the table below for correspondent max RTP packet duration:
> | | 44.1Khz | 48Khz | 96Khz |
> |-----|----------|---------|---------|
> | 12 | 272µs | 250µs | 125µs |
> | 16 | 363µs | 333µs | 166µs |
> | 48 | 1.088ms | 1ms | 500µs |
> | 96 | 2.177ms | 2ms | 1ms |
> | 192 | 4.353ms | 4ms | 2ms |
> **ttl**
> JSON number specifying RTP packets Time To Live.