Posts: 2
Joined: Nov 2003
Reputation:
0
hi everyone, i was wondering if there is any way to stream a movie from one xbox to another without having to go through a pc??
Posts: 199
Joined: Oct 2003
Reputation:
0
there is an xstream server written in python, and i don't see any reason why it wouldn't run in xbmc.
Posts: 10,520
Joined: Sep 2003
Reputation:
10
Gamester17
Team-XBMC Forum Moderator
Posts: 10,520
problem though is that the xns python script is outdated, so it would need to be updated to support latest xns specifications
Posts: 199
Joined: Oct 2003
Reputation:
0
just out of curiosity i had a play with the script. it was easy to get it running on my pc and to get xbmc to play videos from it (i just had to make a tiny change to the script), but i couldn't get it to run in xbmc. the script would just stop running as soon as i started it, and xbmc's python interpreter doesn't give any error messages so i couldn't tell what was wrong.
i'm sure it wouldn't be too difficult to get working if someone wanted to, but like i said i was just trying it out of curiosity. i don't even have more than 1 xbox.
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
problem with the sript you are using is that it uses '/' as a directory separator and the xbox only supports the '\'.
and the python interpreter does have output. but since the intepreter outputs all information to the debug console, you need a debug xbox to see it