iPhone 应用程序中的彩信流
希望你们一切都好并且心情最好!
我有个问题想问你。
我在服务器端有几个彩信。我想要流式传输这些彩信剪辑并想要在我的应用程序中打开。
有人知道如何做到这一点吗?
请分享您的知识...
期待!!
问候,
阿伦·塔卡
hope you all are fine and also in one of your best of moods!!
I have a query to ask you.
I have few mms at server side. I want to stream those mms clips and want to open in my Application.
anybody has any idea how to do this??
kindly share your knowledge...
Looking forwards!!
Regards,
Arun Thakkar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以直接在
UIWebView
或MPMoviePlayerController
中打开 MMS URL。正确编码您的彩信文件,以便可以在 iPhone 中播放。
例如 http ://ec2-174-129-153-104.compute-1.amazonaws.com:1935/vod/smil:BigBuckBunny.smil/playlist.m3u8
You can either open your MMS url directly in a
UIWebView
or in aMPMoviePlayerController
.Properly encode your MMS file, so that can be played in iPhone.
e.g. http://ec2-174-129-153-104.compute-1.amazonaws.com:1935/vod/smil:BigBuckBunny.smil/playlist.m3u8