简体   繁体   中英

Android and Nginx Rtmp Module solution

folks

I have an Android app that streams videos to Wowza Server. Right now, I am using libstreaming ( https://github.com/fyhertz/libstreaming ) in the Android app to livestream audio and video to Wowza.

It works fine, but I am building an open source solution and I would like to stop using Wowza (since it is a payed product) and start using nginx-rtmp-module ( https://github.com/arut/nginx-rtmp-module ). The problem is that libstreaming does not work with rtmp protocol, and, as much as I researched, I still couldn't find a good solution on the Android side to livestream to nginx.

Does anybody know any solution to do that? Did anybody already implemented it? Thanks in advance!

You can probably use ffmpeg to convert RTP into RTMP on server side.
eg Pipe UDP input to FFMPEG

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM