View Single Post
  #162  
Old 12-14-2011, 12:54 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: weeb.tv: Help to download live TV streams


Quote:
Originally Posted by Prior View Post
This one works for me so far Thanks!
Do you still want premium account for few days to test things?
things are working for now. will tell you if required.

for non windows users:

for the people who are trying to compile the patch for other systems instead of using just the make command add following switch to it.

Code:
XLDFLAGS="-lm -static"
-lm will link the math library required by combined patch (included by default in MinGW) and -static will compile the rtmpdump statically removing dependency on shared librtmp.so and thus avoiding problems in which rtmpdump loads the wrong librtmp.so installed elsewhere on the system.
Reply With Quote