Convert mimoLive RTMP stream to HLS or DASH

I want to convert the mimoLive RTMP stream to HLS or MPEG-DASH for consumption in an Android app. Have people done this? Due to latency issues, I need to avoid third-party servers like Wowza and Bitmovin. Looking for a way to do this locally on the same machine or another on the same network.

Thanks!

@gmunoz You can use a local NGINX server. Currently, we recommend doing it via docker and there is a nice package here: https://hub.docker.com/r/awakening/awakening-nginx-rtmp/

We recommend using the HD tag.

Thank you for the suggestion Oliver. I’ve gone with Wowza Streaming Engine instead, since I’m unfamiliar with both nginx and Docker. I now have a lot of latency between the video and stream. I will post this as a separate question.

Cheers!