# Wowza Integration in Android

**URL:** https://community.wowza.com/t/wowza-integration-in-android/39076
**Category:** Wowza Streaming Engine
**Created:** [August 10, 2012, 5:13pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076 "2012-08-10T17:13:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Ravinder\_Poonia](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@Ravinder\_Poonia](https://community.wowza.com/u/Ravinder_Poonia)
#### Post date: [August 10, 2012, 5:13pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/1 "2012-08-10T17:13:37Z")

</div>

Hi all,

I want to stream my live android camera data on the WOWZA server. Currently i am trying this with RTMP library “ **Android-rtmp-client** ” , but didn’t get any success. I did a lot of workaround but all in vain. Can anyone suggest me which library i have to use and i can achieve this task.The major problem in “ **Android-rtmp-client** ” library according to me is that it doesn’t support h264 encoded video, it only support h263 encoded video but WOWZA only accept h264 encoded video. Thanx for any suggestions.

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [August 10, 2012, 10:49pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/2 "2012-08-10T22:49:34Z")

</div>

I don’t know what else to suggest for streaming from Android. At present h.264 is required. A future release of Wowza may support h.263, but I do not have a time frame for that.

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [August 23, 2012, 12:14pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/3 "2012-08-23T12:14:33Z")

</div>

This customer is using BigVEncoder

> [@BigVEncoder for Android](http://community.wowza.com/t/-/36252):
>
> I’ve been developing a big package for managing video streams with Wowza along with a new encoder that will take the place of FMLE and is called BigVEncoder. I’ve got versions for Linux and Windows in both 32 and 64 bit. But the big news now is that tonight I ran my first live streaming test of BigVEncoder for the Android. It successfully sent a stream to Wowza. This is going to give millions of people around the world the ability to stream live video at a moments notice. I’ll post more on thi…

I have not used it

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [September 11, 2012, 1:59pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/4 "2012-09-11T13:59:59Z")

</div>

Take a look at VLC:

[https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts](https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts)

Richard

---

<div class="post-metadata">

### Author: ![Ravinder\_Poonia](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@Ravinder\_Poonia](https://community.wowza.com/u/Ravinder_Poonia)
#### Post date: [August 23, 2012, 11:10am UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/5 "2012-08-23T11:10:47Z")

</div>

Hi everyone,

I am waiting for help from a long time…can anyone help me how can i do that. Or suggest me a library that support wowza in android.

---

<div class="post-metadata">

### Author: ![Ravinder\_Poonia](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@Ravinder\_Poonia](https://community.wowza.com/u/Ravinder_Poonia)
#### Post date: [September 11, 2012, 2:14pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/6 "2012-09-11T14:14:11Z")

</div>

Hi Richard,

Thanx for ur reply. But as i searched BigVEncoder is not a open source project. I need to implement this streaming in my own application.

---

<div class="post-metadata">

### Author: ![Ravinder\_Poonia](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@Ravinder\_Poonia](https://community.wowza.com/u/Ravinder_Poonia)
#### Post date: [September 12, 2012, 4:22pm UTC](https://community.wowza.com/t/wowza-integration-in-android/39076/7 "2012-09-12T16:22:05Z")

</div>

The given code it to stream a static ideo from vlc to wowza media server…i am able to send a static file using my Android-Rtmp-Client Library. But when its comes to live streaming these are not looking promissing.
