I would like to play two separate videos with mpv player on two separate screens.
I’ve chosen the dietpi, since I don’t want a desktop.
With the command:
sudo mpv --vo=drm -fs -loop /home/video/video.mp4
One screen shows successfully one video. But I did not manage to play another one on the other HMDI output.
I tried to set the screens with fbset:
sudo fbset -g 1280 1024 1280 1024 32 -t 0 0 0 0 0 0 0 /dev/fb0
Outputs:
Unknown video mode `/dev/fb0'
The HDMIs go into HDMI to VGA converter. I don’t know, if that is an issue. I see two shells, when no video is playing.
When playing one video over SSH and using the keyboard to play the other video on the other screen, the video says it’s playing, but there are probably two videos playing on the same screen.