Last Updated on 24 April 2020 by Suffocation
Für alle, die unter Linux arbeiten hat Joseph (See comments about the ESP 32 Cam) recommended the MPV Player. I took a brief look at it on the Pi and am delighted.
DOWNLOAD
Der Dowload sollte möglichst über den Linux eigenen Paketmanager erfolgen.
Alternatively, the player can be downloaded from the following links:
mpv.io
Alternative at Chip
INSTALLATION
The installation on the Pi works with the package manager (update beforehand as always):
sudo apt-get update
sudo apt-get upgrade
sudp apt-get install mpv
USE
Josef empfiehlt für das MJPEG Format eine Config für den Player zu erstellen:
touch ~/.config/mpv/mpv.conf
echo demuxer-lavf-probescore=25 >> ~/.config/mpv/mpv.conf
Start the MPV:
mpv http://192.168.1.66:81/stream
Es funktioniert bei mir ohne Probleme. Die Screenshots auf dem Pi zu erzeugen hat länger gedauert ;). Danke Josef.

PROBLEM
Not yet.
TIPS
No tips yet either...
Conclusion
Quick to install and easy to configure tool.
ANDER BEITRÄGE
SOURCES
https://www.chip.de/downloads/MPV-Video-Player_77406943.html
| Date | Change | Author |
|---|---|---|
| 24.04.2020 | Post created | Suffocation |