[vdr] Re: vdr Digest, Vol 27, Issue 5

2007-04-05 Thread natalia
[EMAIL PROTECTED] escreveu: Send vdr mailing list submissions to vdr@linuxtv.org To subscribe or unsubscribe via the World Wide Web, visit http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED]

[vdr] [PATCH] limit streamdev client's ringbuffer timeouts to more sane values

2007-04-05 Thread Artur Skawina
Well, the streamdev-client reads data from a ringbuffer and when there isn't anything to read it tries to sleep for 1us and loops. This wasn't a problem when the timer resolution was in the 1000..1us range (1000..100Hz); the usleep(1) call slept for one or more milliseconds. With the

Re: [vdr] [PATCH] limit streamdev client's ringbuffer timeouts to more sane values

2007-04-05 Thread Stone
On 4/5/07, Artur Skawina [EMAIL PROTECTED] wrote: Well, the streamdev-client reads data from a ringbuffer and when there isn't anything to read it tries to sleep for 1us and loops. This wasn't a problem when the timer resolution was in the 1000..1us range (1000..100Hz); the usleep(1) call