Kodi Community Forum
streaming between xboxes - 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: streaming between xboxes (/showthread.php?tid=311)



- xballz - 2003-11-05

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??


- burriko - 2003-11-06

there is an xstream server written in python, and i don't see any reason why it wouldn't run in xbmc.


- Gamester17 - 2003-11-06

problem though is that the xns python script is outdated, so it would need to be updated to support latest xns specifications


- burriko - 2003-11-06

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.


- darkie - 2003-11-07

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