Mailing List archive

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

[linux-dvb] read: from dvr: Value too large for defined data type?



prakash writes:
 > Hello all,
 > I am trying to read 64*1024 bytes of data from the dvr0 and it gives me
 > the above error. Any suggestions how to go about this problem? This is
 > especially true when the ts data is streamed over the network.


What version of the driver are you using?
The return value you mention is EOVERFLOW which was already corrected
to the right value EBUFFEROVERFLOW in the driver.

But, in any case, this indicates a buffer overflow.
Try compiling a larger buffer size for the DVR buffer
(DVR_BUFFER_SIZE) into dmxdev.h.
There is no call for changing it. Maybe we need one?


Ralph


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



Home | Main Index | Thread Index