[vdr] Xine - with network support?
C.Y.M
syphir at syphir.sytes.net
Sun Mar 27 04:05:30 CEST 2005
norm at dressler.ca wrote:
> Hi all,
>
> I'm currently using the xine plugin with network support. Works fine for the
> most part but I'm getting the occasional drop or freeze on my 1Ghz Pentium
> notebook with 10meg wireless.
>
> Is there an updated version available yet or is this it?
>
Does this patch help? It was posted on vdrportal.
-------------- next part --------------
diff -u --recursive xine-0.7.2.orig/xineLib.c xine-0.7.2/xineLib.c
--- xine-0.7.2.orig/xineLib.c 2005-03-09 09:26:19.000000000 +0200
+++ xine-0.7.2/xineLib.c 2005-03-10 15:03:02.000000000 +0200
@@ -2007,6 +2007,13 @@
::signal(SIGPIPE, sigPipeHandler);
+ if (r == 0)
+ {
+ fprintf(stderr, "deadlock! (no more)\n");
+ disconnect();
+ return -1;
+ }
+
if (r < 0)
{
if (EAGAIN == myErrno)
More information about the vdr
mailing list