Kodi Community Forum
xbmsp - ccxstream password - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Archive (https://forum.kodi.tv/forumdisplay.php?fid=92)
+--- Forum: First-generation XBOX support (https://forum.kodi.tv/forumdisplay.php?fid=158)
+--- Thread: xbmsp - ccxstream password (/showthread.php?tid=373)



- zap brannigan - 2003-11-16

if you run ccxstream without a password, xbox media center works fine.

if you set it up with a password, supposedly you can send user and password like so:

xbmsp://user:[email protected]:1400/

to the server.

it works like this under xbox media player, but with xbox media center it won't access the ccxstream shares.

since ccxstream works fine without password i assume this qualifies as bug... this was using a compile dated: xbmc-2003-11-14

not sure if worth posting since new cross platform streaming protocol is on the way... Smile


- Frodo - 2003-11-16

just tried it and it worked fine for me.
i started ccxstream on windows xp with the following command:
Quote:ccxstream -u username -p password -l 192.168.0.10 -s mymusic=d:\mp3 -s videos=d:\movies -s pictures=d:\pictures

and added the following map to xboxmediacenter.xml:
Quote:<bookmark>
<name>xbms</name>
<path>xbms://username:[email protected]:1400/</path>
</bookmark>

frodo


- zap brannigan - 2003-11-17

yes, confirmed it does work Image

for some reason the build i was using, ccxstream wasn't working at all. shouldn't have changed build and put password on at same time Image

i'm sure there's a lesson in this somewhere for me  Smile

thanks.