最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Is there any way to stream in landscape mode using flutter rtmp_broadcaster package - Stack Overflow

programmeradmin1浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论