Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Specify a video output device" section is incorrect or incomplete (Rpi4b, Bookworm) #3956

Open
stbuerger opened this issue Dec 8, 2024 · 0 comments

Comments

@stbuerger
Copy link

The mechanism for specifiying the output HDMI connector isn't working as descriped in this section.
Either dependencies or environment influences or shown syntax makes (c)vlc to not behave as expected.
On a system with

kmsprint | grep Connector
Connector 0 (32) HDMI-A-1 (connected)
Connector 1 (42) HDMI-A-2 (connected)
Connector 2 (48) DSI-1 (connected) 

the option --drm-vout-display [HDM-A-1|HDMI-A-2|DSI-1] doesn't change the output device/port

As of 2024-12-08 the web is full of postings that report similar issues with (c)vlc and also for mpv and others. So this seems to be a fundemenal problem of understanding or implementation of Rpi multi-monitor configurations.

Sofar the only way I found to display video on a specific output is ..

  • run vlc with GUI
  • goto menu "Tools" -> "Preferences" -> "Video" and define "Fullscreen Video Device" and SAVE
  • quit vlc
  • start a new vlc instance with options --fullscreen --play-and-exit
    In fact this only works with vlc and not with cvlc and same options

It really is a pitty that it is so complicated and irritating to make mult-monitor configurations work for kiosk or home-cinema use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant