Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨 ,我想编写一个应用程序来下载 MMS 视频流 是否有任何 J2SE 类可以使我能够使用 MMS 协议?
谢谢
MMS 通过 SOAP 实现。只需使用 java 中可用的任何 SOAP 解析器来读取消息。但是,在您阅读邮件之前,您需要先发送给您。为此,您需要注册一个聚合器(Mobile Messenger、Ericsson 等)。一旦您使用聚合器注册,他们就会向您发送带有特定说明的 API 文档,但是,基本上 MMS 只是带有 SOAP 部分的多部分 HTTP 请求。