Linux control a running vlc process through command line

后端 未结 4 2053
别跟我提以往
别跟我提以往 2021-01-05 03:15

is there any way to control an already running VLC player on ubuntu. For example, i am trying to start a vlc video full screen with a default audio.

and then contro

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-05 03:51

    I'm controlling it remotely using dbus. VLC has implemented the MPRIS2 specification:

    • Control player (e. g. run player-control vlc toggle)

    • Get current status (with argument vlc)

提交回复
热议问题