Sending live video stream to wowza streaming engine with Android devices

我是研究僧i 提交于 2019-12-12 12:22:52

问题


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?


回答1:


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




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/21953555/sending-live-video-stream-to-wowza-streaming-engine-with-android-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!