Re: dvb_streaming_read, attempt N. xxx failed with errno 0 when reading 2048 bytes
Nico Sabbi <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Borghart wrote: > Nico Sabbi wrote: > > > > > does it make any difference when you recompile with the attached > > dvb_tune.c (to be saved in libmpdemux/) ? > > > > Yes, it makes a remarkable difference! recompiled with that attached > c-file it works - thank you very much! > borghart it's not enough: you can't change channel. There's evidently a bug in the driver: if you open the dvr0 device in non-blocking mode read() always fails, in blocking mode read() succeeds. I will send you later a new version that I'm sure you will like to test :)