I have compiled VLC-android by myself mostly because I wanted librtmp included. I followed the instructions there with "export ANDROID_ABI=armeabi-v7a" and "./compile.sh release". It was done on a (virtual) Centos6 32bit.
The source were taken from git on 26-Dec
The compiled APK installs and runs on my phone. It scans the sdcard and generates the thumbnails from all video files found found.
However no video is shown when the file is played. I can hear the sound and controls are displayed and working.
Also the video decompression seems to work because when I stop the video I can see for fraction of second the last frame decoded.
Attaching logcat dump just after application restart and opening a mp4 video:
Code: Select all
12-27 12:44:10.592 D/VLC ( 1904): core libvlc: VLC media player - 3.0.0-git Vetinari
12-27 12:44:10.592 D/VLC ( 1904): core libvlc: Copyright © 1996-2014 the VideoLAN team
12-27 12:44:10.592 D/VLC ( 1904): core libvlc: revision 2.2.0-git-1732-gbe0c8c6
12-27 12:44:10.592 D/VLC ( 1904): core libvlc: configured with ../configure '--host=arm-linux-androideabi' '--build=x86_64-unknown-linux' '--enable-neon' '--disable-nls' '--enable-live555' '--enable-realrtsp' '--enable-avformat' '--enable-swscale' '--enable-avcodec' '--enable-opus' '--enable-opensles' '--enable-android-surface' '--enable-mkv' '--enable-taglib' '--enable-dvbpsi' '--disable-vlc' '--disable-shared' '--disable-update-check' '--disable-vlm' '--disable-dbus' '--disable-lua' '--disable-vcd' '--disable-v4l2' '--disable-gnomevfs' '--enable-dvdread' '--enable-dvdnav' '--disable-bluray' '--disable-linsys' '--disable-decklink' '--disable-libva' '--disable-dv1394' '--disable-mod' '--disable-sid' '--disable-gme' '--disable-tremor' '--enable-mad' '--disable-dca' '--disable-sdl-image' '--enable-zvbi' '--disable-fluidsynth' '--disable-jack' '--disable-pulse' '--disable-alsa' '--disable-samplerate' '--disable-sdl' '--disable-xcb' '--disable-atmo' '--disable-qt' '--disable-skins2' '--disable-mtp' '--disable-notify' '--enable-libass' '--disabl
12-27 12:44:10.594 D/VLC ( 1904): core input: Creating an input for '(null)'
12-27 12:44:10.595 D/VLC ( 1904): core playlist: meta ok for (null), need to fetch art
12-27 12:44:10.596 D/VLC ( 1904): core input: Creating an input for '(null)'
12-27 12:44:10.596 D/VLC ( 1904): core playlist: meta ok for (null), need to fetch art
12-27 12:44:10.596 D/VLC ( 1904): core input: Creating an input for '(null)'
12-27 12:44:10.597 D/VLC ( 1904): core playlist: meta ok for (null), need to fetch art
12-27 12:44:10.597 D/VLC ( 1904): core input: Creating an input for '(null)'
12-27 12:44:10.598 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:10.598 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:10.598 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:10.598 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:10.598 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:10.598 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:10.598 D/VLC ( 1904): core playlist: art not found for (null)
12-27 12:44:10.598 D/VLC ( 1904): core playlist: art not found for (null)
12-27 12:44:10.598 D/VLC ( 1904): core playlist: art not found for (null)
12-27 12:44:10.599 D/VLC ( 1904): core playlist: meta ok for (null), need to fetch art
12-27 12:44:10.599 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:10.599 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:10.599 D/VLC ( 1904): core playlist: art not found for (null)
12-27 12:44:22.922 E/ResourceType( 1904): Style contains key with bad entry: 0x01010479
12-27 12:44:23.189 D/VLC ( 1904): core input: Creating an input for 'filefile.mp4'
12-27 12:44:23.190 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:23.190 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:23.190 D/VLC ( 1904): core libvlc: searching art for filefile.mp4
12-27 12:44:23.190 D/VLC ( 1904): core art finder: looking for art finder module matching "any": 1 candidates
12-27 12:44:23.191 D/VLC ( 1904): core art finder: no art finder modules matched
12-27 12:44:23.191 D/VLC ( 1904): core libvlc: art not found for filefile.mp4
12-27 12:44:23.221 D/VLC ( 1904): core generic: creating audio output
12-27 12:44:23.221 D/VLC ( 1904): core audio output: looking for audio output module matching "opensles": 4 candidates
12-27 12:44:23.221 D/VLC ( 1904): core audio output: using audio output module "opensles_android"
12-27 12:44:23.222 D/VLC ( 1904): core generic: keeping audio output
12-27 12:44:23.222 D/VLC ( 1904): core input: Creating an input for 'filefile.mp4'
12-27 12:44:23.231 D/VLC ( 1904): core libvlc: meta ok for (null), need to fetch art
12-27 12:44:23.232 D/VLC ( 1904): core input: using timeshift granularity of 50 MiB, in path '/tmp'
12-27 12:44:23.232 D/VLC ( 1904): core input: `file:///storage/sdcard0/filefile.mp4'
12-27 12:44:23.232 D/VLC ( 1904): core input: specified demux `any'
12-27 12:44:23.232 D/VLC ( 1904): core input: creating demux: access='file' demux='any' location='/storage/sdcard0/filefile.mp4'
12-27 12:44:23.232 D/VLC ( 1904): core demux: looking for access_demux module matching "file": 7 candidates
12-27 12:44:23.232 D/VLC ( 1904): core demux: no access_demux modules matched
12-27 12:44:23.232 D/VLC ( 1904): core input: creating access 'file' location='/storage/sdcard0/filefile.mp4'
12-27 12:44:23.232 D/VLC ( 1904): core access: looking for access module matching "file": 15 candidates
12-27 12:44:23.232 D/VLC ( 1904): filesystem access: opening file `/storage/sdcard0/filefile.mp4'
12-27 12:44:23.232 D/VLC ( 1904): core access: using access module "filesystem"
12-27 12:44:23.232 D/VLC ( 1904): core stream: Using stream method for AStream*
12-27 12:44:23.233 D/VLC ( 1904): core stream: starting pre-buffering
12-27 12:44:23.233 D/VLC ( 1904): core stream: received first data after 0 ms
12-27 12:44:23.233 D/VLC ( 1904): core stream: pre-buffering done 1024 bytes in 0s - 28571 KiB/s
12-27 12:44:23.233 D/VLC ( 1904): core stream: looking for stream_filter module matching "any": 10 candidates
12-27 12:44:23.233 D/VLC ( 1904): core stream: no stream_filter modules matched
12-27 12:44:23.233 D/VLC ( 1904): core stream: looking for stream_filter module matching "record": 10 candidates
12-27 12:44:23.233 D/VLC ( 1904): core stream: using stream_filter module "record"
12-27 12:44:23.233 D/VLC ( 1904): core input: creating demux: access='file' demux='any' location='/storage/sdcard0/filefile.mp4'
12-27 12:44:23.233 D/VLC ( 1904): core demux: looking for demux module matching "mp4": 57 candidates
12-27 12:44:23.233 W/VLC ( 1904): mkv stream: unknown box type btrt (incompletely loaded)
12-27 12:44:23.239 D/VLC ( 1904): core art finder: looking for meta fetcher module matching "any": 0 candidates
12-27 12:44:23.239 D/VLC ( 1904): core art finder: no meta fetcher modules
12-27 12:44:23.239 D/VLC ( 1904): core libvlc: searching art for filefile.mp4
12-27 12:44:23.239 D/VLC ( 1904): core art finder: looking for art finder module matching "any": 1 candidates
12-27 12:44:23.240 D/VLC ( 1904): core art finder: no art finder modules matched
12-27 12:44:23.240 D/VLC ( 1904): core libvlc: art not found for filefile.mp4
12-27 12:44:23.242 D/VLC ( 1904): mp4 demux: added fragment moov
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: dumping root Box "root"
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | + ftyp size 24 offset 0
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | + moov size 130939 offset 24
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | + mvhd size 108 offset 32
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | + iods size 21 offset 140
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | + trak size 47321 offset 161
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | + tkhd size 92 offset 169
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | + edts size 36 offset 261
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + elst size 28 offset 269
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | + mdia size 47185 offset 297
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + mdhd size 32 offset 305
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + hdlr size 45 offset 337
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + minf size 47100 offset 382
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + vmhd size 20 offset 390
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + dinf size 36 offset 410
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + dref size 28 offset 418
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | + url size 12 offset 434
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + stbl size 47036 offset 446
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsd size 168 offset 454
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | + avc1 size 152 offset 470
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | | + avcC size 46 offset 556
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | | + btrt size 20 offset 602 (????)
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stts size 24 offset 622
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stss size 832 offset 646
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsc size 52 offset 1478
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsz size 42404 offset 1530
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stco size 3548 offset 43934
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | + trak size 83481 offset 47482
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | + tkhd size 92 offset 47490
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | + mdia size 83381 offset 47582
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + mdhd size 32 offset 47590
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + hdlr size 76 offset 47622
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | + minf size 83265 offset 47698
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + smhd size 16 offset 47706
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + dinf size 36 offset 47722
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + dref size 28 offset 47730
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | + url size 12 offset 47746
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | + stbl size 83205 offset 47758
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsd size 105 offset 47766
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | + mp4a size 89 offset 47782
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | | | + esds size 53 offset 47818
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stts size 24 offset 47871
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsc size 6460 offset 47895
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stsz size 73060 offset 54355
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | | | | | | + stco size 3548 offset 127415
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | + mdat size 18907962 offset 130963
12-27 12:44:23.242 D/VLC ( 1904): mkv stream: | + free size 41 offset 19038925
12-27 12:44:23.242 D/VLC ( 1904): mp4 demux: unrecognized major file specification (mp42).
12-27 12:44:23.242 D/VLC ( 1904): mp4 demux: found 2 tracks
12-27 12:44:23.243 W/VLC ( 1904): mp4 demux: elst box found
12-27 12:44:23.243 D/VLC ( 1904): mp4 demux: - [0] duration=423820ms media time=0ms) rate=1.0
12-27 12:44:23.243 D/VLC ( 1904): mp4 demux: track[Id 0x1] read 883 chunk
12-27 12:44:23.243 W/VLC ( 1904): mp4 demux: STTS table of 1 entries
12-27 12:44:23.248 D/VLC ( 1904): mp4 demux: track[Id 0x1] read 10596 samples length:423s
12-27 12:44:23.249 D/VLC ( 1904): core input: selecting program id=0
12-27 12:44:23.250 D/VLC ( 1904): mp4 demux: adding track[Id 0x1] video (enable) language undef
12-27 12:44:23.250 D/VLC ( 1904): mp4 demux: track[Id 0x2] read 883 chunk
12-27 12:44:23.250 W/VLC ( 1904): mp4 demux: STTS table of 1 entries
12-27 12:44:23.251 D/VLC ( 1904): mp4 demux: track[Id 0x2] read 18260 samples length:423s
12-27 12:44:23.251 D/VLC ( 1904): mp4 demux: adding track[Id 0x2] audio (enable) language undef
12-27 12:44:23.251 D/VLC ( 1904): core demux: using demux module "mp4"
12-27 12:44:23.251 D/VLC ( 1904): core input: looking for a subtitle file in /storage/sdcard0/
12-27 12:44:23.254 D/VLC ( 1904): core decoder: looking for decoder module matching "mediacodec,iomx,all": 35 candidates
12-27 12:44:23.257 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.260 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.265 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.267 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.270 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.274 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.288 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.290 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.294 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.302 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.307 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 0
12-27 12:44:23.315 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 22
12-27 12:44:23.318 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 8
12-27 12:44:23.324 D/VLC ( 1904): mediacodec decoder: Number of profile levels: 33
12-27 12:44:23.324 D/VLC ( 1904): mediacodec decoder: using OMX.MTK.VIDEO.DECODER.AVC
12-27 12:44:23.326 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.326 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.326 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.484 D/VLC ( 1904): core decoder: using decoder module "mediacodec"
12-27 12:44:23.485 D/VLC ( 1904): core decoder: looking for decoder module matching "mediacodec,iomx,all": 35 candidates
12-27 12:44:23.486 D/VLC ( 1904): avcodec decoder: CPU flags: 0x0000003f
12-27 12:44:23.507 D/VLC ( 1904): avcodec decoder: codec (aac) started
12-27 12:44:23.507 D/VLC ( 1904): core decoder: using decoder module "avcodec"
12-27 12:44:23.507 D/VLC ( 1904): core demux meta: looking for meta reader module matching "any": 1 candidates
12-27 12:44:23.516 D/VLC ( 1904): core demux meta: no meta reader modules matched
12-27 12:44:23.516 D/VLC ( 1904): core input: `file:///storage/sdcard0/filefile.mp4' successfully opened
12-27 12:44:23.517 D/VLC ( 1904): mp4 demux: elst (0) gives 0ms (movie)-> 0ms (track)
12-27 12:44:23.517 D/VLC ( 1904): mp4 demux: track[Id 0x1] using Sync Sample Box (stss)
12-27 12:44:23.517 D/VLC ( 1904): mp4 demux: stss gives 0 --> 0 (sample number)
12-27 12:44:23.517 D/VLC ( 1904): mp4 demux: track[Id 0x2] does not provide Sync Sample Box (stss)
12-27 12:44:23.517 D/VLC ( 1904): core input: Buffering 0%
12-27 12:44:23.517 D/VLC ( 1904): core input: Buffering 0%
12-27 12:44:23.519 D/VLC ( 1904): core input: Buffering 1%
12-27 12:44:23.519 D/VLC ( 1904): core input: Buffering 2%
12-27 12:44:23.520 D/VLC ( 1904): core generic: reusing audio output
12-27 12:44:23.522 D/VLC ( 1904): core input: Buffering 3%
12-27 12:44:23.522 D/VLC ( 1904): core input: Buffering 4%
12-27 12:44:23.522 D/VLC ( 1904): core input: Buffering 5%
12-27 12:44:23.523 D/VLC ( 1904): core input: Buffering 6%
12-27 12:44:23.523 D/VLC ( 1904): core input: Buffering 7%
12-27 12:44:23.523 D/VLC ( 1904): core input: Buffering 8%
12-27 12:44:23.524 D/VLC ( 1904): core input: Buffering 9%
12-27 12:44:23.525 D/VLC ( 1904): core input: Buffering 10%
12-27 12:44:23.530 D/VLC ( 1904): core input: Buffering 10%
12-27 12:44:23.531 D/VLC ( 1904): core input: Buffering 12%
12-27 12:44:23.531 D/VLC ( 1904): core input: Buffering 13%
12-27 12:44:23.531 D/VLC ( 1904): core input: Buffering 13%
12-27 12:44:23.531 D/VLC ( 1904): core input: Buffering 15%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 16%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 17%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 18%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 18%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 20%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 21%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 21%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 23%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 24%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 24%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 26%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 26%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 27%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 29%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 29%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 30%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 32%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 32%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 34%
12-27 12:44:23.532 D/VLC ( 1904): core input: Buffering 34%
12-27 12:44:23.545 E/VLC/VideoPlayerActivity( 1904): Event not handled (0x0)
12-27 12:44:23.547 D/VLC ( 1904): core audio output: output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
12-27 12:44:23.547 D/VLC ( 1904): core volume: looking for audio volume module matching "any": 3 candidates
12-27 12:44:23.547 D/VLC ( 1904): core volume: using audio volume module "integer_mixer"
12-27 12:44:23.547 D/VLC ( 1904): core audio output: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
12-27 12:44:23.547 D/VLC ( 1904): core audio output: conversion: 'f32l'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
12-27 12:44:23.547 D/VLC ( 1904): core audio converter: looking for audio converter module matching "any": 8 candidates
12-27 12:44:23.547 D/VLC ( 1904): audio_format audio converter: f32l->s16l, bits per sample: 32->16
12-27 12:44:23.547 D/VLC ( 1904): core audio converter: using audio converter module "audio_format"
12-27 12:44:23.547 D/VLC ( 1904): core audio output: conversion pipeline complete
12-27 12:44:23.547 D/VLC ( 1904): core audio resampler: looking for audio resampler module matching "any": 1 candidates
12-27 12:44:23.547 D/VLC ( 1904): core audio resampler: using audio resampler module "ugly_resampler"
12-27 12:44:23.548 D/VLC ( 1904): core decoder: End of audio preroll
12-27 12:44:23.548 D/VLC ( 1904): core input: Buffering 35%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 37%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 37%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 38%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 40%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 40%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 41%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 42%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 43%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 44%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 45%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 46%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 47%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 48%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 49%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 50%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 51%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 52%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 53%
12-27 12:44:23.549 D/VLC ( 1904): core input: Buffering 54%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 55%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 56%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 57%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 58%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 58%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 60%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 61%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 61%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 63%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 64%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 65%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 66%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 66%
12-27 12:44:23.550 D/VLC ( 1904): core input: Buffering 68%
12-27 12:44:23.566 D/VLC ( 1904): core input: Buffering 69%
12-27 12:44:23.566 D/VLC ( 1904): core input: Buffering 69%
12-27 12:44:23.566 D/VLC ( 1904): core input: Buffering 71%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 72%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 72%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 74%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 74%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 75%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 77%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 77%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 78%
12-27 12:44:23.567 D/VLC ( 1904): core input: Buffering 80%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 80%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 82%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 82%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 83%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 85%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 85%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 86%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 88%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 88%
12-27 12:44:23.568 D/VLC ( 1904): core input: Buffering 89%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 90%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 91%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 92%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 93%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 94%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 95%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 96%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 97%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 98%
12-27 12:44:23.574 D/VLC ( 1904): core input: Buffering 99%
12-27 12:44:23.574 D/VLC ( 1904): core input: Stream buffering done (1508 ms in 57 ms)
12-27 12:44:23.601 D/VLC ( 1904): core input: Decoder wait done in 26 ms
12-27 12:44:23.617 W/VLC ( 1904): core audio output: playback too early (-83919): down-sampling
12-27 12:44:28.393 D/VLC ( 1904): core input: control: stopping input
12-27 12:44:28.393 D/VLC ( 1904): core decoder: removing module "mediacodec"
12-27 12:44:28.422 D/VLC ( 1904): core decoder: killing decoder fourcc `h264', 0 PES in FIFO
12-27 12:44:28.422 D/VLC ( 1904): core decoder: removing module "avcodec"
12-27 12:44:28.422 D/VLC ( 1904): avcodec decoder: ffmpeg codec (aac) stopped
12-27 12:44:28.422 D/VLC ( 1904): core decoder: killing decoder fourcc `mp4a', 0 PES in FIFO
12-27 12:44:28.423 D/VLC ( 1904): core audio resampler: removing module "ugly_resampler"
12-27 12:44:28.423 D/VLC ( 1904): core audio converter: removing module "audio_format"
12-27 12:44:28.434 D/VLC ( 1904): core volume: removing module "integer_mixer"
12-27 12:44:28.434 D/VLC ( 1904): core generic: keeping audio output
12-27 12:44:28.434 D/VLC ( 1904): core demux: removing module "mp4"
12-27 12:44:28.434 D/VLC ( 1904): mp4 demux: freeing all memory
12-27 12:44:28.435 D/VLC ( 1904): core stream: removing module "record"
12-27 12:44:28.436 D/VLC ( 1904): core access: removing module "filesystem"
12-27 12:44:28.436 D/VLC ( 1904): core input: Program doesn't contain anymore ES
12-27 12:44:28.436 D/VLC ( 1904): core audio output: removing module "opensles_android"
12-27 12:44:42.368 E/ResourceType( 1904): Style contains key with bad entry: 0x01010479
12-27 12:44:42.825 E/VLC/VideoGridAnimator( 1904): Rescheduling animation: list not ready
12-27 12:44:45.492 E/ResourceType( 1904): Style contains key with bad entry: 0x01010479
12-27 12:44:47.665 E/ResourceType( 1904): Style contains key with bad entry: 0x01010479
The smart phone is a "Wiko Cink Peax 2" running Android 4.1.2.
Are there known problems with android 4.1.2? How could be fixed?
I tested the same binary on another smart phone (Wiko Darkmoon) which AFAIK has the same chip but running Android 4.3.1 and there worked perfectly even with acceleration enabled.
I also tried the nightly builds and the 1.0.0 release.
About a month ago I did another build which was able to display video but only with hardware acceleration completely disabled. Playing video with some hardware acceleration enabled caused immediate crash.
Thanks in advance