如何在iOS/Android应用程序中使用Livestream player?

如何在iOS/Android应用程序中使用Livestream player?,android,ios,flash,live-streaming,Android,Ios,Flash,Live Streaming,您可以使用其播放机在上观看视频流 是否可以将其嵌入iOS/Android应用程序中,以便只跟踪一个频道?是的,您可以通过HTML for mobile和LiveStream实现这一点 例如,在iOS中,您可以通过html这样做: <html> <body> <h1>iPhone Example:</h1> <video width="300" height="225" src="http://xmashablex.is.channel

您可以使用其播放机在上观看视频流


是否可以将其嵌入iOS/Android应用程序中,以便只跟踪一个频道?

是的,您可以通过HTML for mobile和LiveStream实现这一点

例如,在iOS中,您可以通过html这样做:

<html>
<body>
<h1>iPhone Example:</h1>
<video width="300" height="225" 
   src="http://xmashablex.is.channel.livestream.com/onDemand/ls/mashable/pla_2bc0bbfa-cc39-4f80-b9ef-376b97da94a4/playlist.m3u8" 
   poster="http://www.livestream.com/filestore/user-files/chmashable/2010/06/08/d333a646-94aa-4035-a66e-1185bd885622_1.jpg" 
   controls="" 
   autoplay="true" 
   tabindex="0">
</video>
</body>
</html>

iPhone示例:
和android/blackberry:

<html>
<body>
<h1>Android Example:</h1>
<a href="rtsp://xmashablex.is.channel.livestream.com:1935/onDemand/ls/mashable/pla_2bc0bbfa-cc39-4f80-b9ef-376b97da94a4" id="thumbnail">
<img width="320" height="240" 
src="http://www.livestream.com/filestore/user-files/chmashable/2010/06/08/d333a646-94aa-4035-a66e-1185bd885622_1.jpg" 
alt="thumbnail" title="thumbnail"/>
</a><br>
Click image to play
</body>
</html>

Android示例:

单击图像播放
我似乎找不到许可证策略。这是免费的吗?@vale4674你的意思是你能把它和免费/高级帐户一起使用吗?@vale4674对不起,但根据帖子:
目前,我们的移动API仅可用于支付长期承诺的高级帐户。
我能够使用此本地html文件显示视频:
iPhone示例:
@vale4674我很高兴它能工作!问问你是否需要更多的帮助!离题帮派?不明白。