Stream video From iPhone Or Android to RTMP
Asked Answered
V

3

9

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 ??

Vitebsk answered 31/7, 2010 at 13:4 Comment(0)
S
2

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.

Shimmer answered 6/9, 2011 at 12:36 Comment(1)
Hi miceuz, I got the same task as yours to publish live stream from android phone to Red5 server. I appreciate if you can help me out in this :)Toilsome
F
2

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

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

Fidellas answered 1/2, 2012 at 11:7 Comment(1)
Be aware that codecs are limited on the devices, for instance you cannot use h.264 on android in air.Feticide
F
0

If you must use RTMP, you will need an RTMP library that works in Objective-C for iOS and I don't know of one off the top of my head. For Android, there are many options since you can write your application in Java or C. If you want to start with the lightest weight java client that I am aware of, look into flazr at http://flazr.com/

Feticide answered 3/9, 2010 at 16:55 Comment(1)
You can also no use Flash or Air to develop a publisher for Android or iOS to Red5. I have a free Air app on the market here: market.android.com/details?id=air.BroadcasterFeticide

© 2022 - 2024 — McMap. All rights reserved.