Connect my 360 to an application

房东的猫 提交于 2019-12-08 01:39:01

问题


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?


回答1:


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.




回答2:


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).




回答3:


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.




回答4:


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.




回答5:


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.



来源:https://stackoverflow.com/questions/544152/connect-my-360-to-an-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!