
Download ccx stream (windows version)
http://sourceforge.n...?group_id=64793 the win.rar file not tar
You have developers tools installed?
1) OS X doesn't support the socklen_t data type. All occurences of "socklen_t" need to be replaced with "int". This effects ccxstream.c, ccxstream.h and ccxdiscover.c
so open these files in project builder
and do a find and replace search find: socklen_t replacewith:int
2) "-readline" needs to be removed from the LDFLAGS in the Makefile.
now we are ready to compile this shit

open terminal and go to ccxstram directory (easiest wasy is type cd<space>(drop cxxstreamfolder)enter
and compile it make, make install soemthing like that
after that you can just run it by typing something like this
./ccxstream -l 10.0.0.150 -S music=/Volumes/Bougie/Shared_Items/Multimedia/Music/ -S films=/Users/Shared/Films/ -S ani=/Users/Shared/Animaties/ -S clips=/Users/Shared/Shorts etc/
in config file of xbmp you have to put something like this
<share>
<name>Quicksilvers iTunes Lib (XBMSP)</name>
<url>xbmsp://10.0.0.150/music</url>
<cachesize>512</cachesize>
</share>
So just ip and than the name you gaven you share with -S music=/Volumes/Bougie/Shared_Items/Multimedia/Music/
i hope this is clear enough