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
Changing the orientation mode from portrait to landscape in an Android application while screen recording is going on, is cropping the screen width (content) of the Android application for the landscape mode in the generated recording file
We are making a meeting application for Android that has a recording feature (record meeting) similar to Amazon chime and zoom.
The screen recording is happening from our Android Application (within Android application) using amazon screen recording API(https://github.com/aws-samples/amazon-chime-sdk-recording-demo) and it is there to record the screen of the Android application only. We are asking the end-user to grant permission to record the screen. So, what we are doing is:
We are calling the screen recording start and stop API from within the Android application.
It is recording the screen and audio (of the chime meeting) too.
However, if the application is in portrait mode when we start screen recording and if the orientation keeps getting changed from portrait to landscape and vice-versa, the screen of the android application (not of the web page, not of any inbuilt android browser too) in the recorded file is being cut (cropped) for the landscape mode.
This can be a cross-platform issue where both the Android team and the web team may need to work collaboratively.
Describe the solution you'd like
Changing the device orientation frequently from portrait to landscape mode and vice-versa while screen recording is going on should not crop the screen width for the landscape mode in the recorded file.
Resolution in portrait mode for an Android application can be improved. If there are some fonts having a text size of 14sp, they are not properly readable, not clear in the recorded file.
If this is happening because of the scale and aspect ratio Amazon is using with FFmpeg, then this is the link that can be helpful
Chime SDK team has launched a new service to provide meeting capture capabilities with original video resolution and frame rate. You will not need to provision your own container infrastructure. Instead, just call the API from AWS SDK and provide a prepared S3 bucket to receive the artifacts.
Changing the orientation mode from portrait to landscape in an Android application while screen recording is going on, is cropping the screen width (content) of the Android application for the landscape mode in the generated recording file
What we are doing?
We are making a meeting application for Android that has a recording feature (record meeting) similar to Amazon chime and zoom.
The screen recording is happening from our Android Application (within Android application) using amazon screen recording API(https://github.com/aws-samples/amazon-chime-sdk-recording-demo) and it is there to record the screen of the Android application only. We are asking the end-user to grant permission to record the screen. So, what we are doing is:
This can be a cross-platform issue where both the Android team and the web team may need to work collaboratively.
Describe the solution you'd like
14sp
, they are not properly readable, not clear in the recorded file.FFmpeg
, then this is the link that can be helpfulhttps://superuser.com/questions/547296/resizing-videos-with-ffmpeg-avconv-to-fit-into-static-sized-player/1136305#1136305
We want similar behaviour.
start
post request failing which will fall into default configuration.Describe alternatives you've considered
N/A.
Additional context
Unfortunately, I cannot upload screenshots as it is a private and protected property.
Let me know if you need more information and thank you so much for the amazing chime SDK.
The text was updated successfully, but these errors were encountered: