Updated Networking audio (markdown)

master
f4exb 2019-02-19 23:36:43 +01:00
rodzic 9fbf5debbb
commit 842ddcdbb5
1 zmienionych plików z 17 dodań i 0 usunięć

@ -129,6 +129,23 @@ Here we will use PCMA note that PCMU is also possible.
- audiopt `8` corresponds to the RTP payload (PCMA is 8 and PCMU is 0)
- audiortpmap `PCMA/8000/1` is the RTP stream mapping in SDP format. The same is found on the `a=rtpmap` line of the `.sdp` file
#### G722
For G722 the endpoint is coded like this:
```
sdrangel-audio: {
type = "rtp"
id = 16
description = "SDRangel live audio"
audio = true
video = false
audioport = 9998
audiopt = 9
audiortpmap = "G722/8000/1"
}
```
#### Opus
For Opus the endpoint is coded like this: