Xine - with network support?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



norm@xxxxxxxxxxx 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)

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux