On Tue, Jan 03, 2017 at 17:56:37 -0200, Welisson Tomé wrote: > Here you go the report from ffmpeg output. > http://pastebin.com/u8dKf8MJ
I asked you to post it here, but ... oh well. > ffmpeg version N-44806-g3553b81- http://johnvansickle.com/ffmpeg/ Copyright > (c) 2000-2015 the FFmpeg developers This version is 20 months old. ffmpeg does go through a lot of development, incl. bugfixing. Please take the time to test a newer version first, especially when it's as easy as grabbing and unpacking https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-32bit-static.tar.xz > Trailing options were found on the commandline. [...] > Codec AVOption deadline (Time to spend encoding, in microseconds.) specified > for output file #0 > (udp://224.1.1.2:5000?localaddr=10.10.2.3&pkt_size=188&ttl=64&buffer=7000000) > has not been used for any stream. The most likely reason is either wrong type > (e.g. a video option with no video streams) or that it is a private option of > some encoder which was not actually used for any stream. Please note that your command line may not be doing what you expect it to. (This shouldn't have an effect on your issue.) Apart from that: I tested your command line (with an 1920x1080 PNG of my own, and streaming to the same machine) and neither "ffmpeg -i" nor VLC interrupted while playing the stream. So "works for me". Please try a newer ffmpeg. If that still has issues, you should try to stream from/to the same machine, to see whether that solves the issue. Perhaps some UDP packets are lost on your link. 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".
