Hi all,
I am testing a vlc module on the android vlc port.
The playout of videos locally stored in the tablet is fine.
I have problems when trying to playout streams using a stream module for vlc (hereafter called ccnx).
I can perfectly hear the audio. The problems only hold for the video.
Do you see where the could be from the following log?
Thanks
Luca
05-14 17:09:22.280 V/VLC/AudioService(6822): Loading position 0 in [ccnx:///video/video1.mp4]
05-14 17:09:22.290 V/VLC/AudioService(6822): Creating on-the-fly Media object for ccnx:///video/video1.mp4
05-14 17:09:22.290 D/VLC (6822): Creating an input for 'video1.mp4'
05-14 17:09:22.290 D/VLC (6822): looking for meta fetcher module: 0 candidates
05-14 17:09:22.290 D/VLC (6822): no meta fetcher module matched "any"
05-14 17:09:22.290 D/VLC (6822): searching art for video1.mp4
05-14 17:09:22.290 D/VLC (6822): looking for art finder module: 1 candidate
05-14 17:09:22.290 D/VLC (6822): no art finder module matching "any" could be loaded
05-14 17:09:22.290 D/VLC (6822): art not found for video1.mp4
05-14 17:09:22.290 D/VLC (6822): Creating an input for 'video1.mp4'
05-14 17:09:22.290 D/VLC (6822): using timeshift granularity of 50 MiB, in path '/tmp'
05-14 17:09:22.290 D/VLC (6822): no fetch required for (null) (art currently (null))
05-14 17:09:22.290 D/VLC (6822): `ccnx:///video/video1.mp4' gives access `ccnx' demux `' path `/video/video1.mp4'
05-14 17:09:22.290 D/VLC (6822): creating demux: access='ccnx' demux='' location='/video/video1.mp4' file='/video/video1.mp4'
05-14 17:09:22.290 D/VLC (6822): looking for access_demux module: 0 candidates
05-14 17:09:22.290 D/VLC (6822): no access_demux module matched "ccnx"
05-14 17:09:22.290 D/VLC (6822): creating access 'ccnx' location='/video/video1.mp4', path='/video/video1.mp4'
05-14 17:09:22.290 D/VLC (6822): looking for access module: 1 candidate
05-14 17:09:22.290 I/VLC (6822): CCN.open called
05-14 17:09:22.300 I/VLC (6822): CCN.Open: ccn-fifo-maxblocks 128, ccn-fifo-blocksize 49152
05-14 17:09:22.300 I/VLC (6822): CCN.Open: waiting for CCN event thread start
05-14 17:09:22.300 D/VLC (6822): CCN.Input /video/video1.mp4, closure 0x52a348
05-14 17:09:24.420 D/VLC (6822): Set length 28123953
05-14 17:09:24.430 I/VLC (6822): CCN.Open: CCN event thread started
05-14 17:09:24.430 D/VLC (6822): using access module "access_ccn"
05-14 17:09:24.430 D/VLC (6822): Using block method for AStream*
05-14 17:09:24.430 D/VLC (6822): starting pre-buffering
05-14 17:09:24.430 I/VLC (6822): CCN.Input: entering input event loop
05-14 17:09:24.620 D/VLC (6822): CCNBlock 49152 bytes @ 0
05-14 17:09:24.620 D/VLC (6822): received first data after 183 ms
05-14 17:09:24.620 D/VLC (6822): prebuffering done 49152 bytes in 0s - 261 KiB/s
05-14 17:09:24.620 D/VLC (6822): looking for stream_filter module: 7 candidates
05-14 17:09:24.620 D/VLC (6822): no stream_filter module matching "any" could be loaded
05-14 17:09:24.620 D/VLC (6822): looking for stream_filter module: 0 candidates
05-14 17:09:24.620 D/VLC (6822): no stream_filter module matched "stream_filter_record"
05-14 17:09:24.620 D/VLC (6822): creating demux: access='ccnx' demux='' location='/video/video1.mp4' file='/video/video1.mp4'
05-14 17:09:24.620 D/VLC (6822): looking for demux module: 48 candidates
05-14 17:09:24.720 D/VLC (6822): CCNBlock 49152 bytes @ 49152
05-14 17:09:24.720 D/VLC (6822): dumping root Box "root"
05-14 17:09:24.720 D/VLC (6822): | + ftyp size 20
05-14 17:09:24.720 D/VLC (6822): | + moov size 67984
05-14 17:09:24.720 D/VLC (6822): | | + mvhd size 108
05-14 17:09:24.720 D/VLC (6822): | | + trak size 38274
05-14 17:09:24.720 D/VLC (6822): | | | + tkhd size 92
05-14 17:09:24.720 D/VLC (6822): | | | + mdia size 38174
05-14 17:09:24.720 D/VLC (6822): | | | | + mdhd size 32
05-14 17:09:24.720 D/VLC (6822): | | | | + hdlr size 56
05-14 17:09:24.720 D/VLC (6822): | | | | + minf size 38078
05-14 17:09:24.720 D/VLC (6822): | | | | | + vmhd size 20
05-14 17:09:24.720 D/VLC (6822): | | | | | + dinf size 36
05-14 17:09:24.720 D/VLC (6822): | | | | | | + dref size 28
05-14 17:09:24.720 D/VLC (6822): | | | | | | | + url size 12
05-14 17:09:24.720 D/VLC (6822): | | | | | + stbl size 38014
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsd size 174
05-14 17:09:24.720 D/VLC (6822): | | | | | | | + avc1 size 158
05-14 17:09:24.720 D/VLC (6822): | | | | | | | | + avcC size 72
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stts size 24
05-14 17:09:24.720 D/VLC (6822): | | | | | | + ctts size 19952
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsc size 40
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsz size 14444
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stco size 2904
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stss size 468
05-14 17:09:24.720 D/VLC (6822): | | + trak size 29594
05-14 17:09:24.720 D/VLC (6822): | | | + tkhd size 92
05-14 17:09:24.720 D/VLC (6822): | | | + mdia size 29494
05-14 17:09:24.720 D/VLC (6822): | | | | + mdhd size 32
05-14 17:09:24.720 D/VLC (6822): | | | | + hdlr size 56
05-14 17:09:24.720 D/VLC (6822): | | | | + minf size 29398
05-14 17:09:24.720 D/VLC (6822): | | | | | + smhd size 16
05-14 17:09:24.720 D/VLC (6822): | | | | | + dinf size 36
05-14 17:09:24.720 D/VLC (6822): | | | | | | + dref size 28
05-14 17:09:24.720 D/VLC (6822): | | | | | | | + url size 12
05-14 17:09:24.720 D/VLC (6822): | | | | | + stbl size 29338
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsd size 102
05-14 17:09:24.720 D/VLC (6822): | | | | | | | + mp4a size 86
05-14 17:09:24.720 D/VLC (6822): | | | | | | | | + esds size 50
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stts size 24
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsc size 364
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stsz size 25936
05-14 17:09:24.720 D/VLC (6822): | | | | | | + stco size 2904
05-14 17:09:24.720 D/VLC (6822): | + mdat size 28055949
05-14 17:09:24.720 D/VLC (6822): unrecognized major file specification (mp42).
05-14 17:09:24.720 D/VLC (6822): found 2 tracks
05-14 17:09:24.720 D/VLC (6822): track[Id 0x1] read 722 chunk
05-14 17:09:24.720 W/VLC (6822): CTTS table
05-14 17:09:24.720 D/VLC (6822): track[Id 0x1] read 3606 samples length:150s
05-14 17:09:24.720 D/VLC (6822): selecting program id=0
05-14 17:09:24.720 D/VLC (6822): adding track[Id 0x1] video (enable) language eng
05-14 17:09:24.720 D/VLC (6822): track[Id 0x2] read 722 chunk
05-14 17:09:24.720 D/VLC (6822): track[Id 0x2] read 6479 samples length:150s
05-14 17:09:24.720 D/VLC (6822): adding track[Id 0x2] audio (enable) language eng
05-14 17:09:24.720 D/VLC (6822): using demux module "mp4"
05-14 17:09:24.720 D/VLC (6822): looking for decoder module: 24 candidates
05-14 17:09:24.730 D/VLC (6822): CCN upcall final 0x52a348
05-14 17:09:24.730 D/VLC (6822): trying to use direct rendering
05-14 17:09:24.730 D/VLC (6822): allowing 3 thread(s) for decoding
05-14 17:09:24.730 D/VLC (6822): ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
05-14 17:09:24.730 D/VLC (6822): using frame thread mode with 3 threads
05-14 17:09:24.730 D/VLC (6822): using decoder module "avcodec"
05-14 17:09:24.730 D/VLC (6822): looking for decoder module: 24 candidates
05-14 17:09:24.740 I/VLC (6822): CCN.Input: exited input event loop
05-14 17:09:24.740 D/VLC (6822): ffmpeg codec (MPEG AAC Audio) started
05-14 17:09:24.740 D/VLC (6822): Using 192000 bytes output buffer
05-14 17:09:24.740 D/VLC (6822): using decoder module "avcodec"
05-14 17:09:24.740 D/VLC (6822): looking for meta reader module: 1 candidate
05-14 17:09:24.740 D/VLC (6822): no meta reader module matching "any" could be loaded
05-14 17:09:24.740 D/VLC (6822): `ccnx:///video/video1.mp4' successfully opened
05-14 17:09:24.750 D/VLC (6822): removing module "avcodec"
05-14 17:09:24.750 D/VLC (6822): ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
05-14 17:09:24.750 D/VLC (6822): killing decoder fourcc `h264', 0 PES in FIFO
05-14 17:09:24.760 D/VLC (6822): removing module "avcodec"
05-14 17:09:24.760 D/VLC (6822): ffmpeg codec (MPEG AAC Audio) stopped
05-14 17:09:24.760 D/VLC (6822): killing decoder fourcc `mp4a', 0 PES in FIFO
05-14 17:09:24.760 D/VLC (6822): removing module "mp4"
05-14 17:09:24.760 D/VLC (6822): freeing all memory
05-14 17:09:24.760 D/VLC (6822): removing module "access_ccn"
05-14 17:09:24.760 I/VLC (6822): CCN.Close called
05-14 17:09:24.780 D/VLC (6822): Program doesn't contain anymore ES
05-14 17:09:24.790 D/VLC (6822): Destroying the input for 'video1.mp4'
05-14 17:09:24.790 D/VLC (6822): Creating an input for 'video1.mp4'
05-14 17:09:24.790 D/VLC (6822): looking for meta fetcher module: 0 candidates
05-14 17:09:24.790 D/VLC (6822): no meta fetcher module matched "any"
05-14 17:09:24.790 D/VLC (6822): searching art for video1.mp4
05-14 17:09:24.790 D/VLC (6822): looking for art finder module: 1 candidate
05-14 17:09:24.790 D/VLC (6822): no art finder module matching "any" could be loaded
05-14 17:09:24.790 D/VLC (6822): art not found for video1.mp4
05-14 17:09:24.790 D/VLC/MediaItem(6822): Artist Unknown Artist
05-14 17:09:24.790 D/VLC/MediaItem(6822): Album Unknown Album
05-14 17:09:24.790 D/VLC/MediaItem(6822): Title video1.mp4
05-14 17:09:24.790 D/VLC/MediaItem(6822): Genre Unknown Genre
05-14 17:09:24.790 V/VLC/LibVLC(6822): Reading ccnx:///video/video1.mp4
05-14 17:09:24.790 D/VLC (6822): Creating an input for 'video1.mp4'
05-14 17:09:24.790 D/VLC (6822): using timeshift granularity of 50 MiB, in path '/tmp'
05-14 17:09:24.790 D/VLC (6822): `ccnx:///video/video1.mp4' gives access `ccnx' demux `' path `/video/video1.mp4'
05-14 17:09:24.790 D/VLC (6822): creating demux: access='ccnx' demux='' location='/video/video1.mp4' file='/video/video1.mp4'
05-14 17:09:24.790 D/VLC (6822): looking for access_demux module: 0 candidates
05-14 17:09:24.790 D/VLC (6822): no access_demux module matched "ccnx"
05-14 17:09:24.790 D/VLC (6822): creating access 'ccnx' location='/video/video1.mp4', path='/video/video1.mp4'
05-14 17:09:24.790 D/VLC (6822): looking for access module: 1 candidate
05-14 17:09:24.790 I/VLC (6822): CCN.open called
05-14 17:09:24.790 I/VLC (6822): CCN.Open: ccn-fifo-maxblocks 128, ccn-fifo-blocksize 49152
05-14 17:09:24.790 I/VLC (6822): CCN.Open: waiting for CCN event thread start
05-14 17:09:24.790 D/VLC (6822): CCN.Input /video/video1.mp4, closure 0x7b3e98
05-14 17:09:24.810 D/VLC (6822): no fetch required for (null) (art currently (null))
05-14 17:09:24.850 D/WindowManager(302): Desired input method target: Window{40bec8a8 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 17:09:24.850 D/WindowManager(302): Current focus: Window{40bec8a8 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 17:09:24.850 D/WindowManager(302): Last focus: Window{40bec8a8 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 17:09:24.850 D/WindowManager(302): w.mAttrs.token=ActivityRecord{407b9450 org.videolan.vlc/.gui.MainActivity}
05-14 17:09:24.850 D/WindowManager(302): w.mToken=AppWindowToken{427a0620 token=ActivityRecord{407b9450 org.videolan.vlc/.gui.MainActivity}}
05-14 17:09:24.850 D/WindowManager(302): token=AppWindowToken{427a0620 token=ActivityRecord{407b9450 org.videolan.vlc/.gui.MainActivity}}
05-14 17:09:25.060 I/SurfaceFlinger(238): id=346 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=3 Map Size=3
05-14 17:09:25.080 I/SurfaceFlinger(238): id=346 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=-2 Map Size=3
05-14 17:09:26.130 I/InputDispatcher(302): Delivering touch to current input target: action: 0, channel '40bec8a8 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-14 17:09:26.190 I/InputDispatcher(302): Delivering touch to current input target: action: 1, channel '40bec8a8 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-14 17:09:26.220 D/VLC/AudioService(6822): Updating widget
05-14 17:09:26.850 D/VLC (6822): Set length 28123953
05-14 17:09:26.860 I/VLC (6822): CCN.Input: entering input event loop
05-14 17:09:26.860 I/VLC (6822): CCN.Open: CCN event thread started
05-14 17:09:26.860 D/VLC (6822): using access module "access_ccn"
05-14 17:09:26.860 D/VLC (6822): Using block method for AStream*
05-14 17:09:26.860 D/VLC (6822): starting pre-buffering
05-14 17:09:26.950 D/VLC (6822): CCNBlock 49152 bytes @ 0
05-14 17:09:26.950 D/VLC (6822): received first data after 89 ms
05-14 17:09:26.950 D/VLC (6822): prebuffering done 49152 bytes in 0s - 537 KiB/s
05-14 17:09:26.950 D/VLC (6822): looking for stream_filter module: 7 candidates
05-14 17:09:26.950 D/VLC (6822): no stream_filter module matching "any" could be loaded
05-14 17:09:26.950 D/VLC (6822): looking for stream_filter module: 0 candidates
05-14 17:09:26.950 D/VLC (6822): no stream_filter module matched "stream_filter_record"
05-14 17:09:26.950 D/VLC (6822): creating demux: access='ccnx' demux='' location='/video/video1.mp4' file='/video/video1.mp4'
05-14 17:09:26.950 D/VLC (6822): looking for demux module: 48 candidates
05-14 17:09:27.040 D/VLC (6822): CCNBlock 49152 bytes @ 49152
05-14 17:09:27.040 D/VLC (6822): dumping root Box "root"
05-14 17:09:27.040 D/VLC (6822): | + ftyp size 20
05-14 17:09:27.040 D/VLC (6822): | + moov size 67984
05-14 17:09:27.040 D/VLC (6822): | | + mvhd size 108
05-14 17:09:27.040 D/VLC (6822): | | + trak size 38274
05-14 17:09:27.040 D/VLC (6822): | | | + tkhd size 92
05-14 17:09:27.040 D/VLC (6822): | | | + mdia size 38174
05-14 17:09:27.040 D/VLC (6822): | | | | + mdhd size 32
05-14 17:09:27.040 D/VLC (6822): | | | | + hdlr size 56
05-14 17:09:27.040 D/VLC (6822): | | | | + minf size 38078
05-14 17:09:27.040 D/VLC (6822): | | | | | + vmhd size 20
05-14 17:09:27.040 D/VLC (6822): | | | | | + dinf size 36
05-14 17:09:27.040 D/VLC (6822): | | | | | | + dref size 28
05-14 17:09:27.040 D/VLC (6822): | | | | | | | + url size 12
05-14 17:09:27.040 D/VLC (6822): | | | | | + stbl size 38014
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsd size 174
05-14 17:09:27.040 D/VLC (6822): | | | | | | | + avc1 size 158
05-14 17:09:27.040 D/VLC (6822): | | | | | | | | + avcC size 72
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stts size 24
05-14 17:09:27.040 D/VLC (6822): | | | | | | + ctts size 19952
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsc size 40
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsz size 14444
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stco size 2904
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stss size 468
05-14 17:09:27.040 D/VLC (6822): | | + trak size 29594
05-14 17:09:27.040 D/VLC (6822): | | | + tkhd size 92
05-14 17:09:27.040 D/VLC (6822): | | | + mdia size 29494
05-14 17:09:27.040 D/VLC (6822): | | | | + mdhd size 32
05-14 17:09:27.040 D/VLC (6822): | | | | + hdlr size 56
05-14 17:09:27.040 D/VLC (6822): | | | | + minf size 29398
05-14 17:09:27.040 D/VLC (6822): | | | | | + smhd size 16
05-14 17:09:27.040 D/VLC (6822): | | | | | + dinf size 36
05-14 17:09:27.040 D/VLC (6822): | | | | | | + dref size 28
05-14 17:09:27.040 D/VLC (6822): | | | | | | | + url size 12
05-14 17:09:27.040 D/VLC (6822): | | | | | + stbl size 29338
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsd size 102
05-14 17:09:27.040 D/VLC (6822): | | | | | | | + mp4a size 86
05-14 17:09:27.040 D/VLC (6822): | | | | | | | | + esds size 50
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stts size 24
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsc size 364
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stsz size 25936
05-14 17:09:27.040 D/VLC (6822): | | | | | | + stco size 2904
05-14 17:09:27.040 D/VLC (6822): | + mdat size 28055949
05-14 17:09:27.040 D/VLC (6822): unrecognized major file specification (mp42).
05-14 17:09:27.040 D/VLC (6822): found 2 tracks
05-14 17:09:27.040 D/VLC (6822): track[Id 0x1] read 722 chunk
05-14 17:09:27.040 W/VLC (6822): CTTS table
05-14 17:09:27.040 D/VLC (6822): track[Id 0x1] read 3606 samples length:150s
05-14 17:09:27.040 D/VLC (6822): selecting program id=0
05-14 17:09:27.040 D/VLC (6822): adding track[Id 0x1] video (enable) language eng
05-14 17:09:27.040 D/VLC (6822): track[Id 0x2] read 722 chunk
05-14 17:09:27.050 D/VLC (6822): track[Id 0x2] read 6479 samples length:150s
05-14 17:09:27.050 D/VLC (6822): adding track[Id 0x2] audio (enable) language eng
05-14 17:09:27.050 D/VLC (6822): using demux module "mp4"
05-14 17:09:27.050 D/VLC (6822): looking for decoder module: 24 candidates
05-14 17:09:27.050 D/VLC (6822): trying to use direct rendering
05-14 17:09:27.050 D/VLC (6822): allowing 3 thread(s) for decoding
05-14 17:09:27.050 D/VLC (6822): ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
05-14 17:09:27.050 D/VLC (6822): using frame thread mode with 3 threads
05-14 17:09:27.050 D/VLC (6822): using decoder module "avcodec"
05-14 17:09:27.050 D/VLC (6822): looking for decoder module: 24 candidates
05-14 17:09:27.060 D/VLC (6822): ffmpeg codec (MPEG AAC Audio) started
05-14 17:09:27.060 D/VLC (6822): Using 192000 bytes output buffer
05-14 17:09:27.060 D/VLC (6822): using decoder module "avcodec"
05-14 17:09:27.060 D/VLC (6822): looking for meta reader module: 1 candidate
05-14 17:09:27.060 D/VLC (6822): no meta reader module matching "any" could be loaded
05-14 17:09:27.060 D/VLC (6822): `ccnx:///video/video1.mp4' successfully opened
05-14 17:09:27.060 D/VLC/JNI/main(6822): vlc_event_callback: failed to get JNI environment, assuming native thread
05-14 17:09:27.060 I/VLC/AudioService(6822): MediaPlayerPlaying
05-14 17:09:27.060 D/VLC (6822): track[Id 0x1] using Sync Sample Box (stss)
05-14 17:09:27.060 D/VLC (6822): stts gives 0 --> 0 (sample number)
05-14 17:09:27.060 D/VLC (6822): track[Id 0x2] does not provide Sync Sample Box (stss)
05-14 17:09:27.060 D/VLC (6822): Buffering 0%
05-14 17:09:27.140 D/VLC (6822): CCNBlock 49152 bytes @ 98304
05-14 17:09:27.140 D/VLC (6822): control type=1
05-14 17:09:27.140 D/VLC (6822): Buffering 0%
05-14 17:09:27.140 D/VLC (6822): Buffering 10%
05-14 17:09:27.140 D/VLC (6822): Buffering 20%
05-14 17:09:27.140 D/VLC (6822): Buffering 30%
05-14 17:09:27.140 D/VLC (6822): Buffering 40%
05-14 17:09:27.140 D/VLC (6822): creating audio output
05-14 17:09:27.140 D/VLC (6822): Buffering 50%
05-14 17:09:27.140 D/VLC (6822): Buffering 60%
05-14 17:09:27.140 D/VLC (6822): Buffering 70%
05-14 17:09:27.140 D/VLC (6822): Buffering 80%
05-14 17:09:27.140 D/VLC (6822): Buffering 90%
05-14 17:09:27.140 D/VLC (6822): Buffering 100%
05-14 17:09:27.140 D/VLC (6822): Stream buffering done (1100 ms in 81 ms)
05-14 17:09:27.140 D/VLC (6822): looking for audio output module: 2 candidates
05-14 17:09:27.140 D/VLC (6822): looking for text renderer module: 1 candidate
05-14 17:09:27.140 D/VLC (6822): using text renderer module "tdummy"
05-14 17:09:27.140 D/VLC (6822): looking for video filter2 module: 12 candidates
05-14 17:09:27.140 D/VLC (6822): using audio output module "android_audiotrack"
05-14 17:09:27.140 D/VLC (6822): output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-14 17:09:27.140 D/VLC (6822): mixer 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
05-14 17:09:27.140 D/VLC (6822): filter(s) 'f32l'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 17:09:27.140 D/VLC (6822): looking for audio filter module: 8 candidates
05-14 17:09:27.140 D/VLC (6822): f32l->s16l, bits per sample: 32->16
05-14 17:09:27.140 D/VLC (6822): using audio filter module "audio_format"
05-14 17:09:27.140 D/VLC (6822): conversion pipeline completed
05-14 17:09:27.140 D/VLC (6822): 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
05-14 17:09:27.140 D/VLC (6822): looking for audio mixer module: 2 candidates
05-14 17:09:27.140 D/VLC (6822): using video filter2 module "swscale"
05-14 17:09:27.140 D/VLC (6822): using audio mixer module "float32_mixer"
05-14 17:09:27.140 D/VLC (6822): input 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-14 17:09:27.140 D/VLC (6822): looking for video filter2 module: 12 candidates
05-14 17:09:27.140 D/VLC (6822): looking for audio filter module: 1 candidate
05-14 17:09:27.140 D/VLC (6822): YUVP to YUVA converter
05-14 17:09:27.140 D/VLC (6822): format: 44100 rate, 2 nch, 4 bps, fl32
05-14 17:09:27.140 D/VLC (6822): using video filter2 module "yuvp"
05-14 17:09:27.140 D/VLC (6822): params: 30 stride, 0.200 overlap, 14 search
05-14 17:09:27.140 D/VLC (6822): 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
05-14 17:09:27.140 D/VLC (6822): using audio filter module "scaletempo"
05-14 17:09:27.140 D/VLC (6822): filter(s) 's16l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 17:09:27.140 D/VLC (6822): looking for audio filter module: 8 candidates
05-14 17:09:27.140 D/VLC (6822): s16l->f32l, bits per sample: 16->32
05-14 17:09:27.140 D/VLC (6822): Deinterlacing available
05-14 17:09:27.140 D/VLC (6822): using audio filter module "audio_format"
05-14 17:09:27.140 D/VLC (6822): conversion pipeline completed
05-14 17:09:27.140 D/VLC (6822): filter(s) 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 17:09:27.140 D/VLC (6822): conversion pipeline completed
05-14 17:09:27.140 D/VLC (6822): deinterlace 0, mode blend, is_needed 0
05-14 17:09:27.140 D/VLC (6822): filter(s) 'f32l'->'f32l' 48510 Hz->44100 Hz Stereo->Stereo
05-14 17:09:27.140 D/VLC (6822): looking for audio filter module: 8 candidates
05-14 17:09:27.140 D/VLC (6822): using audio filter module "ugly_resampler"
05-14 17:09:27.140 D/VLC (6822): conversion pipeline completed
05-14 17:09:27.150 D/VLC (6822): End of audio preroll
05-14 17:09:27.150 D/VLC (6822): Opening vout display wrapper
05-14 17:09:27.150 D/VLC (6822): looking for vout display module: 2 candidates
05-14 17:09:27.150 D/VLC (6822): VoutDisplayEvent 'fullscreen' 0
05-14 17:09:27.150 D/VLC (6822): using vout display module "android_surface"
05-14 17:09:27.150 D/VLC (6822): A filter to adapt decoder to display is needed
05-14 17:09:27.150 D/VLC (6822): looking for video filter2 module: 12 candidates
05-14 17:09:27.150 D/VLC (6822): 852x480 chroma: I420 -> 852x480 chroma: RV32 with scaling using Bicubic (good quality)
05-14 17:09:27.150 D/VLC (6822): using video filter2 module "swscale"
05-14 17:09:27.150 D/VLC (6822): Filter 'Swscale' (0x92e5c8) appended to chain
05-14 17:09:27.150 D/VLC (6822): original format sz 852x480, of (0,0), vsz 852x480, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
05-14 17:09:27.150 D/VLC (6822): removing module "tdummy"
05-14 17:09:27.150 D/VLC (6822): looking for text renderer module: 1 candidate
05-14 17:09:27.150 D/VLC (6822): using text renderer module "tdummy"
05-14 17:09:27.150 D/VLC (6822): using direct rendering
05-14 17:09:27.200 D/VLC (6822): End of video preroll
05-14 17:09:27.200 D/VLC (6822): Received first picture
05-14 17:09:27.200 W/VLC (6822): can't get output picture
05-14 17:09:27.200 D/VLC (6822): Post-processing available
05-14 17:09:27.200 E/VLC (6822): Failed to set on top
05-14 17:09:27.250 W/VLC (6822): can't get output picture
05-14 17:09:27.280 D/VLC (6822): Decoder buffering done in 138 ms
05-14 17:09:27.280 W/VLC (6822): PTS is out of range (-9940), dropping buffer
05-14 17:09:27.280 W/VLC (6822): PTS is out of range (-33012), dropping buffer
05-14 17:09:27.280 W/VLC (6822): can't get output picture
05-14 17:09:27.380 D/VLC (6822): CCNBlock 49152 bytes @ 147456
05-14 17:09:27.390 D/VLC (6822): b_seek=0 th*avg=49152 skip=14052
05-14 17:09:27.400 W/VLC (6822): can't get output picture
05-14 17:09:27.430 W/VLC (6822): can't get output picture
05-14 17:09:27.480 W/VLC (6822): can't get output picture
05-14 17:09:27.520 W/VLC (6822): can't get output picture
05-14 17:09:27.560 W/VLC (6822): can't get output picture
05-14 17:09:27.600 W/VLC (6822): can't get output picture
05-14 17:09:27.630 D/VLC (6822): CCNBlock 49152 bytes @ 196608
05-14 17:09:27.630 D/VLC (6822): b_seek=0 th*avg=49152 skip=4140
05-14 17:09:27.640 W/VLC (6822): can't get output picture
05-14 17:09:27.680 W/VLC (6822): can't get output picture
05-14 17:09:27.720 W/VLC (6822): can't get output picture
05-14 17:09:27.770 D/VLC (6822): CCNBlock 49152 bytes @ 245760
05-14 17:09:27.770 W/VLC (6822): can't get output picture
05-14 17:09:27.790 D/VLC (6822): b_seek=0 th*avg=49152 skip=9958
05-14 17:09:27.810 W/VLC (6822): can't get output picture
05-14 17:09:27.850 W/VLC (6822): can't get output picture
05-14 17:09:27.890 W/VLC (6822): can't get output picture
05-14 17:09:27.930 W/VLC (6822): can't get output picture
05-14 17:09:27.970 W/VLC (6822): can't get output picture
05-14 17:09:28.040 D/VLC (6822): CCNBlock 49152 bytes @ 294912
05-14 17:09:28.040 W/VLC (6822): can't get output picture
05-14 17:09:28.060 W/VLC (6822): can't get output picture
05-14 17:09:28.100 W/VLC (6822): can't get output picture
05-14 17:09:28.140 W/VLC (6822): can't get output picture
05-14 17:09:28.150 D/VLC (6822): auto hiding mouse cursor
05-14 17:09:28.180 W/VLC (6822): can't get output picture
05-14 17:09:28.190 D/VLC (6822): b_seek=0 th*avg=49152 skip=23109
05-14 17:09:28.230 W/VLC (6822): can't get output picture
05-14 17:09:28.240 D/VLC (6822): CCNBlock 49152 bytes @ 344064
05-14 17:09:28.270 W/VLC (6822): can't get output picture
05-14 17:09:28.310 W/VLC (6822): can't get output picture
05-14 17:09:28.350 W/VLC (6822): can't get output picture
05-14 17:09:28.390 D/VLC (6822): b_seek=0 th*avg=49152 skip=13191
05-14 17:09:28.390 W/VLC (6822): can't get output picture
05-14 17:09:28.430 W/VLC (6822): can't get output picture
05-14 17:09:28.470 D/VLC (6822): CCNBlock 49152 bytes @ 393216
05-14 17:09:28.480 W/VLC (6822): can't get output picture
05-14 17:09:28.520 W/VLC (6822): can't get output picture
05-14 17:09:28.560 W/VLC (6822): can't get output picture
05-14 17:09:28.590 D/VLC (6822): b_seek=0 th*avg=49152 skip=3094
05-14 17:09:28.590 D/VLC (6822): CCNBlock 49152 bytes @ 442368
05-14 17:09:28.600 W/VLC (6822): can't get output picture
05-14 17:09:28.640 W/VLC (6822): can't get output picture
05-14 17:09:28.680 W/VLC (6822): can't get output picture
05-14 17:09:28.730 W/VLC (6822): can't get output picture
05-14 17:09:28.770 W/VLC (6822): can't get output picture
05-14 17:09:28.810 W/VLC (6822): can't get output picture
05-14 17:09:28.850 W/VLC (6822): can't get output picture
05-14 17:09:28.890 W/VLC (6822): can't get output picture
05-14 17:09:28.930 W/VLC (6822): can't get output picture
05-14 17:09:28.980 W/VLC (6822): can't get output picture
05-14 17:09:29.020 W/VLC (6822): can't get output picture
05-14 17:09:29.060 W/VLC (6822): can't get output picture
05-14 17:09:29.090 D/VLC (6822): CCNBlock 49152 bytes @ 491520
05-14 17:09:29.100 W/VLC (6822): can't get output picture
05-14 17:09:29.140 W/VLC (6822): can't get output picture
05-14 17:09:29.180 W/VLC (6822): can't get output picture
05-14 17:09:29.230 W/VLC (6822): can't get output picture
05-14 17:09:29.270 W/VLC (6822): can't get output picture
05-14 17:09:29.290 D/VLC (6822): b_seek=0 th*avg=49152 skip=22305
05-14 17:09:29.290 D/VLC (6822): CCNBlock 49152 bytes @ 540672
05-14 17:09:29.310 W/VLC (6822): can't get output picture
05-14 17:09:29.350 W/VLC (6822): can't get output picture
05-14 17:09:29.390 W/VLC (6822): can't get output picture
05-14 17:09:29.430 W/VLC (6822): can't get output picture
05-14 17:09:29.480 W/VLC (6822): can't get output picture
05-14 17:09:29.490 D/VLC (6822): b_seek=0 th*avg=49152 skip=12216
05-14 17:09:29.490 D/VLC (6822): CCNBlock 49152 bytes @ 589824
05-14 17:09:29.520 W/VLC (6822): can't get output picture
05-14 17:09:29.560 W/VLC (6822): can't get output picture
05-14 17:09:29.600 W/VLC (6822): can't get output picture
05-14 17:09:29.640 W/VLC (6822): can't get output picture
05-14 17:09:29.680 W/VLC (6822): can't get output picture
05-14 17:09:29.690 D/VLC (6822): b_seek=0 th*avg=49152 skip=2286
05-14 17:09:29.690 D/VLC (6822): CCNBlock 49152 bytes @ 638976
05-14 17:09:29.730 W/VLC (6822): can't get output picture
05-14 17:09:29.770 W/VLC (6822): can't get output picture
05-14 17:09:29.810 W/VLC (6822): can't get output picture
05-14 17:09:29.850 W/VLC (6822): can't get output picture
05-14 17:09:29.890 W/VLC (6822): can't get output picture
05-14 17:09:29.940 W/VLC (6822): can't get output picture
05-14 17:09:29.980 W/VLC (6822): can't get output picture
05-14 17:09:30.020 W/VLC (6822): can't get output picture
05-14 17:09:30.060 W/VLC (6822): can't get output picture
05-14 17:09:30.090 D/VLC (6822): CCNBlock 49152 bytes @ 688128
05-14 17:09:30.100 W/VLC (6822): can't get output picture
05-14 17:09:30.140 W/VLC (6822): can't get output picture
05-14 17:09:30.190 W/VLC (6822): can't get output picture
05-14 17:09:30.230 W/VLC (6822): can't get output picture
05-14 17:09:30.270 W/VLC (6822): can't get output picture
05-14 17:09:30.290 D/VLC (6822): b_seek=0 th*avg=49152 skip=21283
05-14 17:09:30.290 D/VLC (6822): CCNBlock 49152 bytes @ 737280
05-14 17:09:30.310 W/VLC (6822): can't get output picture
05-14 17:09:30.350 W/VLC (6822): can't get output picture
05-14 17:09:30.390 W/VLC (6822): can't get output picture
05-14 17:09:30.440 W/VLC (6822): can't get output picture
05-14 17:09:30.480 W/VLC (6822): can't get output picture
05-14 17:09:30.490 D/VLC (6822): b_seek=0 th*avg=49152 skip=11344
05-14 17:09:30.490 D/VLC (6822): CCNBlock 49152 bytes @ 786432
05-14 17:09:30.520 W/VLC (6822): can't get output picture
05-14 17:09:30.560 W/VLC (6822): can't get output picture
05-14 17:09:30.600 W/VLC (6822): can't get output picture
05-14 17:09:30.640 W/VLC (6822): can't get output picture
05-14 17:09:30.690 W/VLC (6822): can't get output picture
05-14 17:09:30.690 D/VLC (6822): b_seek=0 th*avg=49152 skip=1269
05-14 17:09:30.690 D/VLC (6822): CCNBlock 49152 bytes @ 835584
05-14 17:09:30.730 W/VLC (6822): can't get output picture
05-14 17:09:30.770 W/VLC (6822): can't get output picture
05-14 17:09:30.810 W/VLC (6822): can't get output picture
05-14 17:09:30.850 W/VLC (6822): can't get output picture
05-14 17:09:30.900 W/VLC (6822): can't get output picture
05-14 17:09:30.940 W/VLC (6822): can't get output picture
05-14 17:09:30.980 W/VLC (6822): can't get output picture
05-14 17:09:31.020 W/VLC (6822): can't get output picture
05-14 17:09:31.060 W/VLC (6822): can't get output picture
05-14 17:09:31.100 W/VLC (6822): can't get output picture
05-14 17:09:31.140 W/VLC (6822): can't get output picture
05-14 17:09:31.190 W/VLC (6822): can't get output picture
05-14 17:09:31.190 D/VLC (6822): CCNBlock 49152 bytes @ 884736
05-14 17:09:31.230 W/VLC (6822): can't get output picture
05-14 17:09:31.270 W/VLC (6822): can't get output picture
05-14 17:09:31.310 W/VLC (6822): can't get output picture
05-14 17:09:31.350 W/VLC (6822): can't get output picture
05-14 17:09:31.390 D/VLC (6822): b_seek=0 th*avg=49152 skip=20458
05-14 17:09:31.390 D/VLC (6822): CCNBlock 49152 bytes @ 933888
05-14 17:09:31.400 W/VLC (6822): can't get output picture
05-14 17:09:31.440 W/VLC (6822): can't get output picture
05-14 17:09:31.480 W/VLC (6822): can't get output picture
05-14 17:09:31.520 W/VLC (6822): can't get output picture
05-14 17:09:31.560 W/VLC (6822): can't get output picture
05-14 17:09:31.590 D/VLC (6822): b_seek=0 th*avg=49152 skip=10391
05-14 17:09:31.590 D/VLC (6822): CCNBlock 49152 bytes @ 983040
05-14 17:09:31.600 W/VLC (6822): can't get output picture
05-14 17:09:31.650 W/VLC (6822): can't get output picture
05-14 17:09:31.690 W/VLC (6822): can't get output picture
05-14 17:09:31.730 W/VLC (6822): can't get output picture
05-14 17:09:31.770 W/VLC (6822): can't get output picture
05-14 17:09:31.790 D/VLC (6822): b_seek=0 th*avg=49152 skip=377
05-14 17:09:31.790 D/VLC (6822): CCNBlock 49152 bytes @ 1032192
05-14 17:09:31.810 W/VLC (6822): can't get output picture
05-14 17:09:31.860 W/VLC (6822): can't get output picture
05-14 17:09:31.900 W/VLC (6822): can't get output picture
05-14 17:09:31.940 W/VLC (6822): can't get output picture
05-14 17:09:31.980 W/VLC (6822): can't get output picture
05-14 17:09:32.020 W/VLC (6822): can't get output picture
05-14 17:09:32.060 W/VLC (6822): can't get output picture
05-14 17:09:32.100 W/VLC (6822): can't get output picture
05-14 17:09:32.150 W/VLC (6822): can't get output picture
05-14 17:09:32.190 W/VLC (6822): can't get output picture
05-14 17:09:32.190 D/VLC (6822): CCNBlock 49152 bytes @ 1081344
05-14 17:09:32.230 W/VLC (6822): can't get output picture
05-14 17:09:32.270 W/VLC (6822): can't get output picture
05-14 17:09:32.310 W/VLC (6822): can't get output picture
05-14 17:09:32.350 W/VLC (6822): can't get output picture
05-14 17:09:32.390 D/VLC (6822): b_seek=0 th*avg=49152 skip=19457
05-14 17:09:32.390 D/VLC (6822): CCNBlock 49152 bytes @ 1130496
05-14 17:09:32.400 W/VLC (6822): can't get output picture
05-14 17:09:32.440 W/VLC (6822): can't get output picture
05-14 17:09:32.480 W/VLC (6822): can't get output picture
05-14 17:09:32.520 W/VLC (6822): can't get output picture
05-14 17:09:32.560 W/VLC (6822): can't get output picture
05-14 17:09:32.590 D/VLC (6822): b_seek=0 th*avg=49152 skip=10053
05-14 17:09:32.590 D/VLC (6822): CCNBlock 49152 bytes @ 1179648
05-14 17:09:32.600 W/VLC (6822): can't get output picture
05-14 17:09:32.650 W/VLC (6822): can't get output picture
05-14 17:09:32.690 W/VLC (6822): can't get output picture
05-14 17:09:32.730 W/VLC (6822): can't get output picture
05-14 17:09:32.770 W/VLC (6822): can't get output picture
05-14 17:09:32.790 D/VLC (6822): b_seek=0 th*avg=49152 skip=53
05-14 17:09:32.790 D/VLC (6822): CCNBlock 49152 bytes @ 1228800
05-14 17:09:32.810 W/VLC (6822): can't get output picture
05-14 17:09:32.860 W/VLC (6822): can't get output picture
05-14 17:09:32.900 W/VLC (6822): can't get output picture
05-14 17:09:32.940 W/VLC (6822): can't get output picture
05-14 17:09:32.980 W/VLC (6822): can't get output picture
05-14 17:09:33.020 W/VLC (6822): can't get output picture
05-14 17:09:33.060 W/VLC (6822): can't get output picture
05-14 17:09:33.100 W/VLC (6822): can't get output picture
05-14 17:09:33.150 W/VLC (6822): can't get output picture
05-14 17:09:33.190 W/VLC (6822): can't get output picture
05-14 17:09:33.190 D/VLC (6822): b_seek=0 th*avg=49152 skip=29170
05-14 17:09:33.190 D/VLC (6822): CCNBlock 49152 bytes @ 1277952
05-14 17:09:33.230 W/VLC (6822): can't get output picture
05-14 17:09:33.270 W/VLC (6822): can't get output picture
05-14 17:09:33.310 W/VLC (6822): can't get output picture
05-14 17:09:33.360 W/VLC (6822): can't get output picture
05-14 17:09:33.400 W/VLC (6822): can't get output picture
05-14 17:09:33.440 W/VLC (6822): can't get output picture
05-14 17:09:33.480 W/VLC (6822): can't get output picture
05-14 17:09:33.490 D/VLC (6822): CCNBlock 49152 bytes @ 1327104
05-14 17:09:33.520 W/VLC (6822): can't get output picture
05-14 17:09:33.560 W/VLC (6822): can't get output picture
05-14 17:09:33.610 W/VLC (6822): can't get output picture
05-14 17:09:33.650 W/VLC (6822): can't get output picture
05-14 17:09:33.690 D/VLC (6822): b_seek=0 th*avg=49152 skip=9161
05-14 17:09:33.690 D/VLC (6822): CCNBlock 49152 bytes @ 1376256
05-14 17:09:33.690 W/VLC (6822): can't get output picture
05-14 17:09:33.730 W/VLC (6822): can't get output picture
05-14 17:09:33.770 W/VLC (6822): can't get output picture
05-14 17:09:33.810 W/VLC (6822): can't get output picture
05-14 17:09:33.860 W/VLC (6822): can't get output picture
05-14 17:09:33.900 W/VLC (6822): can't get output picture
05-14 17:09:33.940 W/VLC (6822): can't get output picture
05-14 17:09:33.980 W/VLC (6822): can't get output picture
05-14 17:09:33.990 D/VLC (6822): CCNBlock 49152 bytes @ 1425408