0

I'm trying to decode a SIP call like below but I don't know anything about this codec. Please help me or suggest me some documents that I should read.

m=audio 49198 RTP/AVP 118
a=rtpmap:118 SIRENLPR/48000/1
a=fmtp:118 bitrate=64000
...
m=video 49200 RTP/AVP 116
b=TIAS:512000
a=content:main
a=label:1
a=rtpmap:116 vnd.polycom.lpr/9000
a=fmtp:116 V=1;minPP=0;PP=150;RS=52;RP=10;PS=1400
...
4

1 回答 1

0

它是一种专有的 Polycom 格式。一些 Siren 编解码器已标准化为 ITU 格式(G.722.1 实现了 Siren 7 的一部分,例如 G.722.1C 实现了 Siren 14 的一部分,G.719 基于 Siren 22)。LPR是“丢失数据包恢复”,Polycom 用来调整前向纠错量以补偿高数据包丢失的方法。

特别是,我认为这是一个 Siren 22(所以G.719)流,因为它使用 48 kHz 采样和 64kbit 比特率。

于 2013-03-16T11:30:58.163 回答