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
I'm using M4M to reduce video resolution.
Basically what I'm doing is very similar to the sample ComposerTranscodeCoreActivity, i.e. creating a VideoFormatAndroid
When I run the app from Android Studio, it works fine.
But when I download the app from the store, the mediaComposer never ends and the org.m4m.IProgressListener is never called for onMediaDone, onMediaPause or onMediaStop.
Having a look at the logs, I can see
E/linker: readlink('/proc/self/fd/XXX') failed: Permission denied [fd=XXX]
E/linker: warning: unable to get realpath for the library "libwvm.so". Will use given name.
and this also happens for libstagefrighthw,libWVStreamControlAPI_L3.so, libwvdrm_L3.so, libHwExtendedExtractor.so, libstagefrighthw.so, libomx_vxd,libvpp.so, libomx_vxe.so, libstagefright_soft_aacdec.so, libstagefright_soft_aacenc.so.
Moreover after a series of
I/AMP: New frame allocated for buffer x
I can see only
I/art: Background sticky concurrent mark sweep GC freed 132914(4MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 53MB/57MB, paused 6.498ms total 52.184ms
I/art: Background sticky concurrent mark sweep GC freed 144141(4MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 53MB/57MB, paused 1.649ms total 129.531ms
.....
I modified my project's root build.gradle and my module-level build.gradle according to what suggested.
I'm using M4M to reduce video resolution.
Basically what I'm doing is very similar to the sample ComposerTranscodeCoreActivity, i.e. creating a VideoFormatAndroid
and than calling mediaComposer.start();
When I run the app from Android Studio, it works fine.
But when I download the app from the store, the mediaComposer never ends and the org.m4m.IProgressListener is never called for onMediaDone, onMediaPause or onMediaStop.
Having a look at the logs, I can see
and this also happens for libstagefrighthw,libWVStreamControlAPI_L3.so, libwvdrm_L3.so, libHwExtendedExtractor.so, libstagefrighthw.so, libomx_vxd,libvpp.so, libomx_vxe.so, libstagefright_soft_aacdec.so, libstagefright_soft_aacenc.so.
Moreover after a series of
I/AMP: New frame allocated for buffer x
I can see only
I/art: Background sticky concurrent mark sweep GC freed 132914(4MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 53MB/57MB, paused 6.498ms total 52.184ms
I/art: Background sticky concurrent mark sweep GC freed 144141(4MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 53MB/57MB, paused 1.649ms total 129.531ms
.....
I modified my project's root build.gradle and my module-level build.gradle according to what suggested.
My module-level build.gradle looks like
The text was updated successfully, but these errors were encountered: