编写 Windows Media Center 扩展器
我最近购买了 Xbox 360,第一次接触到“媒体扩展器”这个术语。我没有意识到 Windows 能够将内容传输到 XBox,感到非常惊讶和兴奋。我还注意到人们编写了自己的插件来允许流式传输,例如 netflix。我想知道更多关于如何做到这一点,但发现很难甚至谷歌它,因为我对术语知之甚少(我不确定 XBox 是“扩展器”还是“扩展器”是一个插件进行 Xbox 流式传输)。有人可以向我解释这项技术,并可能指导我构建自己的插件(例如,将 Pandora 流式传输到 Xbox)的良好入门参考吗?
I recently purchased an XBox 360 and was first introduced to the term "Media Extender". I didn't realize that windows had the ability to stream content to an XBox and was very surprised and excited. I also noticed that people wrote their own plugins that allowed streaming of, for example, netflix. I would like to know more about how to do this but find it hard to even Google it because I know so little about the terminology (I'm not sure whether the XBox is the "extender" or the "extender" is a plugin that makes the Xbox stream). Can anybody explain this technology to me and perhaps direct me to good getting started reference for building my own plugins (for instance, to stream Pandora to the Xbox)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Xbox 360 是 Windows Media Center Extender 设备,在 Xbox 上通过软件实现。存在专用硬件实现,例如这个,但我不要认为他们曾经像他们应该的那样起飞。
Windows Media Center 可以通过其用于构建加载项的 API 进行扩展。查看此 Google 搜索。
根据我的经验(我们在休息室使用这个),并非所有插件都可以通过 Xbox 360 运行 - 有些插件只能在 PC 上运行。
希望这对一些人有帮助。
An Xbox 360 is a Windows Media Center Extender device, implemented in software on the Xbox. Dedicated hardware implementations exist, such as this, but I don't think they've ever taken off like they were supposed to.
Windows Media Center can be extended via its APIs for building add-ins. Take a look at this Google search.
In my experience (we use this in our lounge) not all plugins seem to work via the Xbox 360 - some work only on the PC.
Hope this helps some.