[FFmpeg-user] avoid pixelated dvb-t

Andy Furniss adf.lists at gmail.com
Thu Dec 3 20:29:19 CET 2015


juan carlos Rebate wrote:
> the entered command is ffplay -i rtp/239.0.0.73:8208 wait a few
> seconds and the image appears pixelated gray. I have also tried using
> udpxy to convert multicast traffic in unicast traffic getting the
> same result

Does it happen with a different player?

With mplayer/mpv you can also set a cache size like -

mplayer -cache 8192 ...

mpv --cache=8192 ...

For rtp you may get a cache set by default, ffplay docs say you do but
worth testing something else or specifying -infbuf.


More information about the ffmpeg-user mailing list