Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you are running a version less than 6.2:

    • You must send this command for each IP connection to the MMS.

    • This command's lifespan is equal to the IP connection's lifespan.

    • If you disconnect for any reason, you must send this command again.

  • If you are running version 6.2 or higher:

    • To latch the setting on a given stream, select that stream and then append False as the final argument to the SetServiceAccount command.

      • SetServiceAccount Service Account False

    • To unlatch a given service, select the stream, then

      • SetServiceAccount Service Clear False

    • To unlatch all services, select the stream, then

      • SetServiceAccount Clear Clear False

    • Leave the False off or replace with True to make temporary (non latching) settings. This behavior is the default and duplicates what the command used to do in versions less than 6.2.

Solution

Be sure to set instance before sending any commands such as

setinstance Player_A

The control protocol has a command called SetServiceAccount. This command takes two arguments, the Service Name and the Account Name.

...