是否可以使用 Microsoft Media Server 流式传输到 Android 手机?
假设我有 Microsoft Media Server 流(即 mms://[此处的某个 ip 地址])。该流包含音频和视频。可以将其传输到 Android 手机吗?我该怎么做呢?最好是视频,但如果只是音频流也可以。
Let's say that I have Microsoft Media Server stream (i.e. mms://[some ip address here]). This stream contains both audio and video. Is it possible to stream this to an Android phone? How would I go about doing this? Preferably with video, but if it is an audio stream only that would also be okay.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
mms:// 用作占位符 url 架构。 WMS 将通过 RTSP 或 HTTP 协议进行流传输。但是,为了在手机上播放流,您需要流代码和编解码器。 Android 似乎支持 WMA/WMV 编解码器,但我没有看到任何有关协议的信息。
mms:// is used as placeholder url schema. WMS will stream through either RTSP or HTTP protocols. However in order to playback stream on the phone you need streaming code and codec. Android seems to support WMA/WMV codecs, but I do not see any information about protocols.
抱歉,Microsoft 在 08 年停止了对 MMS 的支持。我会抛弃它们并寻找更好的解决方案。
Sorry, Microsoft halted support in 08 for MMS. I would dump them and find a better solution.