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 snipp开发者_如何学Pythonets that make this possible ??
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.
You can make a regular Adobe Air application and produce builds for both iOS and Android.
http://www.adobe.com/devnet/devices.html
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/
精彩评论