I want to reduce bitrate if internet connection is slower. It is possible on ios but can’t find same functionality on android
Hello @Ochir Sanjaadorj, are you using Wowza Streaming Engine or Wowza Streaming Cloud with the SDK?
@Ochir Sanjaadorj you can try setABREnabled(true)
in WOWZBroadcastConfig
. According to docs it’s what you need