On Sat, Nov 05, 2016 at 19:37:59 +0100, Jens Kallup wrote: > ../ffmpeg/ffmpeg -f x11grab -i :0.0+100,200 -framerate 5 -f flv > rtmp://192.168.178.80:8585/live 2> /dev/null
I streamed that flv to VLC without nginx, and VLC handles it just fine. So you need to check what nginx does with it. Does nginx give any error messages. Thinking about it more, you probably need to choose a different codec than ffmpeg's default, at least if you believe some of this: https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp So you might want to add "-c:v libx264" to your command line. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
