简体   繁体   English

从Flash Media Server到Android设备的实时流传输

[英]Live Streaming from Flash Media Server To Android devices

I'm developing an android application to stream a live TV in Tunisia. 我正在开发一个Android应用程序,用于在突尼斯播放直播电视。 They have their server for streaming on the Web. 他们有自己的服务器,可以在网络上流式传输。 they use Flash Media Server and rtmp protocol for streaming. 他们使用Flash Media Server和rtmp协议进行流传输。 So, I have a problem with some devices that don't support flash media player. 因此,我对某些不支持Flash Media Player的设备有问题。 Can you please help me to find a solution like convert rtmp to rtsp or any other solution Thanks for help. 您能帮我找到一个将rtmp转换为rtsp的解决方案或任何其他解决方案吗?谢谢您的帮助。

your question is very vague. 您的问题很模糊。 If you need to install flash on some devices on which it isn't installed, then you have to do it manually via the 如果您需要在未安装Flash的某些设备上安装Flash,则必须通过

adb install your_path/flash.apk 亚行安装your_path / flash.apk

As you know that flash isn't on the app store any more. 如您所知,闪存不再位于应用商店中。 The link to download the apk is this . 下载apk的链接是这个 Go to that page and download the apk. 转到该页面并下载apk。

Secondly if you want to know about RTMP(Real Time Messaging Protocol) and RTSP(Real Time Streaming Protocol) then this link will help you. 其次,如果您想了解RTMP(实时消息协议)和RTSP(实时流协议),那么此链接将为您提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM