====== Videolan VLC ======
===== Remote control interface =====
Remote control interface (rc for short)
* https://wiki.videolan.org/Console/
* https://wiki.videolan.org/documentation:modules/rc/
Pour activer l’interface RC, utilisez :
vlc --intf rc --rc-host 127.0.0.1:44500
ou, pour une connexion réseau :
vlc --extraintf rc --rc-host 0.0.0.0:44500
Puis connectez-vous avec telnet ou un client TCP sur le port spécifié.
nc 127.0.0.1 44500
Sur un Linux headless sans accès D-Bux ni PulseAudio, utiliser Alsa
vlc --intf rc --rc-host 127.0.0.1:44500 --aout=alsa --no-video
Packages:
* https://github.com/evdlabs/vlcrc A Python library for controlling VLC media player via its Remote Control interface
*