Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top