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
Rotate the phone from portrait to landscape or vice versa
Expected result
The frame changes according to the device's rotation direction
Actual result
In live stream video result, the frame does not change at all, there is even a slight pause when the phone direction is changed
Additional context
Hello,
During the process of rotating the device from portrait to landscape, or landscape to portrait, the transmission to the system begins; the image doesn't change according to my rotation direction.
If I rotate the device before setting up and starting the streaming session, the frame image flows back to the server with the original orientation
I tried stopping and restarting the streaming session at rotation time, but it crashed my app and the image remained the same.
Please help me with a solution to do this device rotation during streaming!
Thanks
Relevant logs output
No response
The text was updated successfully, but these errors were encountered:
Most players/decoders/container do not handle a resolution change. Resolution change implies a change in the resolution for going from landscape to portrait and vice versa. Can your decoding pipeline handle that?
Do you turn your phone when recording with the default camera?
I don't want to say how the interface displays on my application will change when I rotate the device, but what I noticed is that when I rotate the device, the image streamed to the server does not change direction. Does your library do anything when I rotate?
Regards,
Version
v1.2.0
Which operating systems have you used?
Environment that reproduces the issue
Both
Is it reproducible in the example application?
Not tested
RTMP Server
my local
Reproduction steps
Expected result
The frame changes according to the device's rotation direction
Actual result
In live stream video result, the frame does not change at all, there is even a slight pause when the phone direction is changed
Additional context
Hello,
During the process of rotating the device from portrait to landscape, or landscape to portrait, the transmission to the system begins; the image doesn't change according to my rotation direction.
If I rotate the device before setting up and starting the streaming session, the frame image flows back to the server with the original orientation
I tried stopping and restarting the streaming session at rotation time, but it crashed my app and the image remained the same.
Please help me with a solution to do this device rotation during streaming!
Thanks
Relevant logs output
No response
The text was updated successfully, but these errors were encountered: