muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
154 stars 93 forks source link

Set desired aspect ratio for stream preview #17

Closed lecicdjuro closed 4 years ago

lecicdjuro commented 4 years ago

I have live stream that is streaming from the phone camera and it has a 9/16 aspect ratio. Currently, stream view is only in 16 /9 aspect ratio. Can this be optional, predefined?

KhuramKhalid commented 4 years ago

I believe the aspect ratio is entirely controlled by the Dart side of code. So as long as you wrap the Video widget in an AspectRatio widget with 9/16 ratio, it should appear correctly. Please let me know how it goes.

lecicdjuro commented 4 years ago

That is what i first tried on every possible way, but without success