Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stream video From iPhone Or Android to RTMP

is there any way to Stream video From iPhone Or Android to RTMP Server using Red5?? i searched over internet and there is only 2 application that mange to do this successfully (UStream , Qik) the problem they closed source So if anyone could help me find some code snippets that make this possible ??

like image 888
Mohamed Fouad Avatar asked Jul 31 '10 13:07

Mohamed Fouad


People also ask

Can you live stream video from iPhone?

Broadcasting a live stream from your iPhone camera is pretty much as simple as everything else you can do with your iPhone, which means it's pretty darn easy—no camera add-ons or extra microphones required. Read on to find out what you need to have and what you need to know to get started.

Can Restream work with iPhone?

You can live stream from an iPhone or Android device using Restream. You'll need an app that supports RTMP streaming and uses your Restream stream key and URL to go live. Some good apps to try are Larix Broadcaster or Streamlabs, both available on iOS and Android.


2 Answers

There is some Red5 RTMP library adaptation for android available:

http://code.google.com/p/android-rtmp-client/

http://code.google.com/p/android-recorder/

I'm working on video/audio live stream publishing from Android to Red5 server right now.

like image 117
miceuz Avatar answered Oct 19 '22 20:10

miceuz


You can make a regular Adobe Air application and produce builds for both iOS and Android.

http://www.adobe.com/devnet/devices.html

like image 2
David Q Hogan Avatar answered Oct 19 '22 22:10

David Q Hogan