[media] cx88-dvb.c: DVB net latency using Hauppauge HVR4000
authorAng Way Chuang <wcang@sfc.wide.ad.jp>
Fri, 24 Dec 2010 05:40:46 +0000 (02:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:17:17 +0000 (08:17 -0200)
commit44c6e2a7c2ec76dd495a0f330f9beac572a2fdd7
tree3ae24415fb06521a8a80ace018ee6db84730e63a
parentfe04164647588ec55937e6d696da1ebeca04d000
[media] cx88-dvb.c: DVB net latency using Hauppauge HVR4000

A Hauppauge HVR 4000 is used on a School On Internet Asia (SOI Asia)
project in order to carry IP traffic over ULE. However, there is an
issue with high latency jitter.

My boss, Husni, identified the problem and provided a patch for it.

The default buffer size of 32 TS frames on cx88 causes the high latency,
so our deployment changes that to 6 TS frames. This patch made the
buffer size tunable, while keeping the default buffer size of 32 TS
frames unchanged.

Signed-off-by: Achmad Husni Thamrin <husni@ai3.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-dvb.c