问题描述
希望大家一切都好,并且心情最好!!
hope you all are fine and also in one of your best of moods!!
我有一个问题要问你.
我在服务器端只有几毫米.我想流式传输这些mms剪辑,并想在我的应用程序中打开.
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...
期待着!!
此致
阿伦·塔卡(Arun Thakkar)
Arun Thakkar
推荐答案
您可以直接在UIWebView
或MPMoviePlayerController
中打开MMS网址.
You can either open your MMS url directly in a UIWebView
or in a MPMoviePlayerController
.
正确编码您的MMS文件,以便可以在iPhone中播放.例如 http://ec2-174-129-153-104.compute-1.amazonaws.com:1935/vod/smil:BigBuckBunny.smil/playlist.m3u8
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
这篇关于iPhone应用程序中的MMS流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!