Dave Chapman wrote: > Peter Maersk-Moller wrote: > > Johannes, is there an IOCTL call I can make to detect loss of data > > on a DVB receiver card ? > > dvbstream does very poor (no?) checking of errors returned by the read > and write commands. This is probably the first place to look. Indeed, read() returns EOVERFLOW when data has been dropped because the buffer ran full. Johannes