简体   繁体   English

将我的360连接到应用程序

[英]Connect my 360 to an application

Is there a way (using .net) to connect an application i write to the 360? 有没有办法(使用.net)将我编写的应用程序连接到360? What I want to do is write a custom media sharing application, and have the contents stream to an xbox. 我要做的是编写一个自定义媒体共享应用程序,并将内容流传输到一个xbox。

I see that there is an application for the mac called Connect360 that does this, so there must be a way, right? 我看到有一个名为Connect360的Mac应用程序可以做到这一点,所以必须有一种方法,对吗?

XBMC which uses the Platinum UPnP library , had Xbox 360 support at one point . 使用Platinum UPnP库的 XBMC 在某一点上具有Xbox 360支持。 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. 但是,它们都是开源的,并且受版本控制,因此源代码应使您对如何在应用程序中实现UPnP支持有一个好主意。

Write a DLNA server . 编写一个DLNA服务器 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. 有一个用于Linux的媒体共享服务器,您可以研究一下协议如何工作,但是我不记得它的名字。

Connect360 emulates Windows Media Server. Connect360模拟Windows Media Server。 All the 360 is doing is connecting to a Windows Media Server like it would normally (or so it thinks). 360所做的所有事情就是正常地(或认为如此)连接到Windows Media Server。

I think in XNA there is a object that can be used for sockets. 我认为在XNA中有一个可以用于套接字的对象。 You'll probably need to utilize the socket object to connect back to your PC. 您可能需要利用套接字对象才能连接回PC。

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). 假设您要使用Xbox 360内置的媒体播放器,我认为您需要研究媒体流标准以及360可以识别的内容(我不确定自己)。

You may also be interested in TVersity which handles a wide range of streaming capabilities. 您可能也对TVersity感兴趣, TVersity可处理多种流功能。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在VS 2010中为我的XBOX 360 ADK参考应用程序项目设置了奇怪的手表值格式(不会显示text / html / xml可视化工具) - Why are the watch values formatted strangely (text/html/xml visualizers will not appear) in VS 2010 for my XBOX 360 ADK Reference Application Project 在WPF应用程序中使用Xbox 360控制器 - Using the Xbox 360 Controller in a WPF application 如何通过Internet将.net应用程序连接到SQL Server - How to connect my .net application to SQL Server via internet 如何将应用程序连接到另一台计算机上的SQL Server? - How can I connect my application to a SQL Server that is on another computer? 如何使用我的C#应用​​程序连接到远程MySQL Server - How to Connect to Remote MySQL Server with my C# Application 如何将新的Xamarin应用程序连接到现有的Azure数据库? - How to connect my new Xamarin application to an existent azure DB? 进行申请,使其成为唯一可以连接到我的WebAPI的应用程序 - Making an appliction so it is the only application that can connect to my WebAPI 需要帮助将我的XNA PC游戏转换为Xbox 360 - need help converting my XNA PC Game to Xbox 360 我的C#应用​​程序应如何安全地连接到我的AWS EC2数据库? - How should my C# application securely connect to my AWS EC2 database? 将ASP.Net应用程序从Web连接到计算机上的sql数据库 - Connect ASP.Net application from web to my sql database on my computer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM