Possible character limit on service installation
Hi. I'm attempting to install VLC as a service to run multiple audio streams on my system.
When running the command from the command prompt it "succeeds" but the service is incomplete in service manager.
I run the following command: vlc.exe -I ntservice --ntservice-install --ntservice-name=VLCPLS-Playlist1 --ntservice-extraintf=http --ntservice-options="--no-qt-updates-notif --no-qt-privacy-ask --no-qt-error-dialogs --http-password=123456 --http-host=0.0.0.0 --http-port=8081 --directx-audio-device={AE172505-B941-41FF-8431-CFAE326E6889} --directx-volume=2 --force-dolby-surround=2 C:\PlayLists\Playlist1.pls --compressor-attack=50 --compressor-release=300 --compressor-threshold=-20 --compressor-ratio=20 --compressor-knee=1 --compressor-makeup-gain=12 -L --no-video"
This results in the service "VLCPLS-Playlist1" being created but the ImagePath is only: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I ntservice --ntservice-extraintf http --no-qt-updates-notif --no-qt-privacy-ask --no-qt-error-dialogs --http-password=123456 --http-host=0.0.0.0 --http-port=8081 --directx-audio-device={AE172505-B941-41FF-8431-C
So it cuts it off. Now if I run vlc from the commandline with the same options I try to create the service with it runs perfectly fine. This same command worked perfectly fine for VLC 2.2.6.