Applies to: WAVE
Summary:
Stopping the Hanwha Media Server service may be required for support or general maintenance purposes. This article provides the steps for stopping and starting the service in Linux and Windows.
Step By Step Guide:
Windows
-
Click the Start button in Windows, enter services.msc, then press Enter.
-
Right-click Hanwha Media Server and select Stop (or click the Stop button).
- To start the service, right-click Hanwha Media Server and select Start.
Step By Step Guide:
Linux
-
Open a terminal session in Linux.
-
Enter the stop command in the terminal session to stop the service:
sudo systemctl stop hanwha-mediaserver
-
You will be asked for the Linux credentials.
-
Enter the status command in the terminal session to confirm the service stopped:
sudo systemctl status hanwha-mediaserver
-
Enter the start command in the terminal session to start the service:
sudo systemctl start hanwha-mediaserver