The Pro-MPEG FEC is a two dimensional XOR algorithm that has several possibilities governing the size of the data matrix.
This FEC dictates that at least one column and at most 20 and at least four rows and at most 20 can be present.
Also the total number of packets in one matrix can not exceed 100 packets. In order to understand this simple FEC concept, the following is offered as at an example.
If A and B are RTP packets, then F = A ⊕ B is called the FEC packet associated to the {A, B} protection set.
F is the result of the XOR operator byte after byte on both RTP packets.
An interesting property of the ⊕operator is
that if F = A ⊕B,
then A = B ⊕� F
and B = A ⊕� F.
If A or B is discarded, A or B can then be recovered using the F FEC packet.
The matrix is arranged with a width L and a depth D which corresponds to the width and depth of the matrix in packets. The values of L and D have the following constraints:
Figure 2 shows a Pro-MPEG matrix arrangement and the resulting FEC overhead data in green.
Pro-MPEG FEC
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- Appium目前无法提供Windows程序的自动化测试功能,但是微软官方开发了一个WinAppDriver,可以代...