如何将Ustream视频嵌入到iOS中

时间:2011-09-06 14:12:45

标签: ios

有没有人找到一种方法可以轻松地将ustream视频嵌入到iphone或ipad应用程序中?我已经向ustream支持发送了电子邮件,但没有回复。我真的不想通过ffmpeg或其他任何东西。

2 个答案:

答案 0 :(得分:6)

最简单的方法是使用UIWebView打开嵌入网址(例如http://www.ustream.tv/embed/10638475)。这将在iOS上使用HTTP Live Streaming。

或者,您可以使用http://iphone-streaming.ustream.tv/uhls/10638475/streams/live/iphone/playlist.m3u8之类的网址发起AVPlayerItem并使用AVPlayerAVPlayerLayer在应用的用户界面中播放视频流(如果您使用的话非常有用)不希望它全屏显示。)

答案 1 :(得分:1)

尝试:

<iframe  id="UstreamIframe" src="http://www.ustream.tv/embed/10638475"></iframe>