Page 1 of 1

libVLC on Android x86 architecture

Posted: 29 Jul 2015 21:55
by TomasValenta
Hello,

I am developer of this application:
https://github.com/TomasValenta/WebCamViewer
And I use libVLC as backend for playing live streams. A week ago I compile new libVLC version 3.0.0 and then the user Hiermur has reported problem with playing some live streams only on x86 architecture. Any idea where can be a problem?

Thank you

Re: libVLC on Android x86 architecture

Posted: 30 Jul 2015 00:02
by Jean-Baptiste Kempf
We need logs to help.

Re: libVLC on Android x86 architecture

Posted: 31 Jul 2015 21:37
by TomasValenta
I don't have physical x86 device and in the emulator is problem with hardware acceleration, I think, because some streams invoke HardwareAccelerationError on libVLC interface. The user send me this log:

Code: Select all

07-31 06:18:18.073 I/ActivityManager( 566): START u0 {cmp=cz.yetanotherview.webcamviewer.app/.stream.LiveStreamActivity (has extras)} from pid 4099 07-31 06:18:18.083 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10203 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 4099com.android.server.InputMethodManagerService.startInput(InputMethodManagerService.java:1250) 07-31 06:18:18.083 V/InputMethodManagerService( 566): Attach new input asks to show input 07-31 06:18:18.083 D/InputMethodManagerService( 566): showCurrentInputLocked: mCurToken=android.os.Binder@6a778068 07-31 06:18:18.083 V/InputMethodManagerService( 566): Calling <email omitted>(1, null) 07-31 06:18:18.113 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10203 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 4099com.android.server.InputMethodManagerService.showSoftInput(InputMethodManagerService.java:1733) 07-31 06:18:18.113 V/InputMethodManagerService( 566): Client requesting input be shown 07-31 06:18:18.113 D/InputMethodManagerService( 566): showCurrentInputLocked: mCurToken=android.os.Binder@6a778068 07-31 06:18:18.113 V/InputMethodManagerService( 566): Calling <email omitted>(1, null) 07-31 06:18:18.133 I/dalvikvm( 4099): Could not find method android.view.ViewGroup.<init>, referenced from method com.afollestad.materialdialogs.internal.MDRootLayout.<init> 07-31 06:18:18.133 W/dalvikvm( 4099): VFY: unable to resolve direct method 17121: Landroid/view/ViewGroup;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V 07-31 06:18:18.133 D/dalvikvm( 4099): VFY: replacing opcode 0x70 at 0x0001 07-31 06:18:18.143 I/dalvikvm( 4099): Could not find method android.widget.TextView.<init>, referenced from method com.afollestad.materialdialogs.internal.MDButton.<init> 07-31 06:18:18.143 W/dalvikvm( 4099): VFY: unable to resolve direct method 18100: Landroid/widget/TextView;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V 07-31 06:18:18.143 D/dalvikvm( 4099): VFY: replacing opcode 0x70 at 0x0000 07-31 06:18:18.153 I/dalvikvm( 4099): Could not find method android.widget.CheckBox.setButtonTintList, referenced from method com.afollestad.materialdialogs.internal.MDTintHelper.setTint 07-31 06:18:18.153 W/dalvikvm( 4099): VFY: unable to resolve virtual method 17604: Landroid/widget/CheckBox;.setButtonTintList (Landroid/content/res/ColorStateList;)V 07-31 06:18:18.153 D/dalvikvm( 4099): VFY: replacing opcode 0x6e at 0x0032 07-31 06:18:18.153 I/dalvikvm( 4099): Could not find method android.widget.EditText.setBackgroundTintList, referenced from method com.afollestad.materialdialogs.internal.MDTintHelper.setTint 07-31 06:18:18.153 W/dalvikvm( 4099): VFY: unable to resolve virtual method 17669: Landroid/widget/EditText;.setBackgroundTintList (Landroid/content/res/ColorStateList;)V 07-31 06:18:18.153 D/dalvikvm( 4099): VFY: replacing opcode 0x6e at 0x0018 07-31 06:18:18.153 I/dalvikvm( 4099): Could not find method android.widget.ProgressBar.setProgressTintList, referenced from method com.afollestad.materialdialogs.internal.MDTintHelper.setTint 07-31 06:18:18.153 W/dalvikvm( 4099): VFY: unable to resolve virtual method 17973: Landroid/widget/ProgressBar;.setProgressTintList (Landroid/content/res/ColorStateList;)V 07-31 06:18:18.153 D/dalvikvm( 4099): VFY: replacing opcode 0x6e at 0x000a 07-31 06:18:18.153 I/dalvikvm( 4099): Could not find method android.widget.RadioButton.setButtonTintList, referenced from method com.afollestad.materialdialogs.internal.MDTintHelper.setTint 07-31 06:18:18.153 W/dalvikvm( 4099): VFY: unable to resolve virtual method 17982: Landroid/widget/RadioButton;.setButtonTintList (Landroid/content/res/ColorStateList;)V 07-31 06:18:18.153 D/dalvikvm( 4099): VFY: replacing opcode 0x6e at 0x0032 07-31 06:18:18.153 I/dalvikvm( 4099): Could not find method android.widget.SeekBar.setThumbTintList, referenced from method com.afollestad.materialdialogs.internal.MDTintHelper.setTint 07-31 06:18:18.153 W/dalvikvm( 4099): VFY: unable to resolve virtual method 18063: Landroid/widget/SeekBar;.setThumbTintList (Landroid/content/res/ColorStateList;)V 07-31 06:18:18.153 D/dalvikvm( 4099): VFY: replacing opcode 0x6e at 0x000c 07-31 06:18:18.163 D/dalvikvm( 4099): Trying to load lib /data/app-lib/cz.yetanotherview.webcamviewer.app-1/libanw.18.so 0xd4b28dd0 07-31 06:18:18.163 D/dalvikvm( 4099): Added shared lib /data/app-lib/cz.yetanotherview.webcamviewer.app-1/libanw.18.so 0xd4b28dd0 07-31 06:18:18.163 D/dalvikvm( 4099): No JNI_OnLoad found in /data/app-lib/cz.yetanotherview.webcamviewer.app-1/libanw.18.so 0xd4b28dd0, skipping init 07-31 06:18:18.163 D/dalvikvm( 4099): Trying to load lib /data/app-lib/cz.yetanotherview.webcamviewer.app-1/libvlcjni.so 0xd4b28dd0 07-31 06:18:18.173 D/dalvikvm( 4099): Added shared lib /data/app-lib/cz.yetanotherview.webcamviewer.app-1/libvlcjni.so 0xd4b28dd0 07-31 06:18:18.173 D/VLC/JNI/VLCObject( 4099): JNI interface loaded. 07-31 06:18:18.193 W/libOpenSLES( 4099): class OutputMix interface 0 requested but unavailable MPH=43 07-31 06:18:18.233 D/ ( 4099): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:18.243 D/ ( 4099): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:18.273 E/SpannableStringBuilder( 4099): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:18.273 E/SpannableStringBuilder( 4099): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:18.283 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getInputMethodList(InputMethodManagerService.java:945) 07-31 06:18:18.293 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getEnabledInputMethodList(InputMethodManagerService.java:956) 07-31 06:18:18.293 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getEnabledInputMethodSubtypeList(InputMethodManagerService.java:983) 07-31 06:18:18.293 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getCurrentInputMethodSubtype(InputMethodManagerService.java:3084) 07-31 06:18:18.303 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10203 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 4099com.android.server.InputMethodManagerService.windowGainedFocus(InputMethodManagerService.java:1882) 07-31 06:18:18.303 V/InputMethodManagerService( 566): windowGainedFocus: android.os.BinderProxy@6ab6a890 controlFlags=#104 softInputMode=#120 windowFlags=#1800002 07-31 06:18:18.303 V/InputMethodManagerService( 566): Unspecified window will hide input 07-31 06:18:18.303 V/InputMethodManagerService( 566): Calling <email omitted>(0, null) 07-31 06:18:18.383 I/ActivityManager( 566): Displayed cz.yetanotherview.webcamviewer.app/.stream.LiveStreamActivity: +298ms 07-31 06:18:18.403 W/IInputConnectionWrapper( 4099): beginBatchEdit on inactive InputConnection 07-31 06:18:18.403 W/IInputConnectionWrapper( 4099): setComposingRegion on inactive InputConnection 07-31 06:18:18.403 W/IInputConnectionWrapper( 4099): endBatchEdit on inactive InputConnection 07-31 06:18:18.403 W/IInputConnectionWrapper( 4099): getExtractedText on inactive InputConnection 07-31 06:18:18.443 W/IInputConnectionWrapper( 4099): getTextBeforeCursor on inactive InputConnection 07-31 06:18:18.443 D/ ( 4099): Surface destroy: ANDROID_NATIVE_WINDOW_MAGIC 07-31 06:18:18.453 W/IInputConnectionWrapper( 4099): getSelectedText on inactive InputConnection 07-31 06:18:18.453 W/IInputConnectionWrapper( 4099): getTextAfterCursor on inactive InputConnection 07-31 06:18:18.453 E/bp ( 758): selectionUpdated event aborted: com.touchtype.keyboard.c.ag: Could not create selection changed event (class com.touchtype.keyboard.c.ag) 07-31 06:18:18.473 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getInputMethodList(InputMethodManagerService.java:945) 07-31 06:18:18.473 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getEnabledInputMethodList(InputMethodManagerService.java:956) 07-31 06:18:18.483 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getEnabledInputMethodSubtypeList(InputMethodManagerService.java:983) 07-31 06:18:18.483 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getCurrentInputMethodSubtype(InputMethodManagerService.java:3084) 07-31 06:18:18.523 D/dalvikvm( 758): GC_FOR_ALLOC freed 3816K, 36% free 14515K/22468K, paused 15ms, total 15ms 07-31 06:18:18.573 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getInputMethodList(InputMethodManagerService.java:945) 07-31 06:18:18.583 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.getCurrentInputMethodSubtype(InputMethodManagerService.java:3084) 07-31 06:18:18.603 D/ ( 758): Surface destroy: ANDROID_NATIVE_WINDOW_MAGIC 07-31 06:18:18.673 V/AlarmManager( 566): triggered: act=com.google.android.gms.gcm.ACTION_CHECK_QUEUE flg=0x14 07-31 06:18:18.673 V/AlarmManager( 566): Pkg: com.google.android.gms 07-31 06:18:18.863 D/dalvikvm( 758): GC_CONCURRENT freed 719K, 21% free 17820K/22468K, paused 1ms+2ms, total 15ms 07-31 06:18:18.903 D/dalvikvm( 566): GC_EXPLICIT freed 3000K, 18% free 25123K/30636K, paused 2ms+7ms, total 100ms 07-31 06:18:18.933 I/VacuumService( 855): Vacuum at: now=1438316298945 tag=VacuumService 07-31 06:18:18.963 I/GoogleURLConnFactory( 855): Using platform SSLCertificateSocketFactory 07-31 06:18:18.993 W/Uploader( 855): No account for auth token provided 07-31 06:18:19.413 W/Uploader( 855): No account for auth token provided 07-31 06:18:19.493 W/Uploader( 855): No account for auth token provided 07-31 06:18:19.583 W/Uploader( 855): no longer exists, so no auth token. 07-31 06:18:19.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:20.713 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:20.713 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:20.713 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:20.713 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:20.713 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:20.713 I/WifiHW ( 566): REPLY: RSSI=-35 07-31 06:18:20.713 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:20.713 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:20.713 I/WifiHW ( 566): REPLY: FREQUENCY=2447 07-31 06:18:22.523 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.543 I/SoftOMXPlugin( 222): Created OMXPlugin : OMX.Intel.mp3.decoder 07-31 06:18:22.553 W/OMXCodec( 4099): Failed to set standard component role 'video_decoder.avc'. 07-31 06:18:22.553 E/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed 07-31 06:18:22.553 W/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.prepareForAdaptivePlayback failed 07-31 06:18:22.553 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.553 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.563 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.563 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.563 I/SoftOMXPlugin( 222): Created OMXPlugin : OMX.Intel.aac.decoder 07-31 06:18:22.563 W/OMXCodec( 4099): Failed to set standard component role 'video_decoder.avc'. 07-31 06:18:22.563 E/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed 07-31 06:18:22.563 W/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.prepareForAdaptivePlayback failed 07-31 06:18:22.573 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.573 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.573 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.583 I/SoftOMXPlugin( 222): Created OMXPlugin : OMX.Intel.alac.decoder 07-31 06:18:22.583 W/OMXCodec( 4099): Failed to set standard component role 'video_decoder.avc'. 07-31 06:18:22.583 E/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed 07-31 06:18:22.583 W/OMXNodeInstance( 222): OMX_GetExtensionIndex OMX.google.android.index.prepareForAdaptivePlayback failed 07-31 06:18:22.583 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.583 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.583 E/wrs-omxil-core( 222): OMX_GetHandle(): exit failure, OMX.Intel.hw_vd.h265 not found 07-31 06:18:22.593 I/libva ( 222): VA-API version 0.34.0 07-31 06:18:22.593 I/libva ( 222): va_getDriverName() returns 0 07-31 06:18:22.593 I/libva ( 222): Trying to open /system/lib/i965_drv_video.so 07-31 06:18:22.593 I/libva ( 222): Found init function __vaDriverInit_0_32 07-31 06:18:22.603 I/libva ( 222): va_openDriver() returns 0 07-31 06:18:22.603 E/OMXNodeInstance( 222): OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a 07-31 06:18:22.613 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.613 E/wrs-omxil-core( 222): OMX_GetHandle(): exit failure, OMX.Intel.hw_vd.h264 not found 07-31 06:18:22.613 I/libva ( 222): VA-API version 0.34.0 07-31 06:18:22.613 I/libva ( 222): va_getDriverName() returns 0 07-31 06:18:22.613 I/libva ( 222): Trying to open /system/lib/i965_drv_video.so 07-31 06:18:22.613 I/libva ( 222): Found init function __vaDriverInit_0_32 07-31 06:18:22.623 I/libva ( 222): va_openDriver() returns 0 07-31 06:18:22.623 E/OMXNodeInstance( 222): OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a 07-31 06:18:22.633 I/OMXClient( 4099): Using client-side OMX mux. 07-31 06:18:22.633 E/wrs-omxil-core( 222): OMX_GetHandle(): exit failure, OMX.Intel.hw_vd.h264 not found 07-31 06:18:22.633 I/libva ( 222): VA-API version 0.34.0 07-31 06:18:22.633 I/libva ( 222): va_getDriverName() returns 0 07-31 06:18:22.633 I/libva ( 222): Trying to open /system/lib/i965_drv_video.so 07-31 06:18:22.643 I/libva ( 222): Found init function __vaDriverInit_0_32 07-31 06:18:22.643 I/libva ( 222): va_openDriver() returns 0 07-31 06:18:22.653 E/OMXNodeInstance( 222): OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a 07-31 06:18:22.653 E/ACodec ( 4099): [OMX.Intel.hw_vd.h264] storeMetaDataInBuffers failed w/ err -2147483648 07-31 06:18:22.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:22.663 V/MultiDisplay( 566): Current state: false, false, false 07-31 06:18:22.663 V/MultiDisplay( 566): Previous state: false, false 07-31 06:18:22.663 V/MultiDisplay( 566): Enable/Disable External DP Mode Setting 0 07-31 06:18:22.663 W/ContextImpl( 566): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1145 com.intel.multidisplay.DisplayObserver.enableHdmiSetting:324 com.intel.multidisplay.DisplayObserver.access$1200:55 com.intel.multidisplay.DisplayObserver$2.handleMessage:355 android.os.Handler.dispatchMessage:102 07-31 06:18:22.673 E/ACodec ( 4099): def.nBufferCountActual = 4 07-31 06:18:22.673 W/ufoGralloc( 211): drmModeAddFB(handle:20,1280x720,format:3231564e) failed, Invalid argument 07-31 06:18:22.673 W/ufoGralloc( 211): drmModeAddFB(handle:22,1280x720,format:3231564e) failed, Invalid argument 07-31 06:18:22.673 W/ufoGralloc( 211): drmModeAddFB(handle:18,1280x720,format:3231564e) failed, Invalid argument 07-31 06:18:22.673 W/ufoGralloc( 211): drmModeAddFB(handle:39,1280x720,format:3231564e) failed, Invalid argument 07-31 06:18:22.693 I/LiveStreamActivity( 4099): MediaPlayerPlaying 07-31 06:18:22.693 D/ ( 4099): Surface destroy: ANDROID_NATIVE_WINDOW_MAGIC 07-31 06:18:22.713 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10203 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 4099com.android.server.InputMethodManagerService.windowGainedFocus(InputMethodManagerService.java:1882) 07-31 06:18:22.713 V/InputMethodManagerService( 566): windowGainedFocus: android.os.BinderProxy@6ab6a890 controlFlags=#104 softInputMode=#120 windowFlags=#1810500 07-31 06:18:22.713 V/InputMethodManagerService( 566): Unspecified window will hide input 07-31 06:18:22.723 E/ACodec ( 4099): def.nBufferCountActual = 16 07-31 06:18:22.723 W/ufoGralloc( 211): drmModeAddFB(handle:18,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.723 W/ufoGralloc( 211): drmModeAddFB(handle:20,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.723 W/ufoGralloc( 211): drmModeAddFB(handle:22,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.723 W/ufoGralloc( 211): drmModeAddFB(handle:39,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.723 W/ufoGralloc( 211): drmModeAddFB(handle:40,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.733 W/ufoGralloc( 211): drmModeAddFB(handle:44,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.733 W/ufoGralloc( 211): drmModeAddFB(handle:47,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.733 W/ufoGralloc( 211): drmModeAddFB(handle:48,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.733 W/ufoGralloc( 211): drmModeAddFB(handle:49,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.743 W/ufoGralloc( 211): drmModeAddFB(handle:36,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.743 W/ufoGralloc( 211): drmModeAddFB(handle:53,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.753 W/ufoGralloc( 211): drmModeAddFB(handle:55,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.753 W/ufoGralloc( 211): drmModeAddFB(handle:58,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.753 W/ufoGralloc( 211): drmModeAddFB(handle:50,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.763 W/ufoGralloc( 211): drmModeAddFB(handle:66,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.763 W/ufoGralloc( 211): drmModeAddFB(handle:67,1280x736,format:3231564e) failed, Invalid argument 07-31 06:18:22.803 W/SurfaceFlinger( 211): couldn't log to binary event log: overflow. 07-31 06:18:22.813 D/MOS ( 222): mm:Mos_InitInterface_Linux called 07-31 06:18:22.813 I/MOS ( 222): Init Gmm Cache Policy 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.813 D/MOS ( 222): Cache Policy is enabled for media driver on other 07-31 06:18:22.853 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:23.713 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:23.723 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:23.723 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:23.723 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:23.723 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:23.723 I/WifiHW ( 566): REPLY: RSSI=-36 07-31 06:18:23.723 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:23.723 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:23.723 I/WifiHW ( 566): REPLY: FREQUENCY=2447 07-31 06:18:25.473 W/ufoGralloc( 211): registerBuffer() handle 0xf7b10be0/39 didn't require registration 07-31 06:18:25.483 W/ufoGralloc( 211): registerBuffer() handle 0xf7b9e860/39 didn't require registration 07-31 06:18:25.593 I/ActivityManager( 566): START u0 {act=com.android.systemui.recent.action.TOGGLE_RECENTS flg=0x10800000 cmp=com.android.systemui/.recent.RecentsActivity (has extras)} from pid 621 07-31 06:18:25.633 D/dalvikvm( 4099): threadid=21: thread exiting, not yet detached (count=0) 07-31 06:18:25.653 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:25.653 D/dalvikvm( 4099): threadid=19: thread exiting, not yet detached (count=0) 07-31 06:18:25.653 D/dalvikvm( 4099): threadid=22: thread exiting, not yet detached (count=0) 07-31 06:18:25.653 V/MultiDisplay( 566): Current state: false, false, true 07-31 06:18:25.653 V/MultiDisplay( 566): Enable/Disable External DP Mode Setting 1 07-31 06:18:25.653 V/MultiDisplay( 566): Previous state: false, false 07-31 06:18:25.653 W/ContextImpl( 566): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1145 com.intel.multidisplay.DisplayObserver.enableHdmiSetting:324 com.intel.multidisplay.DisplayObserver.access$1200:55 com.intel.multidisplay.DisplayObserver$2.handleMessage:355 android.os.Handler.dispatchMessage:102 07-31 06:18:25.663 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.683 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.703 V/InputMethodManagerService( 566): Hide switching menu 07-31 06:18:25.703 V/InputMethodManagerService( 566): Hide switching menu 07-31 06:18:25.733 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.743 D/ ( 621): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:25.753 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.763 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.783 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.803 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.813 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.843 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.843 I/ActivityManager( 566): Displayed com.android.systemui/.recent.RecentsActivity: +190ms 07-31 06:18:25.853 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.863 D/ ( 4099): Surface destroy: ANDROID_NATIVE_WINDOW_MAGIC 07-31 06:18:25.873 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.873 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10013 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 621com.android.server.InputMethodManagerService.windowGainedFocus(InputMethodManagerService.java:1882) 07-31 06:18:25.873 V/InputMethodManagerService( 566): windowGainedFocus: android.os.BinderProxy@6aa9b118 controlFlags=#105 softInputMode=#120 windowFlags=#1910100 07-31 06:18:25.893 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.913 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.933 D/ ( 211): droid_create_image_android_native_buffer HAL_PIXEL_FORMAT_NV12_TILED_INTEL for native name=6 07-31 06:18:25.963 W/SurfaceFlinger( 211): couldn't log to binary event log: overflow. 07-31 06:18:25.963 V/InputMethodManagerService( 566): Unspecified window will hide input 07-31 06:18:25.963 V/InputMethodManagerService( 566): unbindCurrentInputLocked: client = android.os.BinderProxy@6ab6a890 07-31 06:18:25.963 V/InputMethodManagerService( 566): Hide switching menu 07-31 06:18:25.963 V/InputMethodManagerService( 566): switching to client: client = android.os.BinderProxy@6aa9b118 keyguard=false 07-31 06:18:25.963 V/InputMethodManagerService( 566): Creating new session for client ClientState{6a64d718 uid 10013 pid 621} 07-31 06:18:25.963 V/InputMethodManagerService( 566): Disabling: SessionState{uid 10203 pid 4099 method 6a719f20 session 6abe5c00 channel ClientState{6ab23ce8 uid 10203 pid 4099} (server)} 07-31 06:18:25.963 V/InputMethodManagerService( 566): Enabling: SessionState{uid 10013 pid 621 method 6a719f20 session 6ace6cd8 channel ClientState{6a64d718 uid 10013 pid 621} (server)} 07-31 06:18:26.003 D/ ( 4099): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:26.723 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:26.723 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:26.723 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:26.723 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:26.723 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:26.723 I/WifiHW ( 566): REPLY: RSSI=-36 07-31 06:18:26.723 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:26.723 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:26.723 I/WifiHW ( 566): REPLY: FREQUENCY=2447 07-31 06:18:28.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:29.723 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:29.723 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:29.723 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:29.723 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:29.723 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:29.723 I/WifiHW ( 566): REPLY: RSSI=-35 07-31 06:18:29.723 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:29.723 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:29.723 I/WifiHW ( 566): REPLY: FREQUENCY=2447 07-31 06:18:31.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:32.103 W/ufoGralloc( 211): registerBuffer() handle 0xf7b53930/23 didn't require registration 07-31 06:18:32.103 V/InputMethodManagerService( 566): Hide switching menu 07-31 06:18:32.153 I/dalvikvm( 566): Jit: resizing JitTable from 8192 to 16384 07-31 06:18:32.163 D/ ( 3848): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:32.163 D/InputMethodManagerService( 566): --- calledFromForegroundUserOrSystemProcess ? calling uid = 10096 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 3848com.android.server.InputMethodManagerService.windowGainedFocus(InputMethodManagerService.java:1882) 07-31 06:18:32.163 V/InputMethodManagerService( 566): windowGainedFocus: android.os.BinderProxy@6aa9cc58 controlFlags=#107 softInputMode=#113 windowFlags=#1810100 07-31 06:18:32.163 V/InputMethodManagerService( 566): Window asks to hide input 07-31 06:18:32.163 V/InputMethodManagerService( 566): unbindCurrentInputLocked: client = android.os.BinderProxy@6aa9b118 07-31 06:18:32.163 V/InputMethodManagerService( 566): Hide switching menu 07-31 06:18:32.163 V/InputMethodManagerService( 566): switching to client: client = android.os.BinderProxy@6aa9cc58 keyguard=false 07-31 06:18:32.163 V/InputMethodManagerService( 566): Disabling: SessionState{uid 10013 pid 621 method 6a719f20 session 6ace6cd8 channel ClientState{6a64d718 uid 10013 pid 621} (server)} 07-31 06:18:32.163 V/InputMethodManagerService( 566): Enabling: SessionState{uid 10096 pid 3848 method 6a719f20 session 6ad0daa0 channel ClientState{6aac6068 uid 10096 pid 3848} (server)} 07-31 06:18:32.203 E/SpannableStringBuilder( 3848): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:32.203 E/SpannableStringBuilder( 3848): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:32.203 E/SpannableStringBuilder( 3848): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:32.203 E/SpannableStringBuilder( 3848): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 07-31 06:18:32.213 D/ ( 621): Surface destroy: ANDROID_NATIVE_WINDOW_MAGIC 07-31 06:18:32.733 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:32.733 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:32.733 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:32.733 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:32.733 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:32.733 I/WifiHW ( 566): REPLY: RSSI=-34 07-31 06:18:32.733 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:32.733 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:32.733 I/WifiHW ( 566): REPLY: FREQUENCY=2447 07-31 06:18:34.653 D/StatusBar.NetworkController( 621): SignalStrengthHandler: update = true 07-31 06:18:35.533 V/SysLog ( 3848): Path: /storage/emulated/0/SysLog/2015-07-31_06.18/ 07-31 06:18:35.543 V/SysLog ( 3848): Using path /data/media/0/SysLog/2015-07-31_06.18/ for root commands 07-31 06:18:35.563 D/ ( 3848): Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888 07-31 06:18:35.693 D/AndroidRuntime( 4218): 07-31 06:18:35.693 D/AndroidRuntime( 4218): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 07-31 06:18:35.693 D/AndroidRuntime( 4218): CheckJNI is OFF 07-31 06:18:35.693 I/AndroidRuntime( 4218): Kernel Release Version: 3.10.20 07-31 06:18:35.693 I/dalvikvm( 4218): No library specified. The standard exception handler will be used 07-31 06:18:35.693 I/dalvikvm( 4218): 07-31 06:18:35.693 I/dalvikvm( 4218): +++++++++++++ Using PCG. +++++++++++++++++++++ 07-31 06:18:35.703 D/dalvikvm( 4218): Trying to load lib libjavacore.so 0x0 07-31 06:18:35.703 D/dalvikvm( 4218): Added shared lib libjavacore.so 0x0 07-31 06:18:35.703 D/dalvikvm( 4218): Trying to load lib libnativehelper.so 0x0 07-31 06:18:35.703 D/dalvikvm( 4218): Added shared lib libnativehelper.so 0x0 07-31 06:18:35.703 D/dalvikvm( 4218): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init 07-31 06:18:35.713 D/dalvikvm( 4218): Extra Options: not specified 07-31 06:18:35.723 D/dalvikvm( 4218): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods 07-31 06:18:35.733 I/WifiHW ( 566): CMD: IFNAME=wlan0 SIGNAL_POLL 07-31 06:18:35.733 D/wpa_supplicant( 664): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c 07-31 06:18:35.733 D/wpa_supplicant( 664): wlan0: Control interface command 'SIGNAL_POLL' 07-31 06:18:35.733 D/wpa_supplicant( 664): nl80211: survey data missing! 07-31 06:18:35.733 I/wpa_supplicant( 664): nl80211: send_and_recv->nl_recvmsgs failed: 20 07-31 06:18:35.733 I/WifiHW ( 566): REPLY: RSSI=-34 07-31 06:18:35.733 I/WifiHW ( 566): REPLY: LINKSPEED=135 07-31 06:18:35.733 I/WifiHW ( 566): REPLY: NOISE=9999 07-31 06:18:35.733 I/WifiHW ( 566): REPLY: FREQUENCY=2447

Re: libVLC on Android x86 architecture

Posted: 31 Jul 2015 21:41
by TomasValenta
The problem is only on x86 architecture, on ARM is working fine. This is my simple libVLC implementation:
https://github.com/TomasValenta/WebCamV ... ivity.java
Can be problem in this?

Re: libVLC on Android x86 architecture

Posted: 04 Aug 2015 15:49
by Jean-Baptiste Kempf
Your emulator does not support correct hardware decoding.

Re: libVLC on Android x86 architecture

Posted: 04 Aug 2015 19:39
by TomasValenta
You're answering to the log report or my sentence? Because the log is from a real device...

Re: libVLC on Android x86 architecture

Posted: 18 Aug 2015 16:06
by Jean-Baptiste Kempf
07-31 06:18:22.613 E/wrs-omxil-core( 222): OMX_GetHandle(): exit failure, OMX.Intel.hw_vd.h264 not found

Your device is broken.