DVB demux read()
File descriptor returned by a previous call to open().
This system call returns filtered data, which might be section or PES data. The filtered data is transferred from the driver’s internal circular buffer to buf. The maximum amount of data to be transferred is implied by count.
EWOULDBLOCK | No data to return and O_NONBLOCK was specified. |
EBADF | fd is not a valid open file descriptor. |
ECRC | Last section had a CRC error - no data returned. The buffer is flushed. |
EOVERFLOW | |
The filtered data was not read from the buffer in due time, resulting in non-read data being lost. The buffer is flushed. | |
ETIMEDOUT | The section was not loaded within the stated timeout period. See ioctl DMX_SET_FILTER for how to set a timeout. |
EFAULT | The driver failed to write to the callers buffer due to an invalid *buf pointer. |