Running the Media Server
The Media Server is by default configured to run as a service/daemon on the installation machine.
It can also run as a standalone console application for more detailed process information. Follow the instructions below that pertain to your Operating System below:
Running the Windows Media Server as a Service
- From the Windows Control Panel, choose Administrative Tools and then Services.
- Look for "LumenVox Media Server"
- Right click, and select Start
Running the Windows Media Server in Console Mode
- From the Windows Control Panel, choose Administrative Tools and then Services.
- Look for "LumenVox Media Server"
- Right click, and select Properties
- Stop the service and set startup type to Manual
- Open command prompt.
- Go to the installation folder (by default C:\Program Files\LumenVox\MediaServer\)
- Type LvMediaServer.exe -console
Running the Linux Media Server as a Service:
- Type service lvmediaserverd start from any directory within the system.
This command can also be found in /sbin if needed.
Running the Linux Media Server as a Service on Debian 5:
- Type /etc/init.d/lvmediaserverd start from any directory within the system.