[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-05 Thread Lauri Tischler
Holger Waechtler wrote: Ed Wildgoose wrote: Jon Burgess wrote: Last night I tried another approach to fixing the DMA issues. Instead of dealing with the awkward transition between the odd and even fields in the middle of the buffer, I just avoid the problem by using the whole buffer for both f

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-05 Thread Roberto Deza
Hi all, At 09:45 05/09/2003 +0200, Alexandre CONRAD wrote: >> we rigorously tested data throughput using a smartbits network analyzer >> against a hardware platform known to suffer corruption and loss. this >> patch achieved data rates in excess of 70Mbps! > >Does this works with a Nexus-S Card

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-05 Thread Holger Waechtler
Ed Wildgoose wrote: Jon Burgess wrote: Last night I tried another approach to fixing the DMA issues. Instead of dealing with the awkward transition between the odd and even fields in the middle of the buffer, I just avoid the problem by using the whole buffer for both fields. This works fine fo

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-05 Thread Alexandre CONRAD
we rigorously tested data throughput using a smartbits network analyzer against a hardware platform known to suffer corruption and loss. this patch achieved data rates in excess of 70Mbps! Does this works with a Nexus-S Card ? I would like to download video files via DVB/IP and read the downloa

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-04 Thread Andreas Vierengel
The patch also works perfectly for me. Tuning treshold/burst of VideoBuffer3 is not needed anymore. Great work !!! --Andi -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-04 Thread Jack Thomasson
we rigorously tested data throughput using a smartbits network analyzer against a hardware platform known to suffer corruption and loss. this patch achieved data rates in excess of 70Mbps! please commit the patch to CVS. :{)} -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "un

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-04 Thread Ed Wildgoose
Jon Burgess wrote: Last night I tried another approach to fixing the DMA issues. Instead of dealing with the awkward transition between the odd and even fields in the middle of the buffer, I just avoid the problem by using the whole buffer for both fields. This works fine for me on both the DVB

[linux-dvb] Re: [PATCH] Alternative fix for budget stream problems

2003-09-02 Thread Matthew Davis
On Tuesday 02 September 2003 05:30 am, Jon Burgess wrote: > Last night I tried another approach to fixing the DMA issues. Instead of > dealing with the awkward transition between the odd and even fields in > the middle of the buffer, I just avoid the problem by using the whole > buffer for both fie