When the OS system API cannot return a valid value in the virtual machine to generate a valid guid, the WAVE Mediaserver terminates immediately.
In your WAVE Log, you can find the log entries as below appeared:
2017-12-09 15:12:06.945 704 ERROR: Can't save guid. Run once as an administrator.
You can use the following website to generate a standard GUID.
- Go to https://guidgenerator.com/and generate one guid with "braces" and "hyphens" options enabled
- Copy the result.
For Windows
- Press Windows + r, type regedit.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\hanwha\Hanwha Media Server
- Find the attribute serverGuid and copy the new guid generated to this field.
- Close regedit.
- Restart the WAVE Mediaserver
For Ubuntu
- Change the directory to the folder - #cd /opt/hanwha/mediaserver/etc
- Use the text editor to edit the configuration file - #sudo nano mediaserver.conf
- Find the attribute, serverGuid and delete the original value.
- Paste the newly generated GUID, and save the file.
- Restart the WAVE Mediaserver - #sudo service hanwha-mediaserver restart