Hello F,
here below is command line command and arguments used for FFPLAY media player
FOR RADIO (audio only)
tcl$........ffplay -nodisp -vn -threads auto -framedrop -fast -cpuflags -sse+sse2+sse3+sse4.1+sse4.2+mmx+avx -sync audio -infbuf -hide_banner "
https://vprbbc.streamguys1.com/vprbbc24.mp3"
-------------------------------------------------------------------------------------
FOR COMBINED VIDEO and AUDIO STREAM (movie)
tcl$.........ffplay -fast -framedrop -cpuflags -sse+sse2+sse3+sse4.1+sse4.2+mmx+avx -threads auto -x 195 -y 158 -hide_banner -sync audio -infbuf " "the movie link.mp4"
where the above gives a nice small video window.
YOUR CPU FLAGS MAY DIFFER...........for example ( -cpuflags -armv6+something+somethin etc )
Thx
C