Help - Search - Members - Calendar
Full Version: Problems Setting Up Ccxstream
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XboxMediaPlayer
1.8wolf
Ok First off I have been able to play and view music, videos and pictures that I have Ftp'd to my XBOX from my PC.

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>
thats not ALL of it, I just stopped

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.
VR6T225
Mine looked like this until I just used FireDaemon and ran it as a service:

cd
cd c:ccxstream
ccxstream -l 192.168.0.1 -S music=c:mediamusic -S videos=c:mediavideos

I dont know if the backslashes make a difference or if you have them and omitted them when you put it in but also ... change the -I you have to -l ... hope this helps.
1.8wolf
I changed the "I" to and "l", but still not working.

and yes there are slashes in the filenames, I guess they didnt come throught in the copy/paste

Ok, now is that a lower case "L" or is that the symbol above the backslash? "|"
1.8wolf
I also think i have the back and forward slashes mixed up, but I dont know how to post the files with them included. When I cut and paste it removes the forward slashes
1.8wolf
Any other suggestions on what Ive done wrong?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.