iPhone 读取广播传输
我有一个服务器应该发送广播传输,我必须在 iPhone 应用程序中读取它。我在网上搜索,但没有找到任何东西。我可以从 URL 开始播放视频,所以我的问题是:如何在 iPhone 中播放广播传输?
I have a server that should send a broadcast transimission, which I have to read in an iPhone App. I searched in the net, but I didn't find anything. I'm able to play a video starting from its URL, so my question is: how can I play in my iPhone a broadcast transmission?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我要回答这个老问题:MediaPlayer 核心只是提供播放实时传输的所有内容。只需给他服务器的链接就可以了。
希望有帮助。
I'm going answer myself to this old question: the MediaPlayer core simply provides all the stuff to play live transmissions. Simply give him the link of the server and it's done.
Hope it helps.