Tuesday, January 16, 2007

XINE not playing .wmv

if Xine is not playing .wmv files, trying installing xine-lib-1.1.2 (fc-1) on the system and xine-0.99 (fc-1) ,with the necessary dependencies.

azureus: NAT error

(eth_card) is network interface (e.g. 'eth0')
(port) is tcp port you want to use for setup in azureus

If Azureus is running on the same machine that iptables is active on, use this command instead:

  /sbin/iptables -I INPUT 1 -i (eth_card) -p tcp --tcp-flags SYN,RST,ACK SYN --dport (port) -m state --state NEW -j ACCEPT
/sbin/iptables -I INPUT 1 -i (eth_card) -p udp --dport (port) -m state --state NEW -j ACCEPT



Then you will see the speed change a big multiplication factor.