Jump to content

SAM - How too stop one encoder


akwaaba

Recommended Posts

Hi

I am very new to SAM Broadcaster and wanting to know if there a script or a procedure available for stopping only one encoder. I have two encoders and want to be able to stop one of them at a schedule time.

 

Thx

 

Akwaaba

Link to comment
Share on other sites

That is very easy to do in a PAL script.

 

NOTE: The encoders are offset by 1, so encoder #0 is really encoder 1 and encoder #1 is really encoder 2, etc.

 

This script will stop encoders 1 & 2:

encoders[0].stop;
encoders[1].stop;

 

This script will start encoders 2 and 3:

encoders[1].start;
encoders[2].start;

Spacial SVS Support Team

http://support.spacialaudio.com/forums/

Get help with PAL Scripts at http://www.palscripts.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...