Hi all
I need help, i want start VLC player on Raspberry Pi from Codesys program. I install Codesys runtime on Raspberry PI working fine. Thanks for answers!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
as I remember - had worked that way:
deactiviate on VLC βShow systray iconβ
then call:
sudo -u pi DISPLAY=:0 vlc /home/pi/Videos/CODESYS.mp4
SysProcessExecuteCommand...
not sure if it still work
Hi all
I need help, i want start VLC player on Raspberry Pi from Codesys program. I install Codesys runtime on Raspberry PI working fine. Thanks for answers!
as I remember - had worked that way:
deactiviate on VLC βShow systray iconβ
then call:
sudo -u pi DISPLAY=:0 vlc /home/pi/Videos/CODESYS.mp4
SysProcessExecuteCommand...
not sure if it still work
Last edit: eschwellinger 2022-06-04
Hello eschwellinger , actually i want play sound file with VLC player not video.Is it the same way with sound and video file?
I think so but never done