Page 1 of 1

Playout problems in vlc android for streaming applications.

Posted: 14 May 2012 17:52
by muscariello
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

Re: Playout problems in vlc android for streaming applicatio

Posted: 14 May 2012 18:16
by muscariello
And this is another log for another video format.
The result is the same. The audio is ok while the video is not displayed.


5-14 18:10:06.070 V/VLC/AudioService(7834): Loading position 0 in [ccnx:///video/video3.mpeg]
05-14 18:10:06.070 V/VLC/AudioService(7834): Creating on-the-fly Media object for ccnx:///video/video3.mpeg
05-14 18:10:06.070 D/VLC (7834): Creating an input for 'video3.mpeg'
05-14 18:10:06.070 D/VLC (7834): looking for meta fetcher module: 0 candidates
05-14 18:10:06.070 D/VLC (7834): no meta fetcher module matched "any"
05-14 18:10:06.070 D/VLC (7834): searching art for video3.mpeg
05-14 18:10:06.070 D/VLC (7834): looking for art finder module: 1 candidate
05-14 18:10:06.070 D/VLC (7834): no art finder module matching "any" could be loaded
05-14 18:10:06.070 D/VLC (7834): art not found for video3.mpeg
05-14 18:10:06.070 D/VLC (7834): Creating an input for 'video3.mpeg'
05-14 18:10:06.070 D/VLC (7834): no fetch required for (null) (art currently (null))
05-14 18:10:06.070 D/VLC (7834): using timeshift granularity of 50 MiB, in path '/tmp'
05-14 18:10:06.070 D/VLC (7834): `ccnx:///video/video3.mpeg' gives access `ccnx' demux `' path `/video/video3.mpeg'
05-14 18:10:06.070 D/VLC (7834): creating demux: access='ccnx' demux='' location='/video/video3.mpeg' file='/video/video3.mpeg'
05-14 18:10:06.070 D/VLC (7834): looking for access_demux module: 0 candidates
05-14 18:10:06.070 D/VLC (7834): no access_demux module matched "ccnx"
05-14 18:10:06.070 D/VLC (7834): creating access 'ccnx' location='/video/video3.mpeg', path='/video/video3.mpeg'
05-14 18:10:06.070 D/VLC (7834): looking for access module: 1 candidate
05-14 18:10:06.070 I/VLC (7834): CCN.open called
05-14 18:10:06.070 I/VLC (7834): CCN.Open: ccn-fifo-maxblocks 128, ccn-fifo-blocksize 49152
05-14 18:10:06.080 I/VLC (7834): CCN.Open: waiting for CCN event thread start
05-14 18:10:06.080 D/VLC (7834): CCN.Input /video/video3.mpeg, closure 0x4fe728
05-14 18:10:08.290 D/VLC (7834): Set length 20825364
05-14 18:10:08.300 I/VLC (7834): CCN.Open: CCN event thread started
05-14 18:10:08.300 D/VLC (7834): using access module "access_ccn"
05-14 18:10:08.300 D/VLC (7834): Using block method for AStream*
05-14 18:10:08.300 D/VLC (7834): starting pre-buffering
05-14 18:10:08.300 I/VLC (7834): CCN.Input: entering input event loop
05-14 18:10:08.500 D/VLC (7834): CCNBlock 49152 bytes @ 0
05-14 18:10:08.500 D/VLC (7834): received first data after 196 ms
05-14 18:10:08.500 D/VLC (7834): prebuffering done 49152 bytes in 0s - 244 KiB/s
05-14 18:10:08.500 D/VLC (7834): looking for stream_filter module: 7 candidates
05-14 18:10:08.500 D/VLC (7834): no stream_filter module matching "any" could be loaded
05-14 18:10:08.500 D/VLC (7834): looking for stream_filter module: 0 candidates
05-14 18:10:08.500 D/VLC (7834): no stream_filter module matched "stream_filter_record"
05-14 18:10:08.500 D/VLC (7834): creating demux: access='ccnx' demux='' location='/video/video3.mpeg' file='/video/video3.mpeg'
05-14 18:10:08.500 D/VLC (7834): looking for demux module: 48 candidates
05-14 18:10:08.500 D/VLC (7834): TS module discarded (lost sync)
05-14 18:10:08.500 D/VLC (7834): using demux module "ps"
05-14 18:10:08.500 D/VLC (7834): looking for meta reader module: 1 candidate
05-14 18:10:08.500 D/VLC (7834): no meta reader module matching "any" could be loaded
05-14 18:10:08.500 D/VLC (7834): `ccnx:///video/video3.mpeg' successfully opened
05-14 18:10:08.500 D/VLC (7834): removing module "ps"
05-14 18:10:08.500 D/VLC (7834): removing module "access_ccn"
05-14 18:10:08.500 I/VLC (7834): CCN.Close called
05-14 18:10:08.510 I/VLC (7834): CCN.Input: exited input event loop
05-14 18:10:08.510 D/VLC (7834): CCN upcall final 0x4fe728
05-14 18:10:08.530 D/VLC (7834): Destroying the input for 'video3.mpeg'
05-14 18:10:08.530 D/VLC (7834): Creating an input for 'video3.mpeg'
05-14 18:10:08.530 D/VLC (7834): looking for meta fetcher module: 0 candidates
05-14 18:10:08.530 D/VLC (7834): no meta fetcher module matched "any"
05-14 18:10:08.530 D/VLC (7834): searching art for video3.mpeg
05-14 18:10:08.530 D/VLC (7834): looking for art finder module: 1 candidate
05-14 18:10:08.530 D/VLC (7834): no art finder module matching "any" could be loaded
05-14 18:10:08.530 D/VLC (7834): art not found for video3.mpeg
05-14 18:10:08.540 D/VLC/MediaItem(7834): Artist Unknown Artist
05-14 18:10:08.540 D/VLC/MediaItem(7834): Album Unknown Album
05-14 18:10:08.540 D/VLC/MediaItem(7834): Title video3.mpeg
05-14 18:10:08.540 D/VLC/MediaItem(7834): Genre Unknown Genre
05-14 18:10:08.540 V/VLC/LibVLC(7834): Reading ccnx:///video/video3.mpeg
05-14 18:10:08.540 D/VLC (7834): Creating an input for 'video3.mpeg'
05-14 18:10:08.540 D/VLC (7834): using timeshift granularity of 50 MiB, in path '/tmp'
05-14 18:10:08.540 D/VLC (7834): `ccnx:///video/video3.mpeg' gives access `ccnx' demux `' path `/video/video3.mpeg'
05-14 18:10:08.540 D/VLC (7834): creating demux: access='ccnx' demux='' location='/video/video3.mpeg' file='/video/video3.mpeg'
05-14 18:10:08.540 D/VLC (7834): no fetch required for (null) (art currently (null))
05-14 18:10:08.540 D/VLC (7834): looking for access_demux module: 0 candidates
05-14 18:10:08.540 D/VLC (7834): no access_demux module matched "ccnx"
05-14 18:10:08.540 D/VLC (7834): creating access 'ccnx' location='/video/video3.mpeg', path='/video/video3.mpeg'
05-14 18:10:08.550 D/VLC (7834): looking for access module: 1 candidate
05-14 18:10:08.550 I/VLC (7834): CCN.open called
05-14 18:10:08.550 I/VLC (7834): CCN.Open: ccn-fifo-maxblocks 128, ccn-fifo-blocksize 49152
05-14 18:10:08.550 I/VLC (7834): CCN.Open: waiting for CCN event thread start
05-14 18:10:08.550 D/VLC (7834): CCN.Input /video/video3.mpeg, closure 0x509520
05-14 18:10:08.670 D/WindowManager(302): w.mAttrs.token=ActivityRecord{40b7ec18 org.videolan.vlc/.gui.MainActivity}
05-14 18:10:08.670 D/WindowManager(302): w.mToken=AppWindowToken{41814040 token=ActivityRecord{40b7ec18 org.videolan.vlc/.gui.MainActivity}}
05-14 18:10:08.670 D/WindowManager(302): token=AppWindowToken{41814040 token=ActivityRecord{40b7ec18 org.videolan.vlc/.gui.MainActivity}}
05-14 18:10:08.680 D/WindowManager(302): Desired input method target: Window{419f8968 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 18:10:08.680 D/WindowManager(302): Current focus: Window{419f8968 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 18:10:08.680 D/WindowManager(302): Last focus: Window{419f8968 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-14 18:10:08.830 I/SurfaceFlinger(238): id=408 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=3 Map Size=3
05-14 18:10:08.840 I/SurfaceFlinger(238): id=408 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=-2 Map Size=3
05-14 18:10:10.600 D/VLC (7834): Set length 20825364
05-14 18:10:10.610 I/VLC (7834): CCN.Input: entering input event loop
05-14 18:10:10.610 I/VLC (7834): CCN.Open: CCN event thread started
05-14 18:10:10.610 D/VLC (7834): using access module "access_ccn"
05-14 18:10:10.610 D/VLC (7834): Using block method for AStream*
05-14 18:10:10.610 D/VLC (7834): starting pre-buffering
05-14 18:10:10.700 D/VLC (7834): CCNBlock 49152 bytes @ 0
05-14 18:10:10.700 D/VLC (7834): received first data after 90 ms
05-14 18:10:10.700 D/VLC (7834): prebuffering done 49152 bytes in 0s - 532 KiB/s
05-14 18:10:10.700 D/VLC (7834): looking for stream_filter module: 7 candidates
05-14 18:10:10.700 D/VLC (7834): no stream_filter module matching "any" could be loaded
05-14 18:10:10.700 D/VLC (7834): looking for stream_filter module: 0 candidates
05-14 18:10:10.700 D/VLC (7834): no stream_filter module matched "stream_filter_record"
05-14 18:10:10.700 D/VLC (7834): creating demux: access='ccnx' demux='' location='/video/video3.mpeg' file='/video/video3.mpeg'
05-14 18:10:10.700 D/VLC (7834): looking for demux module: 48 candidates
05-14 18:10:10.700 D/VLC (7834): TS module discarded (lost sync)
05-14 18:10:10.700 D/VLC (7834): using demux module "ps"
05-14 18:10:10.700 D/VLC (7834): looking for meta reader module: 1 candidate
05-14 18:10:10.700 D/VLC (7834): no meta reader module matching "any" could be loaded
05-14 18:10:10.700 D/VLC (7834): `ccnx:///video/video3.mpeg' successfully opened
05-14 18:10:10.700 D/VLC/JNI/main(7834): vlc_event_callback: failed to get JNI environment, assuming native thread
05-14 18:10:10.700 I/VLC/AudioService(7834): MediaPlayerPlaying
05-14 18:10:10.700 D/VLC (7834): b_seek=1 th*avg=49152 skip=20576212
05-14 18:10:10.700 D/VLC (7834): CCN.Seek to 20625364, closure 0x33a6b0
05-14 18:10:10.710 D/VLC (7834): CCN content on dead closure 0x509520
05-14 18:10:10.710 D/VLC (7834): CCN upcall final 0x509520
05-14 18:10:10.770 I/InputDispatcher(302): Delivering touch to current input target: action: 0, channel '419f8968 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-14 18:10:10.860 D/VLC (7834): CCNBlock 47148 bytes @ 20625364
05-14 18:10:10.860 I/InputDispatcher(302): Delivering touch to current input target: action: 1, channel '419f8968 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-14 18:10:10.860 I/ActivityManager(302): Starting: Intent { cmp=org.videolan.vlc/.gui.audio.AudioPlayerActivity } from pid 7834
05-14 18:10:10.880 D/VLC (7834): CCN.Seek to 0, closure 0x509520
05-14 18:10:10.880 D/VLC (7834): CCN content on dead closure 0x33a6b0
05-14 18:10:10.880 D/VLC (7834): CCN upcall final 0x33a6b0
05-14 18:10:10.880 W/ActivityManager(302): Trying to launch org.videolan.vlc/.gui.audio.AudioPlayerActivity
05-14 18:10:10.900 V/VLC/AudioPlayerActivity(7834): width = 1280 : height = 752
05-14 18:10:11.030 D/VLC/AudioService(7834): Updating widget
05-14 18:10:11.040 D/VLC/AudioServiceContoller(7834): Service Connected
05-14 18:10:11.060 D/VLC (7834): CCNBlock 49152 bytes @ 0
05-14 18:10:11.060 D/VLC (7834): we found a length of: 118700411
05-14 18:10:11.060 D/VLC (7834): we found a length of: 119000000
05-14 18:10:11.060 D/VLC (7834): selecting program id=0
05-14 18:10:11.060 D/VLC (7834): looking for decoder module: 24 candidates
05-14 18:10:11.090 D/VLC (7834): trying to use direct rendering
05-14 18:10:11.090 D/VLC (7834): allowing 3 thread(s) for decoding
05-14 18:10:11.110 D/VLC (7834): ffmpeg codec (MPEG-1/2 Video) started
05-14 18:10:11.110 D/VLC (7834): using slice thread mode with 3 threads
05-14 18:10:11.110 D/VLC (7834): using decoder module "avcodec"
05-14 18:10:11.110 D/VLC (7834): looking for packetizer module: 19 candidates
05-14 18:10:11.110 D/VLC (7834): using packetizer module "packetizer_mpegvideo"
05-14 18:10:11.110 D/VLC (7834): Buffering 0%
05-14 18:10:11.110 D/VLC (7834): looking for decoder module: 24 candidates
05-14 18:10:11.110 D/VLC (7834): size 352x288 fps=25.000
05-14 18:10:11.130 D/VLC (7834): looking for text renderer module: 1 candidate
05-14 18:10:11.130 D/VLC (7834): using text renderer module "tdummy"
05-14 18:10:11.130 D/VLC (7834): looking for video filter2 module: 12 candidates
05-14 18:10:11.140 D/VLC (7834): 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
05-14 18:10:11.140 D/VLC (7834): using video filter2 module "swscale"
05-14 18:10:11.140 D/VLC (7834): looking for video filter2 module: 12 candidates
05-14 18:10:11.140 D/VLC (7834): YUVP to YUVA converter
05-14 18:10:11.140 D/VLC (7834): using video filter2 module "yuvp"
05-14 18:10:11.140 D/VLC (7834): Deinterlacing available
05-14 18:10:11.140 D/VLC (7834): deinterlace 0, mode blend, is_needed 0
05-14 18:10:11.160 D/VLC (7834): Opening vout display wrapper
05-14 18:10:11.170 D/VLC (7834): looking for vout display module: 2 candidates
05-14 18:10:11.170 D/VLC (7834): VoutDisplayEvent 'fullscreen' 0
05-14 18:10:11.170 D/VLC (7834): using vout display module "android_surface"
05-14 18:10:11.170 D/VLC (7834): A filter to adapt decoder to display is needed
05-14 18:10:11.170 D/VLC (7834): looking for video filter2 module: 12 candidates
05-14 18:10:11.170 D/VLC (7834): 352x288 chroma: I420 -> 352x288 chroma: RV32 with scaling using Bicubic (good quality)
05-14 18:10:11.170 D/VLC (7834): using video filter2 module "swscale"
05-14 18:10:11.170 D/VLC (7834): Filter 'Swscale' (0x5da188) appended to chain
05-14 18:10:11.170 D/VLC (7834): original format sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
05-14 18:10:11.170 D/VLC (7834): removing module "tdummy"
05-14 18:10:11.170 D/VLC (7834): looking for text renderer module: 1 candidate
05-14 18:10:11.170 D/VLC (7834): using text renderer module "tdummy"
05-14 18:10:11.170 D/VLC (7834): using direct rendering
05-14 18:10:11.170 D/VLC (7834): End of video preroll
05-14 18:10:11.170 D/VLC (7834): Received first picture
05-14 18:10:11.180 W/VLC (7834): can't get output picture
05-14 18:10:11.180 D/VLC (7834): Post-processing available
05-14 18:10:11.180 E/VLC (7834): Failed to set on top
05-14 18:10:11.200 D/VLC (7834): ffmpeg codec (MPEG Audio layer 1/2/3) started
05-14 18:10:11.200 D/VLC (7834): Using 192000 bytes output buffer
05-14 18:10:11.200 D/VLC (7834): using decoder module "avcodec"
05-14 18:10:11.200 D/VLC (7834): looking for packetizer module: 19 candidates
05-14 18:10:11.200 D/VLC (7834): using packetizer module "mpeg_audio"
05-14 18:10:11.210 D/VLC (7834): Buffering 2%
05-14 18:10:11.210 D/VLC (7834): Buffering 3%
05-14 18:10:11.210 D/VLC (7834): Buffering 5%
05-14 18:10:11.210 D/VLC (7834): Buffering 6%
05-14 18:10:11.210 D/VLC (7834): Buffering 7%
05-14 18:10:11.210 D/VLC (7834): Buffering 9%
05-14 18:10:11.210 D/VLC (7834): Buffering 10%
05-14 18:10:11.210 D/VLC (7834): Buffering 11%
05-14 18:10:11.210 D/VLC (7834): Buffering 13%
05-14 18:10:11.210 D/VLC (7834): Buffering 14%
05-14 18:10:11.210 D/VLC (7834): Buffering 15%
05-14 18:10:11.210 D/VLC (7834): Buffering 17%
05-14 18:10:11.210 D/VLC (7834): Buffering 18%
05-14 18:10:11.210 D/VLC (7834): Buffering 19%
05-14 18:10:11.210 D/VLC (7834): Buffering 21%
05-14 18:10:11.210 D/VLC (7834): Buffering 22%
05-14 18:10:11.210 D/VLC (7834): Buffering 23%
05-14 18:10:11.210 D/VLC (7834): Buffering 25%
05-14 18:10:11.210 W/VLC (7834): can't get output picture
05-14 18:10:11.210 D/VLC (7834): MPGA channels:2 samplerate:44100 bitrate:224
05-14 18:10:11.210 D/VLC (7834): creating audio output
05-14 18:10:11.210 D/VLC (7834): looking for audio output module: 2 candidates
05-14 18:10:11.220 I/SurfaceFlinger(238): id=409(5) createSurface 0x137bac for pid 7834 (1x1),1 flag=1024, org.videolan.vlc/org.videolan.vlc.gui.audio.AudioPlayerActivity
05-14 18:10:11.230 D/VLC (7834): using audio output module "android_audiotrack"
05-14 18:10:11.230 D/VLC (7834): output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-14 18:10:11.230 D/VLC (7834): mixer 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
05-14 18:10:11.230 D/VLC (7834): filter(s) 'f32l'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 18:10:11.240 D/VLC (7834): looking for audio filter module: 8 candidates
05-14 18:10:11.240 D/VLC (7834): f32l->s16l, bits per sample: 32->16
05-14 18:10:11.240 D/VLC (7834): using audio filter module "audio_format"
05-14 18:10:11.240 D/VLC (7834): conversion pipeline completed
05-14 18:10:11.240 D/VLC (7834): looking for audio mixer module: 2 candidates
05-14 18:10:11.240 D/VLC (7834): using audio mixer module "float32_mixer"
05-14 18:10:11.240 D/VLC (7834): input 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-14 18:10:11.240 D/VLC (7834): CCNBlock 49152 bytes @ 49152
05-14 18:10:11.240 D/VLC (7834): Buffering 26%
05-14 18:10:11.240 D/VLC (7834): Buffering 27%
05-14 18:10:11.240 D/VLC (7834): looking for audio filter module: 1 candidate
05-14 18:10:11.240 D/VLC (7834): format: 44100 rate, 2 nch, 4 bps, fl32
05-14 18:10:11.240 D/VLC (7834): Buffering 38%
05-14 18:10:11.240 D/VLC (7834): params: 30 stride, 0.200 overlap, 14 search
05-14 18:10:11.240 D/VLC (7834): Buffering 42%
05-14 18:10:11.240 D/VLC (7834): 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
05-14 18:10:11.240 D/VLC (7834): Buffering 46%
05-14 18:10:11.240 D/VLC (7834): using audio filter module "scaletempo"
05-14 18:10:11.240 D/VLC (7834): filter(s) 's16l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 18:10:11.240 D/VLC (7834): Buffering 48%
05-14 18:10:11.240 D/VLC (7834): Buffering 50%
05-14 18:10:11.240 D/VLC (7834): Buffering 51%
05-14 18:10:11.240 D/VLC (7834): looking for audio filter module: 8 candidates
05-14 18:10:11.240 D/VLC (7834): Buffering 53%
05-14 18:10:11.240 D/VLC (7834): s16l->f32l, bits per sample: 16->32
05-14 18:10:11.240 D/VLC (7834): using audio filter module "audio_format"
05-14 18:10:11.240 D/VLC (7834): Buffering 54%
05-14 18:10:11.240 D/VLC (7834): conversion pipeline completed
05-14 18:10:11.240 D/VLC (7834): filter(s) 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-14 18:10:11.240 D/VLC (7834): Buffering 55%
05-14 18:10:11.240 D/VLC (7834): conversion pipeline completed
05-14 18:10:11.240 D/VLC (7834): filter(s) 'f32l'->'f32l' 48510 Hz->44100 Hz Stereo->Stereo
05-14 18:10:11.240 D/VLC (7834): Buffering 57%
05-14 18:10:11.240 D/VLC (7834): Buffering 58%
05-14 18:10:11.240 D/VLC (7834): Buffering 59%
05-14 18:10:11.240 D/VLC (7834): looking for audio filter module: 8 candidates
05-14 18:10:11.240 D/VLC (7834): using audio filter module "ugly_resampler"
05-14 18:10:11.240 D/VLC (7834): Buffering 61%
05-14 18:10:11.240 D/VLC (7834): conversion pipeline completed
05-14 18:10:11.240 D/VLC (7834): Buffering 62%
05-14 18:10:11.240 D/VLC (7834): End of audio preroll
05-14 18:10:11.240 D/VLC (7834): Buffering 63%
05-14 18:10:11.240 D/VLC (7834): Buffering 65%
05-14 18:10:11.240 D/VLC (7834): Buffering 66%
05-14 18:10:11.240 D/VLC (7834): Buffering 68%
05-14 18:10:11.240 D/VLC (7834): Buffering 69%
05-14 18:10:11.250 D/WindowManager(302): Desired input method target: Window{407bece0 org.videolan.vlc/org.videolan.vlc.gui.audio.AudioPlayerActivity paused=false}
05-14 18:10:11.250 D/WindowManager(302): Current focus: Window{407bece0 org.videolan.vlc/org.videolan.vlc.gui.audio.AudioPlayerActivity paused=false}
05-14 18:10:11.250 D/WindowManager(302): Last focus: Window{407bece0 org.videolan.vlc/org.videolan.vlc.gui.audio.AudioPlayerActivity paused=false}
05-14 18:10:11.250 D/WindowManager(302): w.mAttrs.token=ActivityRecord{40b26388 org.videolan.vlc/.gui.audio.AudioPlayerActivity}
05-14 18:10:11.250 D/WindowManager(302): w.mToken=AppWindowToken{426af6d8 token=ActivityRecord{40b26388 org.videolan.vlc/.gui.audio.AudioPlayerActivity}}
05-14 18:10:11.250 D/WindowManager(302): token=AppWindowToken{426af6d8 token=ActivityRecord{40b26388 org.videolan.vlc/.gui.audio.AudioPlayerActivity}}
05-14 18:10:11.300 D/WindowManager(302): Setting visibility of AppWindowToken{41814040 token=ActivityRecord{40b7ec18 org.videolan.vlc/.gui.MainActivity}}: false
05-14 18:10:11.370 D/VLC (7834): CCNBlock 49152 bytes @ 98304
05-14 18:10:11.370 D/VLC (7834): Buffering 70%
05-14 18:10:11.370 D/VLC (7834): Buffering 71%
05-14 18:10:11.370 D/VLC (7834): Buffering 73%
05-14 18:10:11.370 D/VLC (7834): Buffering 74%
05-14 18:10:11.370 D/VLC (7834): Buffering 76%
05-14 18:10:11.370 D/VLC (7834): Buffering 77%
05-14 18:10:11.370 D/VLC (7834): Buffering 78%
05-14 18:10:11.370 D/VLC (7834): Buffering 80%
05-14 18:10:11.370 D/VLC (7834): Buffering 81%
05-14 18:10:11.370 D/VLC (7834): Buffering 82%
05-14 18:10:11.370 D/VLC (7834): Buffering 84%
05-14 18:10:11.370 D/VLC (7834): Buffering 85%
05-14 18:10:11.370 D/VLC (7834): Buffering 86%
05-14 18:10:11.370 D/VLC (7834): Buffering 88%
05-14 18:10:11.370 D/VLC (7834): Buffering 89%
05-14 18:10:11.370 D/VLC (7834): Buffering 90%
05-14 18:10:11.370 D/VLC (7834): Buffering 92%
05-14 18:10:11.370 D/VLC (7834): Buffering 93%
05-14 18:10:11.370 D/VLC (7834): Buffering 94%
05-14 18:10:11.370 D/VLC (7834): Buffering 96%
05-14 18:10:11.370 D/VLC (7834): Buffering 97%
05-14 18:10:11.490 D/VLC (7834): CCNBlock 49152 bytes @ 147456
05-14 18:10:11.490 D/VLC (7834): Buffering 98%
05-14 18:10:11.490 D/VLC (7834): Stream buffering done (1000 ms in 373 ms)
05-14 18:10:11.490 D/VLC (7834): Decoder buffering done in 0 ms
05-14 18:10:11.490 W/VLC (7834): can't get output picture
05-14 18:10:11.540 I/SurfaceFlinger(238): id=406 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=3 Map Size=3
05-14 18:10:11.540 I/ActivityManager(302): Displayed org.videolan.vlc/.gui.audio.AudioPlayerActivity: +662ms
05-14 18:10:11.560 I/SurfaceFlinger(238): id=406 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=-2 Map Size=3
05-14 18:10:11.650 D/VLC (7834): CCNBlock 49152 bytes @ 196608
05-14 18:10:11.900 W/VLC (7834): can't get output picture
05-14 18:10:11.930 D/VLC (7834): CCNBlock 49152 bytes @ 245760
05-14 18:10:11.980 W/VLC (7834): can't get output picture
05-14 18:10:12.020 W/VLC (7834): can't get output picture
05-14 18:10:12.060 W/VLC (7834): can't get output picture
05-14 18:10:12.100 W/VLC (7834): can't get output picture
05-14 18:10:12.140 W/VLC (7834): can't get output picture
05-14 18:10:12.180 W/VLC (7834): can't get output picture
05-14 18:10:12.180 D/VLC (7834): auto hiding mouse cursor
05-14 18:10:12.200 D/VLC (7834): CCNBlock 49152 bytes @ 294912
05-14 18:10:12.220 W/VLC (7834): can't get output picture
05-14 18:10:12.260 W/VLC (7834): can't get output picture
05-14 18:10:12.300 W/VLC (7834): can't get output picture
05-14 18:10:12.340 W/VLC (7834): can't get output picture
05-14 18:10:12.380 W/VLC (7834): can't get output picture
05-14 18:10:12.420 W/VLC (7834): can't get output picture
05-14 18:10:12.460 W/VLC (7834): can't get output picture
05-14 18:10:12.490 D/VLC (7834): CCNBlock 49152 bytes @ 344064
05-14 18:10:12.500 W/VLC (7834): can't get output picture
05-14 18:10:12.540 W/VLC (7834): can't get output picture
05-14 18:10:12.580 W/VLC (7834): can't get output picture
05-14 18:10:12.620 W/VLC (7834): can't get output picture
05-14 18:10:12.660 W/VLC (7834): can't get output picture
05-14 18:10:12.700 W/VLC (7834): can't get output picture
05-14 18:10:12.740 W/VLC (7834): can't get output picture
05-14 18:10:12.770 D/VLC (7834): CCNBlock 49152 bytes @ 393216
05-14 18:10:12.780 W/VLC (7834): can't get output picture
05-14 18:10:12.820 W/VLC (7834): can't get output picture
05-14 18:10:12.860 W/VLC (7834): can't get output picture
05-14 18:10:12.900 W/VLC (7834): can't get output picture
05-14 18:10:12.940 W/VLC (7834): can't get output picture
05-14 18:10:12.980 W/VLC (7834): can't get output picture
05-14 18:10:13.020 W/VLC (7834): can't get output picture
05-14 18:10:13.050 D/VLC (7834): CCNBlock 49152 bytes @ 442368
05-14 18:10:13.060 W/VLC (7834): can't get output picture
05-14 18:10:13.100 W/VLC (7834): can't get output picture
05-14 18:10:13.140 W/VLC (7834): can't get output picture
05-14 18:10:13.180 W/VLC (7834): can't get output picture
05-14 18:10:13.220 W/VLC (7834): can't get output picture
05-14 18:10:13.260 W/VLC (7834): can't get output picture
05-14 18:10:13.300 W/VLC (7834): can't get output picture
05-14 18:10:13.320 D/VLC (7834): CCNBlock 49152 bytes @ 491520
05-14 18:10:13.340 W/VLC (7834): can't get output picture
05-14 18:10:13.380 W/VLC (7834): can't get output picture
05-14 18:10:13.420 W/VLC (7834): can't get output picture
05-14 18:10:13.460 W/VLC (7834): can't get output picture
05-14 18:10:13.500 W/VLC (7834): can't get output picture
05-14 18:10:13.540 W/VLC (7834): can't get output picture
05-14 18:10:13.580 W/VLC (7834): can't get output picture
05-14 18:10:13.600 D/VLC (7834): CCNBlock 49152 bytes @ 540672
05-14 18:10:13.620 W/VLC (7834): can't get output picture
05-14 18:10:13.660 W/VLC (7834): can't get output picture
05-14 18:10:13.700 W/VLC (7834): can't get output picture
05-14 18:10:13.740 W/VLC (7834): can't get output picture
05-14 18:10:13.780 W/VLC (7834): can't get output picture
05-14 18:10:13.820 W/VLC (7834): can't get output picture
05-14 18:10:13.860 W/VLC (7834): can't get output picture
05-14 18:10:13.880 D/VLC (7834): CCNBlock 49152 bytes @ 589824
05-14 18:10:13.900 W/VLC (7834): can't get output picture
05-14 18:10:13.940 W/VLC (7834): can't get output picture
05-14 18:10:13.980 W/VLC (7834): can't get output picture
05-14 18:10:14.020 W/VLC (7834): can't get output picture
05-14 18:10:14.060 W/VLC (7834): can't get output picture
05-14 18:10:14.100 W/VLC (7834): can't get output picture
05-14 18:10:14.140 W/VLC (7834): can't get output picture
05-14 18:10:14.150 D/VLC (7834): CCNBlock 49152 bytes @ 638976
05-14 18:10:14.180 W/VLC (7834): can't get output picture
05-14 18:10:14.220 W/VLC (7834): can't get output picture
05-14 18:10:14.260 W/VLC (7834): can't get output picture
05-14 18:10:14.300 W/VLC (7834): can't get output picture
05-14 18:10:14.340 W/VLC (7834): can't get output picture
05-14 18:10:14.380 W/VLC (7834): can't get output picture
05-14 18:10:14.420 W/VLC (7834): can't get output picture
05-14 18:10:14.440 D/VLC (7834): CCNBlock 49152 bytes @ 688128
05-14 18:10:14.460 W/VLC (7834): can't get output picture
05-14 18:10:14.500 W/VLC (7834): can't get output picture
05-14 18:10:14.540 W/VLC (7834): can't get output picture
05-14 18:10:14.580 W/VLC (7834): can't get output picture
05-14 18:10:14.620 W/VLC (7834): can't get output picture
05-14 18:10:14.660 W/VLC (7834): can't get output picture
05-14 18:10:14.700 W/VLC (7834): can't get output picture
05-14 18:10:14.740 W/VLC (7834): can't get output picture
05-14 18:10:14.750 D/VLC (7834): CCNBlock 49152 bytes @ 737280
05-14 18:10:14.780 W/VLC (7834): can't get output picture
05-14 18:10:14.790 W/VLC (7834): can't get output picture
05-14 18:10:14.860 W/VLC (7834): can't get output picture
05-14 18:10:14.900 W/VLC (7834): can't get output picture
05-14 18:10:14.940 W/VLC (7834): can't get output picture
05-14 18:10:14.980 W/VLC (7834): can't get output picture
05-14 18:10:15.020 W/VLC (7834): can't get output picture
05-14 18:10:15.050 D/VLC (7834): CCNBlock 49152 bytes @ 786432

Re: Playout problems in vlc android for streaming applicatio

Posted: 14 May 2012 22:56
by Jean-Baptiste Kempf
ccnx:// does not exist in VLC.

Re: Playout problems in vlc android for streaming applicatio

Posted: 15 May 2012 09:20
by RĂ©mi Denis-Courmont
You seem to be using a custom version of VLC. You can't expect people to know what's going on then...

Re: Playout problems in vlc android for streaming applicatio

Posted: 19 May 2012 21:38
by muscariello
ccnx is sort of streaming protocol under development. The error persists when using an mms or http stream for example.
I've posted the error in this forum.
The problem does not come from ccnx but from the streaming feature.

I'd like to know whether streaming is supposed to work in the current implementation. Currently I can just see audio working.

Re: Playout problems in vlc android for streaming applicatio

Posted: 21 May 2012 18:30
by Jean-Baptiste Kempf
This is normal, as I already said. The Open Stream uses the audio view, not the video one, for a start.