Changes

MPlayer

2,820 bytes added, 11 February
/* Problems */
The following lines were added (+) and removed (-):
=== rtsp ===although mplayer does rtsp and depending on how it is compiled, it demonstrated poor ability with dropped frames compared to other options. mplayer rtsp://192.168.0.15:554obviously depends on encoding, however better results were achieved by alternatively using ffplay like this: ffplay rtsp://192.168.0.15:554ffplay uses FFmpeg libraries and the SDL library. On Ubuntu Mplayer has it's own FFmpeg implementation.  Depending on your distribution and/or if you build from source your results will differ.  You can build mplayer against the ffmpeg you have installed on your system.  To do so add --disable-libavcodec_a --disable-libavutil_a --disable-libavformat_a --disable-libpostproc_a and --disable-libswscale_a to the mplayer configure line.  To find out how your mplayer is linked type this: ldd `which mplayer`ldd `which mplayer`|grep ffmpegThis is a Qt5 front-end for mplayer.  SMPlayer remembers the settings of all files you play including time position.  Warning:  The developers added an annoying DONATE NAG that occasionally pops up on launch.  See [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964359 Debian Bug report logs - #964359] and request to remove from Debian repository.  Playback Speed Shortcuts Action SMPlayer Shortcut Keys Normal speed Backspace Half the speed of the video Shift + ] Double speed of video Shift + [ Zoom Shortcuts Action SMPlayer Shortcut Keys Zoom increase E Zoom decrease W Zoom 100% Ctrl + 1 Zoom 200% Ctrl + 2 Reset Shift + E Auto zoom Shift + W Zoom for 16:9 Shift + A Zoom for 2.35:1 Shift + S== Problems =====SMPlayer on X11 error Could not find the Qt platform plugin===Error experienced on Mint Linux when using MPlayer with SMPlayer front-end.  This is on x11 and not Wayland.  $ smplayer qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Aborted (core dumped)The problem is caused by the environment variable LD_LIBRARY_PATH.  Some poorly written software, such as newshosting, requires LD_LIBRARY_PATH set to an alternative location such as within the installation directory of newshosting, as an example.  SMPlayer relies on access to the "correct" library, not the hacked up copy needed for poorly written software.  Type this in console: unset LD_LIBRARY_PATHNow SMPlayer should function again.  ''Be careful running hack-job poorly written scabware like newshosting or other software that requires you to substitute libraries in local directories over system libraries.'' On a related note, if you are using Wayland rather than x11 there are discussions online about SMPlayer compatibility not covered here.
Bureaucrat, administrator
16,192
edits