on the apple tv it maxes out at around 4meg ive tried at both 20 and 50 connections using 50mb as a cache took it up from 2.5 to 4meg
i tried installing python-yenc but i get
Code: Select all
bash: creating: command not found
Compiling with an SDK that doesn't seem to exist: /Developer/SDKs/MacOSX10.4u.sdk
Please check your Xcode installation
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/_yenc.c -o build/temp.macosx-10.3-i386-2.5/src/_yenc.o -O2 -g
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
-bash-2.05b$ Compiling with an SDK that doesn't seem to exist: /Developer/SDKs/MacOSX10.4u.sdk
> Please check your Xcode installation
> gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/_yenc.c -o build/temp.macosx-10.3-i386-2.5/src/_yenc.o -O2 -g
> unable to execute gcc: No such file or directory
> error: command 'gcc' failed with exit status 1
has anyone else managed to get it go faster?
thanks in advance

