Skip to content

H323

Flussonic Media Server can call via VoIP protocol H323 (for example, to Polycom devices) and ingest video data via H323.

Configuration example:

stream polycom1 {
  input h323://192.168.100.150 vb=2000k id="Flussonic";
}

Flussonic will connect to the specified hostname and will encode video with 2000k bitrate. Audio will automatically be transcoded to AAC.

With the id option you can specify the name that will be displayed displayed on a remote H323 device when Flussonic connects to it.