For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changing the audio bitrate

At this moment, it's possible to change the audio bitrate only for desktop applications. We will add a feature to change the audio bitrate for web applications in the nearest future.

To change audio bitrate, we need to go to the "Local_config.xml" file located in the "DLL" folder. There you should find the "Publisher" node and "audio_bitrate" property.

"..\Video Transport 1.7.0.570\DLL\Local.Config.xml"

Possible templates:

  • "[count of kilobits]K" - "500K", "777K";

  • "[count of megabits]M" - "1M", "2.5M".

Last updated