vote up 2 vote down star
3

Is there a way (using .net) to connect an application i write to the 360? What I want to do is write a custom media sharing application, and have the contents stream to an xbox.

I see that there is an application for the mac called Connect360 that does this, so there must be a way, right?

flag

A System/360? First, you're going to need a Token Ring card and some BNC cable... – Dave Markle Feb 13 at 0:08

6 Answers

vote up 2 vote down check

XBMC which uses the Platinum UPnP library, had Xbox 360 support at one point. Not sure if it still does. However, both are open source and under revision control, so the source code should give you a good idea of how to implement UPnP support in your application.

link|flag
vote up 0 vote down

I think in XNA there is a object that can be used for sockets. You'll probably need to utilize the socket object to connect back to your PC.

link|flag
vote up 0 vote down

Assuming you want to use the media player built into the Xbox 360, i think you will need to look into media streaming standards and what one's the 360 recognizes (i'm not sure myself).

You may also be interested in TVersity which handles a wide range of streaming capabilities.

link|flag
vote up 1 vote down

Write a DLNA server. There's a media sharing server for linux that you can look into for an idea on how the protocols work, but I don't remember what it's called.

link|flag
AFAIK, the 360 is NOT DLNA certified. It supports UPnP however requires the UPnP renderer to be very specific in how it exposes the media. – codelogic Feb 13 at 0:26
My specific experience is with the PS3, so DLNA might not be the way to go. I assumed the 360 was a DLNA device because TVersity supports the 360, but TVersity may be emulating WMP as stated by Jarin Udom. – Ben Robbins Feb 13 at 0:34
Yes, the PS3 is DLNA compliant, the 360 on the other hand required specific "quirks" to be implemented in the renderer AFAIK. – codelogic Feb 13 at 0:40
vote up 1 vote down

Connect360 emulates Windows Media Server. All the 360 is doing is connecting to a Windows Media Server like it would normally (or so it thinks).

link|flag
vote up 0 vote down

Yes XBMC uses Platinum SDK and is still working with the 360. The Platinum UPnP SDK is a cross-platform Open source SDK and you can literally enable 360 support to your app within minutes.

link|flag

Your Answer

Get an OpenID
or

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