从这篇文章( LINK )中我了解到,Adobe不再支持android,而且有些版本包含bug。
现在我有了一个嵌入式代码
<embed type="application/x-shockwave-flash" src="http://d.inscripts.in/suno/app/webroot/js/player.swf" width="377" height="240" style="undefined" id="mpl" name="mpl" quality="high" allowscriptaccess="always" wmode="opaque" flashvars="file=Suno1024&streamer=rtmp://media3.streamcom.net:1935/SUNO1024&autostart=true&provider=rtmp">显然,它将不会加载由于闪光灯支持。此嵌入代码包含rtmp流源链接。
rtmp://media3.streamcom.net:1935/SUNO1024&autostart=true&provider=rtmp我想在phonegap和android中播放。我试过HTML5。没起作用。找了个解决方案,没找到。谁能告诉我如何在phonegap应用程序中运行这个rtmp源代码??
基本上,没有闪存就可以运行rtmp吗?
发布于 2014-02-22 03:17:02
如果视频是你应用程序的主要功能,也许你应该看看Adobe。HTML5中的流RTSP并不真正支持。看看这个问题,"Streaming via RTSP or RTP in HTML5"。
https://stackoverflow.com/questions/21774017
复制相似问题