]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix #1377 - check for EOVERFLOW when reading from DVB device.
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 5 Nov 2012 10:13:24 +0000 (10:13 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 5 Nov 2012 10:13:24 +0000 (10:13 +0000)
commit03ff9727564d991b40e0f0fb0bb3ea06d00d8e65
tree7aa68b3eedefa5d45acf75269659cd46ce482b6f
parent4515f5a2d1a022bf05cd07ffa647b25f444de550
Fix #1377 - check for EOVERFLOW when reading from DVB device.

This can be returned as a result of a failure to read quickly enough from
the DVR device. This appears to happen quite regularly on channel zap for
certain cards. It's non-fatal and the system will auto recover immediately.

For now I've left the exit on other error in, but have added an error
message so we know its happening (the biggest problem was this was happening
silently before).

This may also relate to #1134, so might be worth back porting to 3.2.
src/dvb/dvb_adapter.c