My problem comes when I try to stream from my PC to my XBOX. I go into Network(XBMSP) and it will sit for a little while and then wont show any of the files.
Here is my Config.xml and ccxstream.bat files. Can you take a look at them to show me what Im doing wrong?
Config.xml
| QUOTE |
<configuration> <media> <map>C:,Harddisk0Partition2</map> <map>E:,Harddisk0Partition1</map> <map>F:,Harddisk0Partition6</map> <!-- Xbox partition table reference for mapping other drives --> <!-- Note! Do not map the DVD-ROM in here as it is auto mapped --> <!-- 'C', "Harddisk0Partition2" --> <!-- 'E', "Harddisk0Partition1" --> <!-- 'F', "Harddisk0Partition6" --> <!-- 'X', "Harddisk0Partition3" --> <!-- 'Y', "Harddisk0Partition4" --> <!-- 'Z', "Harddisk0Partition5" --> <local> <!-- remove the asterisks to set local ip address and gateway statically --> <address>192.168.0.2</address> <subnet>255.255.255.0</subnet> <gateway>192.168.0.1</gateway> <nameserver>192.168.1.1</nameserver> <playlists>e:appsxbplayerplaylists</playlists> <timeserver>207.46.248.43</timeserver> <thumbnails>e:appsxbplayerthumbs</thumbnails> <bookmarks>e:appsxbplayerbookmarks</bookmarks> <subtitles>e:appsxbplayersubtitles</subtitles> <imdb>e:appsxbplayerimdb</imdb> <home>e:appsxbplayer</home> </local> <!-- specify as many shares as you like, note the format for each type of share --> <!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders --> <!-- for each share you can specify the cache buffer size, note that this is optional --> <!-- Note! For HDD shares make sure all folders exist on the Xbox in the right place --> <music> <visible>true</visible> <share> <name>Network (XBMSP)</name> <url>xbmsp://192.168.0.1/mymusic</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>e:music</url> </share> <share> <name>Internet Radio (SHOUTcast)</name> <url>e:appsxbmpshoutcast</url> <cachesize>256</cachesize> </share> <share> <name>Playlists</name> <url>e:appsxbmpplaylists</url> <cachesize>32</cachesize> </share> <share> <name>DVDROM (UDF)</name> <url>d:</url> </share> <share> <name>DVDROM (ISO9660)</name> <url>iso9660:</url> </share> <share> <name>CDDA</name> <url>cdda:</url> </share> </music> <pictures> <visible>true</visible> <share> <name>Network (XBMSP)</name> <url>xbmsp://192.168.0.1/pictures</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>e:pictures</url> </share> <share> <name>DVDROM (UDF)</name> <url>d:</url> </share> <share> <name>DVDROM (ISO9660)</name> <url>iso9660:</url> </share> </pictures> <videos> <visible>true</visible> <share> <name>Network (XBMSP)</name> <url>xbmsp://192.168.0.1/videos</url> <cachesize>8192</cachesize> </share> <share> <name>HDD</name> <url>e:videos</url> <cachesize>8192</cachesize> </share> <share> <name>Playlists</name> <url>e:appsxbmpplaylists</url> <cachesize>1024</cachesize> </share> <share> <name>DVDROM (UDF)</name> <url>d:</url> <cachesize>8192</cachesize> </share> <share> <name>DVDROM (ISO9660)</name> <url>iso9660:</url> <cachesize>8192</cachesize> </share> </videos> <tvguide> <visible>false</visible> <autoprocess>true</autoprocess> </tvguide> <!-- only HDD app shares are supported --> <apps> <visible>true</visible> <share> <name>HDD</name> <url>e:appsshortcuts</url> </share> </apps> <!-- application bookmarks are optional --> <applications> <bookmark> <name>Emulators</name> <path>e:appsemulators</path> </bookmark> <bookmark> <name>Utilities</name> <path>e:appsutils</path> </bookmark> <bookmark> <name>Shortcuts</name> <path>e:appsxbmpshortcuts</path> </bookmark> </applications> |
Ccxstream.bat
| QUOTE |
cd cd c:unzippedccxstream ccxstream -l 192.168.0.1 -S mymusic=c:documents and settingadministratormy documentsmy musicmusic -S videos=c:documents and settingadministratormy documentsmy videos -S pictures=c:documents and settingadministratormy documentsmy pictures |
Oh, and can they be pointed at folders, or do they have to be pointed to THE folder where the mp3's and such are. If they have to be pointed to the exact folder, I ahev put a couple mp3's there just in case.