- Newest
- Most votes
- Most comments
The issue you're experiencing with the Flexcaster app on Samsung Galaxy Z Fold6 5G and Samsung Galaxy S24 Ultra models after a system update appears to be related to a memory access error in the video encoding process. This is indicated by the SIGSEGV (segmentation fault) occurring in the __memcpy_aarch64_simd function, which is part of the system's memory copying operations.
The problem seems to be specific to these particular models and their recent system updates, as it's not occurring on other devices. This suggests that there might be an incompatibility between the Amazon IVS Broadcast SDK (version 1.23.0) and the updated system software or hardware drivers on these specific Samsung models.
The error is happening in the media encoding pipeline, specifically in the process of handling graphic buffers for video encoding. The backtrace shows that the issue occurs during the initialization of input buffers for the media codec.
To address this issue, you could try the following steps:
-
Check if there's a newer version of the Amazon IVS Broadcast SDK available that might have addressed this compatibility issue.
-
Contact Amazon IVS support to report this specific issue with these Samsung models, providing them with the error log and device information.
-
If possible, try rolling back to a previous version of the SDK to see if the issue persists.
-
Implement additional error handling and logging in your app to gather more information about the state of the encoding process when the crash occurs.
-
Consider reaching out to Samsung developer support, as this might be related to changes in their system update that are affecting media encoding on these specific models.
In the meantime, you may need to add a workaround in your app to detect these specific device models and either use an alternative encoding method or disable certain features to prevent the crash.
Sources
Known Issues & Workarounds in the IVS Android Broadcast SDK | Real-Time Streaming - Amazon IVS
Amazon GameLift releases a new version of the server SDKs and game engine plugins | AWS re:Post
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 18 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago