beautypg.com

Startmulticastsend, Audio stream sending start, Stopmulticastsend – 2N Helios IP Automation Manual v2.8 User Manual

Page 24: Audio stream sending stop, Action.startmulticastsend, Action.stopmulticastsend, Example, Parameters

background image

24

2N TELEKOMUNIKACE a.s., www.2n.cz

®

Example

Play user sound 1 if the event defined on row 2 arises:

Action.PlayUserSound: Sound=1; Event=2

Action.StartMulticastSend

The

block defines the starting action for audio stream sending to

StartMulticastSend

a multicast IP address. You can control up to four independent transmission channels.
The RTP/UDP protocol is used and the data are in the PCMU format.

Parameters

Event

efine the event to launch this action.

– d

Condition

efine the condition to be met for the action to be executed. This

– d

parameter is optional.
Channel

efine the channel number (1–4) to be controlled.

– d

Address

efine the audio stream multicast IP address.

– d

Port

efine the UDP port to which audio stream shall be sent.

– d

Example

Start audio stream sending via channel 1 to address 239.0.0.1:10000 if the event
defined on row 2 arises:

Action.StartMulticastSend: Channel=1; Address=239.0.0.1; Port=1000; Event=2

Action.StopMulticastSend

The

block defines the stopping action for audio stream sending to

StopMulticastSend

a multicast IP address.

Parameters

Event – define the event to launch this action.
Condition – define the condition to be met for the action to be executed. This
parameter is optional.
Channel – define the channel number (1–4) to be controlled.

Example

Stop audio stream sending via channel 1 if the event defined on row 2 arises:

Action.StopMulticastSend: Channel=1; Event=2