Mailing List archive

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

[linux-dvb] Re: IP multicast package loss with current CVS driver



Michael Dreher wrote:
> 
> What can I do to dig deeper? I looked at the source but I don't understand
> which parts are executed with hw_sections=0/1. If I'm the only one with this
> problem,

In dvb_net.c, change the line
        ret = priv->secfeed->set(priv->secfeed, priv->pid, 32768, 0, 1);
to
        ret = priv->secfeed->set(priv->secfeed, priv->pid, 32768, 0, 0);

to disable CRC check with hw_sections=0.

Johannes


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index