Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 android 应用程序来在突尼斯流式传输直播电视。他们有自己的服务器用于在 Web 上进行流式传输。他们使用 Flash Media Server 和 rtmp 协议进行流式传输。所以,我对一些不支持 Flash 媒体播放器的设备有疑问。你能帮我找到一个解决方案,比如将 rtmp 转换为 rtsp 或任何其他解决方案吗?谢谢你的帮助。
你的问题很模糊。如果您需要在某些未安装 flash 的设备上安装 flash,则必须通过
adb install your_path/flash.apk
如您所知,Flash 不再出现在应用商店中。下载apk的链接是这个。转到该页面并下载apk。
其次,如果您想了解 RTMP(实时消息传递协议)和 RTSP(实时流协议),那么此链接将对您有所帮助。