akwaaba Posted July 19, 2010 Share Posted July 19, 2010 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 More sharing options...
GKIye Posted July 19, 2010 Share Posted July 19, 2010 Hello, By using the Event Sheduler you can start and stop "encoders" To my knowledge it is not possible to stop them seperated from eachother Good luck Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
countrywesterndj Posted July 19, 2010 Share Posted July 19, 2010 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 More sharing options...
akwaaba Posted July 21, 2010 Author Share Posted July 21, 2010 Thanks much , it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.