start & stop the Server1. Open a shell window and change to the directory where the software is installed. 2. type the following: bin\mhive.exe -r 3. to stop the Media Encoding on the console press ctrl+C start & stop the client
1. Open a shell window and change to the directory where the software is installed. 2. type the following: bin\mhive.exe -i 3. to stop the Media Encoding on the console press ctrl+C ---Note--- for the client the "-i" option should autodiscover the server, you could use the additional flags "-h" and "-p" to set the server hostname/IPAddress or Portnumber to connect to. More options are printed when using the single flag "--help" bin/mhive --help
General options:
--help produce this message
--version Prints the Version
--debugmode switch of the StackDumper and logging goes to the
console instead of file
Server options:
-d [ --daemon ] start the Hive as Daemon Process
-r [ --run ] start the Hive as Console Process
-a [ --auto ] start the Hive as Console Process with
automatic Client/Server resolving
-b [ --base ] arg (=/home/jan.hoelscher/devel/mec/install)
defining a base path
--stop arg stopping a Process defined by the
process id
Client options:
-i [ --client ] start the Hive Client
-h [ --host ] arg (=auto) Host to connect
-p [ --port ] arg (=20200) Port to connect
Install options:
--hiveport arg (=20200) on which port will the hive be listen on
--webport arg (=8080) on which port will the web admin be listen on
Webserver:
-w [ --web ] start the Hive Webserver
Webserver:
-q [ --queue ] start the Hive Queue Server
--test test function
mon:
-m [ --mon ] start the Mongoose Webserver(an alternative web server)
|