FFMPEG pushed RTMP stream not working on Android & iPhone
问题 I have to make a semi-live-stream. I used Nginx-rtmp module and then pushed content to it via ffmpeg using: ffmpeg -re -i content.mp4 -r 25 -f fvl "rtmp://rtmp.server.here" The stream runs fine when I open it in VLC from "rtmp://rtmp.server.here" But I also have to make iPhone and Android apps that play these streams. And that's the problem, the stream doesn't work on Android and iPhone. If I use Wowza streaming cloud and stream to Wowza cloud instead of my own nginx-rtmp server then the same