@ Ghost : support request for Vtuner interface

  • Hi


    i have made some tests about a usb dvb-t device in my dm800. Either with OE 1.5 and OE 1.6 i can get an accettable use with vtuner interface.
    there are some bugs in the different usb device's backported drivers but nothing major.
    BTW, I have noticed a common issue with dvb-t HD channels, using the Homey's usbtuner (patched for dvb-t/c standard), the CPU load is about 30/40% making enigma2 unstable (maybe you can watch an HD channel but if you open some GUI menu or try to make an HDD recording enigma2 hangs).
    with SD channels the usbtuner cpu load is about 3/6%.
    I think the high cpu load is due by ioctl calls to transer by usb the HD ts.


    i attach the usbtuner sources:




    playing with the buffer's value (lines 246-247) seems to change cpu load. with some devices works ok with 512*512 or 1024*1024, some others requires highest values.
    higher values seems to reduce cpu laod, but make enigma2 unstable.
    Do you have some hints to optimize this values and code?


    Thanks a lot.