apivideo / api.video-flutter-live-stream

Flutter RTMP live stream client. Made with ♥ by api.video
MIT License
70 stars 41 forks source link

Android does not respond to the provided bitrate #27

Closed brauliolomeli closed 1 year ago

brauliolomeli commented 1 year ago

Android streams at a bitrate between 4000000 and 7000000 even when the provided bitrate in the VideoConfig is 2000000.

To Reproduce Steps to reproduce the behavior:

  1. Stream from an Android device with resolution Resolution.RESOLUTION_720 and bitrate 2000000.

Expected behavior Streams at 2000000 bps

brauliolomeli commented 1 year ago

Possibly related: https://github.com/ThibaultBee/StreamPack/issues/64

ThibaultBee commented 1 year ago

Hi,

As you have close the issue in StreamPack, could you close this one as well?

ThibaultBee commented 1 year ago

As https://github.com/ThibaultBee/StreamPack/issues/64 has been closed also closing this one.