VLC
VLC - VideoLAN
VLC als root ausf�hren
Laut http://unix.stackexchange.com/questions/125546/how-to-run-vlc-player-in-root:
sed -i 's/geteuid/getppid/' /usr/bin/vlc
VLC mit ALSA Ausgabe anstatt PulseAudio
Die Fehlermeldung
[0125ef18] pulse audio output error: PulseAudio server connection failure: Connection refused
kann verhindert werden mit (falls kein PulseAudio installiert ist):
vlc --aout alsa
Ohne GUI
Auf der Kommandozeile ohne grafisches Ged�ns gibt es die Fehlermeldungen:
[004ba8f8] core libvlc: VLC wird mit dem Standard-Interface ausgef�hrt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden.
[00552e18] qt4 interface error: Could not connect to X server
[00552e18] skins2 interface error: cannot initialize OSFactory
Der Hinweis gibt die Abhilfe vor:
cvlc
HTTP Interface
Start von VLC mit HTTP Interface auf Port 1000:
cvlc --aout alsa -I http --http-port 1000
Siehe https://wiki.videolan.org/documentation:modules/http_intf/ und eigene HTML Seiten: https://wiki.videolan.org/Documentation:Play_HowTo/Building_Pages_for_the_HTTP_Interface/.