VCX. Barix audio streaming from web

Subscribe to RSS news feed

The article describes how to develop a web page which streams audio to Barix Annuncicom device.

Setup

Proper audio streaming to Barix Annuncicom requires the identical audio settings on the Annuncicom and your web page sides. Make sure you have the same codec/bitrate selected one the web page...

Click for full sized image

...and Annuncicom control panel (Encoding select):

Click for full sized image

Send audio to Barix Annuncicom

Make sure that the network settings are correct: UDP/port on the web page and UDP receiver port in the Annuncicom control panel:

Click for full sized image

Press the Connect and Disconnect buttons on the web page to send/stop sending audio to your Barix Annuncicom device.

Programming background

Web page uses the MediaGate component.

Set StreamingMode = RAW.

Set FormatTag = 1 if you stream in the PCM format (aLaw = 6, uLaw = 7, MPEG = 85).

Set Proto/Port/PcmSamplesPerSec according to the Barix Annuncicom network/audio settings.

Use Connect/Disconnect methods to start/stop streaming.

MediaGate component reference

Read more about Barix support