Ali Behzadian Nejad
Ali Behzadian Nejad

Reputation: 9044

Sending live video stream to wowza streaming engine with Android devices

I want to send live video stream from my android device to wowza streaming engine. I am using sample in this blog but I can not see the result on Test Players page.

Do I need to have a web server serving a page with a video player pointed to this video/app on wowza?

Upvotes: 4

Views: 4126

Answers (3)

bajicdusko
bajicdusko

Reputation: 1650

Accepted answer is ok. Libstreaming is working (kinda) but it did not fulfill my expectations so that it can be pushed to some production app. Since this question is quite old, i will share mine up-to-date solution (AS 2.1.2 - Marshmallow) which is using JavaCV. I've built boilerplate for android so it can be used in no time.

Here is url: How to stream live video from android to Wowza via RTMP

Upvotes: 0

Ali Behzadian Nejad
Ali Behzadian Nejad

Reputation: 9044

I found this little (but very useful) library with three examples: libstreaming It works like a charm! Easy to install and develop.

Upvotes: 3

rshmelev
rshmelev

Reputation: 598

Main point is to look at Wowza logs to understand if stream was successfully published or not. Then, according to logs you will know what Application, Application instance and Stream name are used for publishing.
So you'll be able to set up any player (VLC for example) with those values and look if stream is viewable or not.

Upvotes: 0

Related Questions