up vote 1 down vote favorite
share [g+] share [fb]

Programs like Connect360, Rivet, and Vuze can wirelessly connect to an Xbox 360 and share videos and pictures on your Mac with it. How do they do this?

The simplest answer would be that Microsoft offers some sort of API, but I haven't been able to find one. Furthermore, the programs I listed have wildly different feature sets, and Microsoft doesn't seem like the type of company to offer an API for this type of thing.

Based on all that, I feel like it's more likely some sort of reverse engineering. Does anyone have any insight on how this is done?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 0 down vote accepted

The Xbox 360 needs a UPnP AV server with an extra custom UPnP service called X_MS_MediaReceiverRegistrar.

link|improve this answer
I haven't started working on this yet, but this is definitely the best answer I've gotten. Thanks a bunch! – jakeboxer Oct 6 '09 at 3:43
I recommend looking at the Platinum UPnP SDK. It is cross platform C++ library and supports the Xbox extra service out of the box. – c0diq Oct 14 '09 at 0:15
feedback

The Xbox connects to them, not vice-versa, and the protocol is called UPnP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.