XBOX 支持的流媒体协议
1) XBOX 360 支持哪些类型的流媒体协议?
2)XBOX 360 可以播放哪些视频格式?
3) XBOX 360支持H264和rtsp吗?
我想开发一些支持 XBOX 360 平台上的视频流的应用程序。
1) What kind of streaming protocols does XBOX 360 supports?
2) what kind of video formats can be play on XBOX 360?
3) Does H264 and rtsp supported by XBOX 360?
I want to develop some app that will support the video streaming on XBOX 360 platform.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在最新的 XDK (20871.6) 中,Microsoft 提供了一个音频/视频播放器,您可以轻松使用它来流式传输高清视频。
这发生在 XDK 的预览包中。它应该在下一个 XDK(12 月初)中发布并受 lib 信任。
您应该查看名为“XAVSample”的 XDK 示例。
In the latest XDK (20871.6), Microsoft provides a Audio/Video player that you can use easily to stream HD Video.
This takes place in the preview package of the XDK. It should be released and lib-trusted in the next XDK (early december).
You should take a Look at the XDK sample called "XAVSample".
您的第一个障碍是在实际平台上获取应用程序。如果没有与微软直接签订合同,您唯一的选择就是独立/XNA 平台。 XNA 游戏无法连接到互联网。所以忘记这个选项吧。
如果您设法获得开发套件并与 Microsoft 签订合同,您将考虑 h.264、wmv、avi 甚至 divx 作为可能的选择。可能有更多格式(re:容器)取决于编解码器,但前者应该足以满足任何需要。
Your first hurdle would be getting the app on the actual platform. Your only option, short of a direct contract with microsoft, would be the Indie/XNA platform. XNA games cannot connect to the internet. So forget that option.
If you manage to score a dev kit and contract with microsoft, you will be looking at h.264, wmv, avi, and even divx as possible options. There are probably more formats (re: containers) that will depend upon the codec, but the former should be sufficient for any need.