You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtmp_broadcaster plugin needs to be realigned with camera plugin ^0.10.5+5 to fix landscape camera preview
Currently CameraPreview is not working in this plugin. The preview height versus width check is always returning false and therefore keeps the portrait camera :
I ran the example app in the camera plugin and turned my phone (pixel 7 pro) sideways to landscape and saw the following:
I ran the example app in the rtmp_broadcast plugin and turned my phone (pixel 7 pro) sideways to landscape and saw the following:
Version 0.10.5+5 of the camera plugin was released 24 days after rtmp_broadcast's (2.2.4). I believe a fix for the camera landscape issue was released in v 0.10.5+5 and that these changes need to be replicated in the rtmp_broadcast plugin to fix the issue.
rtmp_broadcaster plugin needs to be realigned with camera plugin ^0.10.5+5 to fix landscape camera preview
Currently CameraPreview is not working in this plugin. The preview height versus width check is always returning false and therefore keeps the portrait camera :
I ran the example app in the camera plugin and turned my phone (pixel 7 pro) sideways to landscape and saw the following:
I ran the example app in the rtmp_broadcast plugin and turned my phone (pixel 7 pro) sideways to landscape and saw the following:
Version 0.10.5+5 of the camera plugin was released 24 days after rtmp_broadcast's (2.2.4). I believe a fix for the camera landscape issue was released in v 0.10.5+5 and that these changes need to be replicated in the rtmp_broadcast plugin to fix the issue.
The 0.10.5+5 changelog even mentions bug fixes to the "_deviceOrientationSubscription "
https://pub.dev/packages/camera/changelog
The text was updated successfully, but these errors were encountered: