admin管理员组

文章数量:1356554

Am implementing a feature in a flutter app that allows users to stream to online platforms, I am using the package rtmp_broadcaster but I am unable to capture a horizontal video output

SystemChrome.setPreferredOrientations([
  DeviceOrientation.landscapeLeft,
  DeviceOrientation.landscapeRight,
]);

When I tried using the implementation above, the device rotates but the camera output does not

本文标签: androidIs there any way to stream in landscape mode using flutter rtmpbroadcaster packageStack Overflow