Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also increase the latency value beyond 0. This will increase the size of the streaming buffer and delay playback. Increasing latency to 10 seconds or more will likely require use of the vcdbsize and acdbsize parameters, described below, to increase the memory allocated to the buffer.

...

Note that increasing the buffer size will also increase the playback delay (latency) when the stream begins, but decreasing the default buffer size will not shorten it. View this FAQ to learn more about reducing the default latency.

You can modify the default buffer size by appending optional parameters to the end of a streaming URL in a BrightAuthor Video Stream or Audio Stream state (this method also applies to custom scripts). The URL parameters must be formatted as follows: <streaming_url>?buffersize=<number>&vcdbsize=<number>&acdbsize=<number>. Forexample, http://www.example.com/stream1?buffersize=10000000&vcdbsize=10000000&acdbsize=256000

...