-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault in recording pipeline #38
Comments
What device are you running on? Also, you need to specify the path with like /sdcard/ or use the API to get the external storage path. |
Yeah, I changed it to /sdcard but forgot to update the issue. It's running on a control hub. |
So, I never actually tested the recording feature on a control hub... I do know it worked on Nexus 5 phones. |
I can reproduce this not working on a Control Hub, but I don't get a segfault. Instead I get a failure in the RockChip video codec initialization: 1969-12-31 19:04:33.937 201-793/? E/ROCKCHIP_LOG: Rockchip_OSAL_SharedMemory_Open(391): 111ion_client_create Error: 7
1969-12-31 19:04:33.938 201-793/? E/ROCKCHIP_RM: Rockchip_OMX_Check_Resource(282): pRockchipComponent->codecType 2, Line:282
1969-12-31 19:04:33.941 201-907/? E/OMXNodeInstance: getParameter(c9002f:rk._encoder.avc, ParamConsumerUsageBits(0x6f800004)) ERROR: UnsupportedIndex(0x8000101a)
1969-12-31 19:04:33.951 201-631/? E/OMXNodeInstance: setConfig(c9002f:rk._encoder.avc, ConfigPriority(0x6f800002)) ERROR: UnsupportedIndex(0x8000101a)
1969-12-31 19:04:33.952 201-201/? E/OMXNodeInstance: setConfig(c9002f:rk._encoder.avc, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
1969-12-31 19:04:33.954 201-632/? E/OMXNodeInstance: getConfig(c9002f:rk._encoder.avc, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: UnsupportedIndex(0x8000101a) I made a standalone test app to test using the MediaRecorder with an external surface (what EOCV does) as well as binding directly to an Android |
Log:
Code:
The text was updated successfully, but these errors were encountered: