i n d e x
<--back
notes
categories:
arctic | art | biology | book | compile | crypto | cryptoart | debian | email | entropy |
ffmpeg | funk | game | ghostradio | hades | informationtheorie | internet | laser | linux | linuxaudio |
logic | machinelearning | math | mikrotik | movie | neuralnetworks | noise | nonhuman | notes | particlephysics |
physics | radio | radioactive | raspi | raspi5 | renameseq | rng | softwaredefinedradio | sound | stockexchange |
tools | underinfluence | videolooper | vlc | vlf | xterm |
search:
play-2-videos-insync-2hdmiout-raspi5:
useing x11 (wayland complained about qt, you can change the layout in raspi-config)
with vlcsync, helps a little, no framesync.
vlcsync ip-address needs to be enabled in vlc:
main interfaces, enable LUA
main interfaces -> RC, TCP 127.0.0.42
i made it with 3 autostart entries, like this >
~/.config/autostart $ cat avlcsync.desktop
[Desktop Entry]
Type=Application
Name=VLCsyncAutostart
Comment=VLCsync
Exec=/usr/local/bin/vlcsync
Terminal=true
~/.config/autostart $ cat hdmi0.desktop
[Desktop Entry]
Type=Application
Name=VLCAutostart
Comment=VLC Autostart
Exec=/usr/bin/vlc --fullscreen --qt-fullscreen-screennumber=0 -A alsa --alsa-audio-device sysdefault:CARD=vc4hdmi0 --no-video-title-show --loop --rc-host 127.0.0.42 /media/usb1/hdmi0.mp4
Terminal=false
~/.config/autostart $ cat hdmi1.desktop
[Desktop Entry]
Type=Application
Name=VLCAutostart
Comment=VLC Autostart
Exec=/usr/bin/vlc --fullscreen --qt-fullscreen-screennumber=1 -A alsa --alsa-audio-device sysdefault:CARD=vc4hdmi1 --no-video-title-show --loop --rc-host 127.0.0.42 /media/usb1/hdmi1.mp4
Terminal=false
##linux
##vlc
##raspi5
last edited:July 19, 2024
playvideo-on-a-certain-hdmi-output:
automated multiscreen setup-
screennumber is 0 and 1 ,..
[Desktop Entry]
Type=Application
Name=VLCAutostart
Comment=VLC Autostart
Exec=/usr/bin/vlc --fullscreen --qt-fullscreen-screennumber=1 --loop video.mp4
Terminal=false
##linux
##raspi5
##vlc
last edited:July 18, 2024