Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

How to start VLC player on Raspberry PI from Codesys

deividasn
2022-06-03
2022-06-04
  • deividasn - 2022-06-03

    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!

     
  • eschwellinger

    eschwellinger - 2022-06-04

    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
  • deividasn - 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?

     
  • eschwellinger

    eschwellinger - 2022-06-04

    I think so but never done

     

Log in to post a comment.