Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Video streaming from Android camera to Wowza server. (RTMP) [closed]

I am trying to stream video from Android to Wowza server, using RTMP. Android doesn't support RTMP, but i found this Aftek library.

My question 1: Anyone has any experience of using this library for stream from Android to Wowza?

My question 2: Are there another solutions to use RTMP on Android for streaming video(H.264) + audio (AAC)?

My question 3 (optional): It is possible to stream LIVE video from android camera using HTTP Live?

For all questions examples will be very helpful. Thanks.

like image 221
jimpanzer Avatar asked Apr 08 '13 07:04

jimpanzer


1 Answers

Did you try this?

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

I have used this in the past, and it is open source. It may work well for you.

like image 166
Sumeet Khullar Avatar answered Oct 04 '22 07:10

Sumeet Khullar