is it possible to start a VLC NT service with a playlist? I need a http interface showing a playlist (whatever format), so a user can select a stream/file from the list and it plays the item. Everything works for now (access to the website using a browser etc), except nothing shows up in the playlist. Starting the command by hand works, all items on the playlist show up.
My current command options:
Code: Select all
C:\somewhere\vlc.exe -I ntservice --ntservice-install --ntservice-name "VLC FM Player 1" --ntservice-extraintf http --ntservice-options "--config C:\somewhere\vlcrc" C:\somewhere\FMRadio.pls
Alf