Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] DVB DVR driver problem, my real fix now!



The solution in my case is to increase the dvr buffer
in the driver.
old:
#define DVR_BUFFER_SIZE (10*188*1024)
I changed it to:
#define DVR_BUFFER_SIZE (100*188*1024)
and then recompiled / reloaded the driver modules.
The problem only happens when you use HUGE data
streams,
for example astra2 10773.00 h the whole transponder
(all BBC channels etc..).
In this case the buffer overflows....
The data rate here I estimate at about 36 Mbps (16 GB
/ hour),
and this may happen on HDTV too.
So maybe the DVR buffer size default should be a bit
bigger then what it now is.
One can also solve the problem by setting
update -1 1000
update -5 100
(see man bdflush or update --help)
This empties the buffer more often.
But bigger buffer is better I think.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Home | Main Index | Thread Index