Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: [ANNOUNCE] vdr-softdevice-0.0.7pre2
On Montag, 2. August 2004 11:10, Jacek Popławski wrote:
> I tried version 0.0.6, 0.0.7-pre1 and 0.0.7-pre2, I use XV output only.
> First - everything works slow. Moving thru list of channels takes time, moving
> in menu takes time, watching is not smooth.
> Audio sometimes dissapear. There is just silence for few seconds.
> There are both video and audio errors when watching.
> When I record stream with vdr and watch it then in mplayer - everything is OK,
> no missing audio, no video/audio errors, everything is smooth. So it is problem
> with softdevice, not my hardware setup.
> Currently I switched to vdr-xine, works much better, but is also little unstable.
>
> PS. linux-2.6.7, SkyStar 2.6c, Radeon with DRI
Whats your sound card and whats your cpu speed ?
Are you running vdr on an NPTL system and LD_ASSUME.. set ?
export LD_ASSUME_KERNEL=2.4.21
Could you try attached patch ?
Stefan Lucke
? .dependencies
Index: audio.c
===================================================================
RCS file: /cvsroot/softdevice/softdevice/audio.c,v
retrieving revision 1.2
diff -r1.2 audio.c
49c49
< while (paused) usleep(1000); // block
---
> while (paused) usleep(2100); // block
Index: mpeg2decoder.c
===================================================================
RCS file: /cvsroot/softdevice/softdevice/mpeg2decoder.c,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 mpeg2decoder.c
266c266
< usleep(1000);
---
> usleep(2100);
376,377c376,377
< while (delay > 0) {
< usleep(1000);
---
> while (delay > 4) {
> usleep(2100);
Home |
Main Index |
Thread Index