Post Reply 
Activate MinimStreamer without MinimWatch
18-07-2022, 21:07
Post: #1
Activate MinimStreamer without MinimWatch
Hello,

is there a way to activate the MinimStreamer module without using MinimWatch?
Find all posts by this user
Quote this message in a reply
18-07-2022, 22:46
Post: #2
RE: Activate MinimStreamer without MinimWatch
You can use command scripting (see this section). You need the 'install' command.
Find all posts by this user
Quote this message in a reply
06-08-2022, 20:33
Post: #3
RE: Activate MinimStreamer without MinimWatch
(18-07-2022 22:46)simoncn Wrote:  You can use command scripting (see this section). You need the 'install' command.

Didn't get it working.
Tried
Code:
mscript -c install minimstreamer
but that didn't work.

What is the right way doing this?
Find all posts by this user
Quote this message in a reply
06-08-2022, 22:28
Post: #4
RE: Activate MinimStreamer without MinimWatch
The install command needs a package name. For the current version of MinimStreamer, the package name is minimstreamer-2.0.9. Also, the command needs to be enclosed in quotes, so you should use this:

mscript -c "install minimstreamer-2.0.9"
Find all posts by this user
Quote this message in a reply
07-08-2022, 10:07
Post: #5
RE: Activate MinimStreamer without MinimWatch
(06-08-2022 22:28)simoncn Wrote:  The install command needs a package name. For the current version of MinimStreamer, the package name is minimstreamer-2.0.9. Also, the command needs to be enclosed in quotes, so you should use this:

mscript -c "install minimstreamer-2.0.9"

This gave me this error:
Code:
Package license was not accepted.
Find all posts by this user
Quote this message in a reply
07-08-2022, 18:01
Post: #6
RE: Activate MinimStreamer without MinimWatch
When you install MinimStreamer for the first time, you are prompted to accept the MinimStreamer license. When using MinimWatch to do the install, this is done by a pop-up dialog or a console prompt. If you are using mscript to do the install, neither of these is possible and this is why you are getting this error message.

To work around this problem, you can exit MinimServer and then start MinimServer in console mode by entering the command:

minimserver/bin/startc

From the console command prompt, you can enter the 'install' command and you will be prompted to accept the license. After accepting the license, type 'exit' at the console prompt and then restart MinimServer normally.
Find all posts by this user
Quote this message in a reply
07-08-2022, 18:31
Post: #7
RE: Activate MinimStreamer without MinimWatch
(07-08-2022 18:01)simoncn Wrote:  To work around this problem, you can exit MinimServer

Im running MinimServer in the Docker-variant.
when I stop MinimServer, with /opt/minimserver/bin/stoppall the whole container stops and I'm not able to run startc or mscript.
Find all posts by this user
Quote this message in a reply
07-08-2022, 21:55
Post: #8
RE: Activate MinimStreamer without MinimWatch
In this situation, I think you will need to use MinimWatch. If it helps, you can run MinimWatch as a command-line application by using minimwatch/bin/startc.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)