aws-samples / amazon-ivs-broadcast-android-sample

MIT No Attribution
9 stars 8 forks source link

In live streaming, the video orientation is tilted #48

Open aininsfyz opened 10 months ago

aininsfyz commented 10 months ago

Hi, as per the subject when I start the live streaming, my video orientation for viewers is titled horizontally unlike the live view from the devices. Can help me resolve this issue? Thanks.

dang-tommy commented 10 months ago

Hi @aininsfyz, do you mean that the stream is rotated when you don't expect it to be?

If so, I recommend trying ImageDevice.setRotation or ImageDevice.rotateOnConfigurationChanges to achieve the desired rotation.