Im testing a m3u8 video here:
http://v.youku.com/player/getRealM3U8/v ... video.m3u8
It works great in the demo from Google Play,but when i follow the steps http://wiki.videolan.org/AndroidCompile ,compile the debug apk from the source code tag 0.0.6 ,enter the m3u8 link above, oops. it shows the first frame sometimes ,but mostly the app just pop out to home,without any messages or ForceClose. i check the logcat:
I/DEBUG ( 5116): Build fingerprint: 'unknown'
I/DEBUG ( 5116): pid: 5117, tid: 5211 >>> org.videolan.vlc <<<
I/DEBUG ( 5116): signal 7 (SIGBUS), fault addr 00000000
I/DEBUG ( 5116): r0 48297cb0 r1 482de550 r2 4829e7b0 r3 00000001
I/DEBUG ( 5116): r4 82c8f8b4 r5 4828b6c0 r6 4828f004 r7 00000000
I/DEBUG ( 5116): r8 482a0d6c r9 48297cb0 10 00000080 fp 4829e7b0
I/DEBUG ( 5116): ip 0000001a sp 495ec668 lr 82c8f8bc pc 826bbc24 cpsr 00000010
I/DEBUG ( 5116): d0 6472656767756265 d1 0000000000000000
I/DEBUG ( 5116): d2 414a78a5414a78a5 d3 0000000000000000
I/DEBUG ( 5116): d4 3f4a78a53f4a78a5 d5 3f4a78a53f4a78a5
I/DEBUG ( 5116): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 5116): d8 3c0000003d000000 d9 4140000040c00000
I/DEBUG ( 5116): d10 44b54fb83f800000 d11 c7c7c7c7414c4000
I/DEBUG ( 5116): d12 3939393931313131 d13 3939393939393939
I/DEBUG ( 5116): d14 3939393939353535 d15 3939393939393939
I/DEBUG ( 5116): d16 8000000080000000 d17 8000000080000000
I/DEBUG ( 5116): d18 0000000080000000 d19 bd78b996be051930
I/DEBUG ( 5116): d20 8000000080000000 d21 8000000080000000
I/DEBUG ( 5116): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 5116): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 5116): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 5116): d28 3f3504f3bf3504f3 d29 bf3504f33f3504f3
I/DEBUG ( 5116): d30 0000000000000000 d31 3f3504f33f3504f3
I/DEBUG ( 5116): scr 20000012
I/DEBUG ( 5116):
D/VLC ( 5117): [0x436cc4]: freetype spu text using fontsize: 2
D/VLC ( 5117): [0x436cc4]: main spu text using text renderer module "freetype"
D/VLC ( 5117): [0x443eb4]: main scale looking for video filter2 module matching "any": 33 candidates
I/ActivityManager( 2168): Process com.google.android.apps.maps (pid 5128) has died.
D/VLC ( 5117): [0x443eb4]: swscale scale 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
D/VLC ( 5117): [0x443eb4]: main scale using video filter2 module "swscale"
D/VLC ( 5117): [0x457d5c]: main scale looking for video filter2 module matching "any": 33 candidates
D/VLC ( 5117): [0x457d5c]: yuvp scale YUVP to YUVA converter
D/VLC ( 5117): [0x457d5c]: main scale using video filter2 module "yuvp"
D/VLC ( 5117): [0x43611c]: main video output Deinterlacing available
D/VLC ( 5117): [0x43611c]: main video output deinterlace 0, mode blend, is_needed 0
D/VLC ( 5117): [0x43611c]: main video output Opening vout display wrapper
D/VLC ( 5117): [0x45a074]: main vout display looking for vout display module matching "any": 2 candidates
D/VLC ( 5117): [0x45a074]: main vout display VoutDisplayEvent 'fullscreen' 0
D/VLC ( 5117): [0x45a074]: main vout display using vout display module "android_surface"
D/VLC ( 5117): [0x45a074]: main vout display A filter to adapt decoder to display is needed
D/VLC ( 5117): [0x45a6a4]: main filter looking for video filter2 module matching "any": 33 candidates
D/VLC ( 5117): [0x45a6a4]: yuv_rgb_neon filter I420(512x288) to RV32(512x288)
D/VLC ( 5117): [0x45a6a4]: main filter using video filter2 module "yuv_rgb_neon"
D/VLC ( 5117): [0x45a074]: main vout display Filter 'yuv_rgb_neon' (0x45a6a4) appended to chain
D/VLC ( 5117): [0x43611c]: main video output original format sz 512x288, of (0,0), vsz 512x288, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
D/VLC ( 5117): [0x436cc4]: main spu text removing module "freetype"
D/VLC ( 5117): [0x436cc4]: main spu text looking for text renderer module matching "any": 1 candidates
E/VLC ( 5117): [0x45a074]: main vout display Failed to set on top
I/DEBUG ( 5116): #00 pc 826bbc24 /data/data/org.videolan.vlc/lib/libvlcjni.so
D/VLC ( 5117): [0x436cc4]: freetype spu text using fontsize: 2
I/DEBUG ( 5116): #01 lr 82c8f8bc /data/data/org.videolan.vlc/lib/libvlcjni.so
I/DEBUG ( 5116):
i think theres something wrong with the libvlcjni.so here. it seems that the compiled apk is different from the demo ? any suggestions would be greatful.