xboxscene.org forums

Author Topic: Configuration Aid  (Read 59 times)

alhava

  • Archived User
  • Newbie
  • *
  • Posts: 9
Configuration Aid
« on: March 06, 2003, 10:49:00 AM »

I have been trying to configure shoutcast to access my local PC mp3/divx/pictures but it's not working. When I go to "Videos" and "shared" it freezes, hangs for about 30 seconds, then i cna move about the menu again. What follows is a cut/ paste of my config file so those of you who care can correct my errors. Thank you very much.

   <! START Relax>
   
   <! THIS AREA FOR RelaX Videos on ZOE>
   <videos>
      <share>
         <name>Network (RelaX)</name>
                          <url>[email protected]</url>
                                                <cachesize>8192</cachesize>
      </share>
   
      <share>
                               <name>HDD</name>
                               <url>D:movies</url>
                                                <cachesize>8192</cachesize>
      </share>
      <share>
                               <name>CD-ROM (UDF)</name>
                               <url>G:</url>
      </share>
      <share>
                               <name>CD-ROM (ISO9660)</name>
                               <url>iso9660:</url>
      </share>
   </videos>

The Audio and image sectiosn follow suit, and are very similar.
Thank you for any help you cna provide.
Logged

DiNapXbox

  • Archived User
  • Jr. Member
  • *
  • Posts: 62
Configuration Aid
« Reply #1 on: March 06, 2003, 01:59:00 PM »

smile.gif

For your video example, I would check the following:

1. You have configure RelaX correctly on your PC, and the share is really called "Video" and there are files in your shared folders.
2. This looks like XBMP 2.3; if I remember right, you need to put port 1400 on the IP address.  In other words 192.168.0.101:1400.

Try this and see if it helps; I can check my config file later when I go home.
Logged

alhava

  • Archived User
  • Newbie
  • *
  • Posts: 9
Configuration Aid
« Reply #2 on: March 06, 2003, 10:32:00 PM »

yes. I used the wrong words before, you are right.

The folder name in XBMP is "Videos" but the flder on my computer is "Movies" Do I need to change one, and where do I go to do that? (I used Slayers Auto Install, so I didn't configure it initially)

I ammended the share lines in the following way:

<share>
         <name>Network (RelaX)</name>
          <url>[email protected]:1400</url>
                   <cachesize>8192</cachesize>
</share>

I have RelaX file server runningon my PC, installed according to the instructions sharing the folders that the Xbox is trying to access.

But it's still not working.

Above the <share> stuff is a mysterious group called <remote>
<remote>
         <music>[email protected]:1400<E:mp3>
   <pictures>[email protected]:1400<E:Miscellaneous Garbage>
       <videos>[email protected]:1400<d:Movies>

   </remote>
Does this have anything to do with it?

Logged