hello,
....there are some extra good arguments for using with the "ffplay" multimedia player when playing live internet streams of radio or mp3 songs....... or of youtube videos etc....
The arguments make cpu usage economical etc.
Users can search youtube videos on a text only browser such as "Links" browser on piCORE armv6 for pi zero etc.......or any pi computer.
genyt.net (search any vids of interest and "generate download links")
tcl$.........ffplay -fast -nodisp -cpuflags -sse+mmx+3dnow -volume 20 "
https://vprbbc.streamguy/s1.com/vprbbc24.mp3"
(Live radio playing)tcl$.........ffplay -fast -cpuflags -sse+mmx+3dnow -volume 20
"
https://SOME VIDEO.mp4"
(Live youtube video)(where there is a space preceding the link in quotes.....above)
The -cpuflags are whatever your computer chip supports.....
e.g. sse2 mmx armv6 armv7......etc etc.
Putting........ "-cpuflags 0".....will clear all the cpu flags you previously set.
(you can list your cpu features using a flag)
The "-volume" argument is how you can set the volume at start of play (1 to 100)
-volume 20 (example)
......you can SEEK in any internet stream or local song by simply pressing your left or right arrow keys or page-up,page-down .....OR..... right clicking the mouse anywhere in the video window width ....(where 30 percent into the window width is a third of the way through the video tv show.....etc)
(this "clicking seek feature" works whenever the "-nodisp" flag is omitted.....which means it's a feature mainly for streaming videos.)
-nodisp............ (means no display....and is used for live audio--only streams like radio)
-alwaysontop ....(keeps your video window ontop)
-noborder......... (can hide all video borders)
-left 30..............(set the x position of the left side of video window)
-top................. (set the y position of top of the video window)--centered window is default
-fs.....................(start the video in fullscreen)
-x 60.................(force displayed video width)
-y......................(force displayed height of video)
P key for pause. .........F key for fullscreen.........q or ESC......quit the player.
9 key is volume up.......0 key is volume down.