VLC lib crashes

*nix specific usage questions
levyitay
Blank Cone
Blank Cone
Posts: 26
Joined: 25 Jul 2011 18:03

VLC lib crashes

Postby levyitay » 14 May 2012 11:32

Hi all,

Im having problem recently with vlc lib crashing on Android, Im getting signal 7.
It's compiled with NO_NEON and TEGRA2
Im attaching the log if you guys can make anything out of it:

Code: Select all

05-14 12:11:28.552 V/VLC/LibVLC(10752): Reading http://192.168.0.132:55555/%25/Ch%202 05-14 12:11:28.552 D/DLNA (10752): _useIOMX is :true 05-14 12:11:28.562 D/VLC (10752): Creating an input for 'http://192.168.0.132:55555/%25/Ch%202' 05-14 12:11:28.562 D/VLC (10752): using timeshift granularity of 50 MiB, in path '/tmp' 05-14 12:11:28.562 D/VLC (10752): `http://192.168.0.132:55555/%25/Ch%202' gives access `http' demux `' path `192.168.0.132:55555/%25/Ch%202' 05-14 12:11:28.562 D/VLC (10752): creating demux: access='http' demux='' location='192.168.0.132:55555/%25/Ch%202' file='(null)' 05-14 12:11:28.562 D/VLC (10752): looking for access_demux module: 0 candidates 05-14 12:11:28.562 D/VLC (10752): no access_demux module matched "http" 05-14 12:11:28.562 D/VLC (10752): creating access 'http' location='192.168.0.132:55555/%25/Ch%202', path='(null)' 05-14 12:11:28.562 D/VLC (10752): looking for access module: 2 candidates 05-14 12:11:28.562 D/VLC (10752): http: server='192.168.0.132' port=55555 file='/%25/Ch%202' 05-14 12:11:28.562 D/VLC (10752): net: connecting to 192.168.0.132 port 55555 05-14 12:11:28.562 D/VLC (10752): connection succeeded (socket = 128) 05-14 12:11:28.572 D/VLC (10752): protocol 'HTTP' answer code 206 05-14 12:11:28.572 D/VLC (10752): Server: Windows NT/5.0 UPnP/1.0, DLNADOC/1.50 Platinum/0.6.4.0 05-14 12:11:28.572 D/VLC (10752): stream size=18446744073709551615,pos=0,remaining=9223372036854775807 05-14 12:11:28.572 D/VLC (10752): Connection: close 05-14 12:11:28.572 D/VLC (10752): Content-Type: video/MP2T 05-14 12:11:28.572 D/VLC (10752): using access module "access_http" 05-14 12:11:28.572 D/VLC (10752): Using stream method for AStream* 05-14 12:11:28.572 D/VLC (10752): starting pre-buffering 05-14 12:11:28.572 D/VLC (10752): received first data after 0 ms 05-14 12:11:28.572 D/VLC (10752): pre-buffering done 1024 bytes in 0s - 16666 KiB/s 05-14 12:11:28.572 D/VLC (10752): looking for stream_filter module: 7 candidates 05-14 12:11:28.572 D/VLC (10752): no stream_filter module matching "any" could be loaded 05-14 12:11:28.572 D/VLC (10752): looking for stream_filter module: 0 candidates 05-14 12:11:28.572 D/VLC (10752): no stream_filter module matched "stream_filter_record" 05-14 12:11:28.572 D/VLC (10752): creating demux: access='http' demux='' location='192.168.0.132:55555/%25/Ch%202' file='(null)' 05-14 12:11:28.572 D/VLC (10752): looking for demux module: 48 candidates 05-14 12:11:28.582 W/VLC (10752): lost synchro 05-14 12:11:28.582 D/VLC (10752): skipping 92 bytes of garbage 05-14 12:11:28.582 D/VLC (10752): pid[2593] unknown 05-14 12:11:28.582 D/VLC (10752): pid[2594] unknown 05-14 12:11:28.582 D/VLC (10752): pid[2608] unknown 05-14 12:11:28.582 D/VLC (10752): PATCallBack called 05-14 12:11:28.582 D/VLC (10752): new PAT ts_id=46928 version=0 current_next=1 05-14 12:11:28.582 D/VLC (10752): * number=2 pid=2592 05-14 12:11:28.582 D/VLC (10752): PMTCallBack called 05-14 12:11:28.582 D/VLC (10752): new PMT program number=2 version=0 pid_pcr=2593 05-14 12:11:28.582 E/VLC (10752): MPEG-4 descriptor not found 05-14 12:11:28.582 D/VLC (10752): * es pid=2594 type=17 fcc=mp4a 05-14 12:11:28.582 D/VLC (10752): selecting program id=2 05-14 12:11:28.582 D/VLC (10752): * es pid=2593 type=27 fcc=h264 05-14 12:11:28.582 D/VLC (10752): * es pid=2608 type=6 dr->i_tag=0x59 05-14 12:11:28.582 D/VLC (10752): * es pid=2608 type=6 fcc=dvbs 05-14 12:11:28.582 W/VLC (10752): unimplemented query in control 05-14 12:11:28.582 D/VLC (10752): using demux module "ts" 05-14 12:11:28.592 D/VLC (10752): looking for decoder module: 25 candidates 05-14 12:11:28.592 D/VLC (10752): fmt in:mp4a, out: 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.aac.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.eaacplus 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.aac.encoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_encoder.aac 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.aac.read 05-14 12:11:28.592 D/VLC (10752): - role: container_demuxer.aac 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.adts.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.adts 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amr.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.amrnb 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amr.encoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_encoder.amrnb 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amr.read 05-14 12:11:28.592 D/VLC (10752): - role: container_demuxer.amr 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amr.write 05-14 12:11:28.592 D/VLC (10752): - role: amr_writer.binary 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amrwb.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.amrwb 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.amrwb.encoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_encoder.amrwb 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.asf.read 05-14 12:11:28.592 D/VLC (10752): - role: container_demuxer.asf 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.audio.read 05-14 12:11:28.592 D/VLC (10752): - role: audio_reader.binary 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.audio.render 05-14 12:11:28.592 D/VLC (10752): - role: audio_renderer.pcm 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.audio.write 05-14 12:11:28.592 D/VLC (10752): - role: audio_writer.binary 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.avi.read 05-14 12:11:28.592 D/VLC (10752): - role: container_demuxer.avi 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.awb.read 05-14 12:11:28.592 D/VLC (10752): - role: container_demuxer.awb 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.bitstream.read 05-14 12:11:28.592 D/VLC (10752): - role: source 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.bsac.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.bsac 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.camera 05-14 12:11:28.592 D/VLC (10752): - role: camera.yuv 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.clock.component 05-14 12:11:28.592 D/VLC (10752): - role: clock.binary 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.eaacp.decoder 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.eaacplus 05-14 12:11:28.592 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.h263.decode 05-14 12:11:28.592 D/VLC (10752): - role: video_decoder.h263 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.h263.encoder 05-14 12:11:28.592 D/VLC (10752): - role: video_encoder.h263 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.h264.decode 05-14 12:11:28.592 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.h264.decode.secure 05-14 12:11:28.592 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.592 D/VLC (10752): component OMX.Nvidia.h264.encoder 05-14 12:11:28.592 D/VLC (10752): - role: video_encoder.avc 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.h264ext.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.ilbc.encoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_encoder.ilbc 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.image.read 05-14 12:11:28.602 D/VLC (10752): - role: image_reader.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.image.write 05-14 12:11:28.602 D/VLC (10752): - role: image_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.imagesequence.write 05-14 12:11:28.602 D/VLC (10752): - role: image_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.jpeg.decoder 05-14 12:11:28.602 D/VLC (10752): - role: image_decoder.jpeg 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.jpeg.encoder 05-14 12:11:28.602 D/VLC (10752): - role: image_encoder.jpeg 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mjpeg.decoder 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.mjpeg 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mkv.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.mkv 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp2.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.mp2 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp3.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.mp3 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp3.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.mp3 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp4.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp4.encoder 05-14 12:11:28.602 D/VLC (10752): - role: video_encoder.mpeg4 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp4.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.3gp 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp4.write 05-14 12:11:28.602 D/VLC (10752): - role: container_muxer.3gp 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mp4ext.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mpeg2v.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.mpeg2 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.mps.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.mps 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.odm.comp 05-14 12:11:28.602 D/VLC (10752): - role: comp.odm 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.ogg.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.ogg 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.raw.read 05-14 12:11:28.602 D/VLC (10752): - role: raw_reader.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.raw.write 05-14 12:11:28.602 D/VLC (10752): - role: raw_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.reader 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.all 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.crt.overlay.argb8888 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.crt.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.crt.yuv420 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.hdmi.overlay.argb8888 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.hdmi.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.hdmi.yuv420 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.loopback 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.loopback 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.lvds.overlay.argb8888 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.lvds.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.lvds.yuv420 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.overlay.argb8888 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.argb8888.overlay 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.secondary.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.secondary.yuv420 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.render.tvout.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.tvout.yuv420 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.sorenson.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.sorenson 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.std.iv_renderer.overlay.rgb565 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.rgb.overlay 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.std.iv_renderer.overlay.yuv420 05-14 12:11:28.602 D/VLC (10752): - role: iv_renderer.yuv.overlay 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.theora.decoder 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.theora 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.ts.read 05-14 12:11:28.602 D/VLC (10752): - role: parser 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.vc1.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.vc1 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.wmv 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.video.extractor 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.video.read 05-14 12:11:28.602 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.video.read.large 05-14 12:11:28.602 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.video.scheduler 05-14 12:11:28.602 D/VLC (10752): - role: video_scheduler.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.video.write 05-14 12:11:28.602 D/VLC (10752): - role: video_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.vidhdr.read 05-14 12:11:28.602 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.vidhdr.write 05-14 12:11:28.602 D/VLC (10752): - role: video_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.vorbis.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.vorbis 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.vp6.decode 05-14 12:11:28.602 D/VLC (10752): - role: video_decoder.vp6 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wav.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.wav 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wav.encoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_encoder.wav 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wav.read 05-14 12:11:28.602 D/VLC (10752): - role: container_demuxer.wav 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wav.write 05-14 12:11:28.602 D/VLC (10752): - role: wav_writer.binary 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wma.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.wma 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wmalossless.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.wmalossless 05-14 12:11:28.602 D/VLC (10752): component OMX.Nvidia.wmapro.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.wmapro 05-14 12:11:28.602 D/VLC (10752): component OMX.google.aac.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.602 D/VLC (10752): component OMX.google.amrnb.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.amrnb 05-14 12:11:28.602 D/VLC (10752): component OMX.google.amrwb.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.amrwb 05-14 12:11:28.602 D/VLC (10752): component OMX.google.g711.alaw.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.g711alaw 05-14 12:11:28.602 D/VLC (10752): component OMX.google.g711.mlaw.decoder 05-14 12:11:28.602 D/VLC (10752): - role: audio_decoder.g711mlaw 05-14 12:11:28.602 D/VLC (10752): component OMX.google.h263.decoder 05-14 12:11:28.612 D/VLC (10752): - role: video_decoder.h263 05-14 12:11:28.612 D/VLC (10752): component OMX.google.h264.decoder 05-14 12:11:28.612 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.612 D/VLC (10752): component OMX.google.mp3.decoder 05-14 12:11:28.612 D/VLC (10752): - role: audio_decoder.mp3 05-14 12:11:28.612 D/VLC (10752): component OMX.google.mpeg4.decoder 05-14 12:11:28.612 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.612 D/VLC (10752): component OMX.google.vorbis.decoder 05-14 12:11:28.612 D/VLC (10752): - role: audio_decoder.vorbis 05-14 12:11:28.612 D/VLC (10752): component OMX.google.vpx.decoder 05-14 12:11:28.612 D/VLC (10752): - role: video_decoder.vpx 05-14 12:11:28.612 D/VLC (10752): found 3 matching components for role audio_decoder.aac 05-14 12:11:28.612 D/VLC (10752): - OMX.Nvidia.aac.decoder 05-14 12:11:28.612 D/VLC (10752): - OMX.Nvidia.eaacp.decoder 05-14 12:11:28.612 D/VLC (10752): - OMX.google.aac.decoder 05-14 12:11:28.612 D/VLC (10752): loaded component OMX.Nvidia.aac.decoder of role audio_decoder.eaacplus 05-14 12:11:28.612 D/VLC (10752): found 2 audio ports 05-14 12:11:28.612 D/VLC (10752): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled 05-14 12:11:28.612 D/VLC (10752): -> audio MPEG AAC Audio (21) 2,44100,288000,0,0 05-14 12:11:28.612 D/VLC (10752): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled 05-14 12:11:28.612 D/VLC (10752): -> audio PCM S16 LE (2) 2,48000,0,16,0 05-14 12:11:28.612 D/VLC (10752): found 0 image ports 05-14 12:11:28.612 D/VLC (10752): found 0 video ports 05-14 12:11:28.612 D/VLC (10752): component standard role set to audio_decoder.aac 05-14 12:11:28.612 D/VLC (10752): SetAudioParameters failed (80001001 : OMX_ErrorUndefined) 05-14 12:11:28.612 D/VLC (10752): loaded component OMX.Nvidia.eaacp.decoder of role audio_decoder.eaacplus 05-14 12:11:28.612 D/VLC (10752): found 2 audio ports 05-14 12:11:28.612 D/VLC (10752): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled 05-14 12:11:28.612 D/VLC (10752): -> audio MPEG AAC Audio (21) 2,44100,288000,0,0 05-14 12:11:28.612 D/VLC (10752): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled 05-14 12:11:28.612 D/VLC (10752): -> audio PCM S16 LE (2) 2,48000,0,16,0 05-14 12:11:28.612 D/VLC (10752): found 0 image ports 05-14 12:11:28.612 D/VLC (10752): found 0 video ports 05-14 12:11:28.612 D/VLC (10752): component standard role set to audio_decoder.aac 05-14 12:11:28.612 D/VLC (10752): SetAudioParameters failed (80001001 : OMX_ErrorUndefined) 05-14 12:11:28.612 D/VLC (10752): no component could be initialised 05-14 12:11:28.622 W/VLC (10752): waiting for extra data for codec MPEG AAC Audio 05-14 12:11:28.622 D/VLC (10752): Using 192000 bytes output buffer 05-14 12:11:28.622 D/VLC (10752): using decoder module "avcodec" 05-14 12:11:28.622 D/VLC (10752): looking for packetizer module: 19 candidates 05-14 12:11:28.622 D/VLC (10752): running MPEG4 audio packetizer 05-14 12:11:28.622 D/VLC (10752): no decoder specific info, must be an ADTS or LOAS stream 05-14 12:11:28.622 D/VLC (10752): using packetizer module "packetizer_mpeg4audio" 05-14 12:11:28.622 D/VLC (10752): looking for decoder module: 25 candidates 05-14 12:11:28.622 D/VLC (10752): fmt in:h264, out: 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.aac.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.eaacplus 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.aac.encoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_encoder.aac 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.aac.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.aac 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.adts.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.adts 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amr.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.amrnb 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amr.encoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_encoder.amrnb 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amr.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.amr 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amr.write 05-14 12:11:28.632 D/VLC (10752): - role: amr_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amrwb.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.amrwb 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.amrwb.encoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_encoder.amrwb 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.asf.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.asf 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.audio.read 05-14 12:11:28.632 D/VLC (10752): - role: audio_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.audio.render 05-14 12:11:28.632 D/VLC (10752): - role: audio_renderer.pcm 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.audio.write 05-14 12:11:28.632 D/VLC (10752): - role: audio_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.avi.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.avi 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.awb.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.awb 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.bitstream.read 05-14 12:11:28.632 D/VLC (10752): - role: source 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.bsac.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.bsac 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.camera 05-14 12:11:28.632 D/VLC (10752): - role: camera.yuv 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.clock.component 05-14 12:11:28.632 D/VLC (10752): - role: clock.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.eaacp.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.eaacplus 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h263.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.h263 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h263.encoder 05-14 12:11:28.632 D/VLC (10752): - role: video_encoder.h263 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h264.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h264.decode.secure 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h264.encoder 05-14 12:11:28.632 D/VLC (10752): - role: video_encoder.avc 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.h264ext.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.ilbc.encoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_encoder.ilbc 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.image.read 05-14 12:11:28.632 D/VLC (10752): - role: image_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.image.write 05-14 12:11:28.632 D/VLC (10752): - role: image_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.imagesequence.write 05-14 12:11:28.632 D/VLC (10752): - role: image_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.jpeg.decoder 05-14 12:11:28.632 D/VLC (10752): - role: image_decoder.jpeg 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.jpeg.encoder 05-14 12:11:28.632 D/VLC (10752): - role: image_encoder.jpeg 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mjpeg.decoder 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.mjpeg 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mkv.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.mkv 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp2.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.mp2 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp3.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.mp3 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp3.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.mp3 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp4.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp4.encoder 05-14 12:11:28.632 D/VLC (10752): - role: video_encoder.mpeg4 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp4.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.3gp 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp4.write 05-14 12:11:28.632 D/VLC (10752): - role: container_muxer.3gp 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mp4ext.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mpeg2v.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.mpeg2 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.mps.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.mps 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.odm.comp 05-14 12:11:28.632 D/VLC (10752): - role: comp.odm 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.ogg.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.ogg 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.raw.read 05-14 12:11:28.632 D/VLC (10752): - role: raw_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.raw.write 05-14 12:11:28.632 D/VLC (10752): - role: raw_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.reader 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.all 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.crt.overlay.argb8888 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.crt.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.crt.yuv420 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.hdmi.overlay.argb8888 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.hdmi.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.hdmi.yuv420 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.loopback 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.loopback 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.lvds.overlay.argb8888 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.lvds.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.lvds.yuv420 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.overlay.argb8888 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.argb8888.overlay 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.secondary.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.secondary.yuv420 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.render.tvout.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.tvout.yuv420 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.sorenson.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.sorenson 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.std.iv_renderer.overlay.rgb565 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.rgb.overlay 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.std.iv_renderer.overlay.yuv420 05-14 12:11:28.632 D/VLC (10752): - role: iv_renderer.yuv.overlay 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.theora.decoder 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.theora 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.ts.read 05-14 12:11:28.632 D/VLC (10752): - role: parser 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.vc1.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.vc1 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.wmv 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.video.extractor 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.video.read 05-14 12:11:28.632 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.video.read.large 05-14 12:11:28.632 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.video.scheduler 05-14 12:11:28.632 D/VLC (10752): - role: video_scheduler.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.video.write 05-14 12:11:28.632 D/VLC (10752): - role: video_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.vidhdr.read 05-14 12:11:28.632 D/VLC (10752): - role: video_reader.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.vidhdr.write 05-14 12:11:28.632 D/VLC (10752): - role: video_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.vorbis.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.vorbis 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.vp6.decode 05-14 12:11:28.632 D/VLC (10752): - role: video_decoder.vp6 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wav.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.wav 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wav.encoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_encoder.wav 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wav.read 05-14 12:11:28.632 D/VLC (10752): - role: container_demuxer.wav 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wav.write 05-14 12:11:28.632 D/VLC (10752): - role: wav_writer.binary 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wma.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.wma 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wmalossless.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.wmalossless 05-14 12:11:28.632 D/VLC (10752): component OMX.Nvidia.wmapro.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.wmapro 05-14 12:11:28.632 D/VLC (10752): component OMX.google.aac.decoder 05-14 12:11:28.632 D/VLC (10752): - role: audio_decoder.aac 05-14 12:11:28.642 D/VLC (10752): component OMX.google.amrnb.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.amrnb 05-14 12:11:28.642 D/VLC (10752): component OMX.google.amrwb.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.amrwb 05-14 12:11:28.642 D/VLC (10752): component OMX.google.g711.alaw.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.g711alaw 05-14 12:11:28.642 D/VLC (10752): component OMX.google.g711.mlaw.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.g711mlaw 05-14 12:11:28.642 D/VLC (10752): component OMX.google.h263.decoder 05-14 12:11:28.642 D/VLC (10752): - role: video_decoder.h263 05-14 12:11:28.642 D/VLC (10752): component OMX.google.h264.decoder 05-14 12:11:28.642 D/VLC (10752): - role: video_decoder.avc 05-14 12:11:28.642 D/VLC (10752): component OMX.google.mp3.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.mp3 05-14 12:11:28.642 D/VLC (10752): component OMX.google.mpeg4.decoder 05-14 12:11:28.642 D/VLC (10752): - role: video_decoder.mpeg4 05-14 12:11:28.642 D/VLC (10752): component OMX.google.vorbis.decoder 05-14 12:11:28.642 D/VLC (10752): - role: audio_decoder.vorbis 05-14 12:11:28.642 D/VLC (10752): component OMX.google.vpx.decoder 05-14 12:11:28.642 D/VLC (10752): - role: video_decoder.vpx 05-14 12:11:28.642 D/VLC (10752): found 4 matching components for role video_decoder.avc 05-14 12:11:28.642 D/VLC (10752): - OMX.Nvidia.h264.decode 05-14 12:11:28.642 D/VLC (10752): - OMX.Nvidia.h264.decode.secure 05-14 12:11:28.642 D/VLC (10752): - OMX.Nvidia.h264ext.decode 05-14 12:11:28.642 D/VLC (10752): - OMX.google.h264.decoder 05-14 12:11:28.642 D/NvOsDebugPrintf(114): NvxLiteH264DecoderInit : Opening TVMR H264 block 05-14 12:11:28.642 D/VLC (10752): loaded component OMX.Nvidia.h264.decode of role video_decoder.avc 05-14 12:11:28.642 D/VLC (10752): found 0 audio ports 05-14 12:11:28.642 D/VLC (10752): found 0 image ports 05-14 12:11:28.642 D/VLC (10752): found 2 video ports 05-14 12:11:28.642 D/VLC (10752): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled 05-14 12:11:28.642 D/VLC (10752): -> video H264 - MPEG-4 AVC (part 10) 176x144@15.00 (7,0) (0,0) (0,0,176,144) 05-14 12:11:28.642 D/VLC (10752): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled 05-14 12:11:28.642 D/VLC (10752): -> video Planar 4:2:0 YUV 176x144@15.00 (0,19) (0,0) (0,0,176,144) 05-14 12:11:28.642 D/VLC (10752): component standard role set to video_decoder.avc 05-14 12:11:28.642 D/VLC (10752): OMX_SetParameter failed (80001001 : OMX_ErrorUndefined) 05-14 12:11:28.652 D/NvOsDebugPrintf(114): NvxLiteH264DecoderSecureInit : Opening TVMR H264 block 05-14 12:11:28.652 D/VLC (10752): loaded component OMX.Nvidia.h264.decode.secure of role video_decoder.avc 05-14 12:11:28.652 D/VLC (10752): found 0 audio ports 05-14 12:11:28.652 D/VLC (10752): found 0 image ports 05-14 12:11:28.652 D/VLC (10752): found 2 video ports 05-14 12:11:28.652 D/VLC (10752): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled 05-14 12:11:28.652 D/VLC (10752): -> video H264 - MPEG-4 AVC (part 10) 176x144@15.00 (7,0) (0,0) (0,0,176,144) 05-14 12:11:28.652 D/VLC (10752): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled 05-14 12:11:28.652 D/VLC (10752): -> video Planar 4:2:0 YUV 176x144@15.00 (0,19) (0,0) (0,0,176,144) 05-14 12:11:28.652 D/VLC (10752): component standard role set to video_decoder.avc 05-14 12:11:28.652 D/VLC (10752): OMX_SetParameter failed (80001001 : OMX_ErrorUndefined) 05-14 12:11:28.652 D/VLC (10752): loaded component OMX.Nvidia.h264ext.decode of role video_decoder.avc 05-14 12:11:28.652 D/VLC (10752): found 0 audio ports 05-14 12:11:28.652 D/VLC (10752): found 0 image ports 05-14 12:11:28.652 D/VLC (10752): found 2 video ports 05-14 12:11:28.652 D/VLC (10752): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled 05-14 12:11:28.652 D/VLC (10752): -> video H264 - MPEG-4 AVC (part 10) 176x144@15.00 (7,0) (0,0) (0,0,176,144) 05-14 12:11:28.652 D/VLC (10752): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled 05-14 12:11:28.652 D/VLC (10752): -> video Planar 4:2:0 YUV 176x144@15.00 (0,19) (0,0) (0,0,176,144) 05-14 12:11:28.652 D/VLC (10752): component standard role set to video_decoder.avc 05-14 12:11:28.652 D/VLC (10752): OMX_SetParameter failed (80001001 : OMX_ErrorUndefined) 05-14 12:11:28.662 D/VLC (10752): no component could be initialised 05-14 12:11:28.662 D/VLC (10752): trying to use direct rendering 05-14 12:11:28.662 D/VLC (10752): allowing 4 thread(s) for decoding 05-14 12:11:28.662 D/VLC (10752): ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started 05-14 12:11:28.662 D/VLC (10752): using frame thread mode with 4 threads 05-14 12:11:28.662 D/VLC (10752): using decoder module "avcodec" 05-14 12:11:28.672 D/VLC (10752): looking for packetizer module: 19 candidates 05-14 12:11:28.672 D/VLC (10752): using packetizer module "packetizer_h264" 05-14 12:11:28.672 D/VLC (10752): DEMUX_SET_GROUP 0 0x0 05-14 12:11:28.672 D/VLC (10752): looking for meta reader module: 1 candidate 05-14 12:11:28.672 D/VLC (10752): no meta reader module matching "any" could be loaded 05-14 12:11:28.672 D/VLC (10752): `http://192.168.0.132:55555/%25/Ch%202' successfully opened 05-14 12:11:28.672 D/VLC/JNI/main(10752): vlc_event_callback: failed to get JNI environment, assuming native thread 05-14 12:11:28.672 W/VLC (10752): first packet for pid=2593 cc=0xd 05-14 12:11:28.672 D/VLC (10752): Buffering 0% 05-14 12:11:28.672 W/VLC (10752): first packet for pid=2594 cc=0x6 05-14 12:11:28.672 D/VLC (10752): Buffering 2% 05-14 12:11:28.672 D/VLC (10752): Buffering 4% 05-14 12:11:28.672 D/VLC (10752): Buffering 6% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 8% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 11% 05-14 12:11:28.672 D/VLC (10752): Buffering 13% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 15% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 17% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 20% 05-14 12:11:28.672 D/VLC (10752): Buffering 22% 05-14 12:11:28.672 D/VLC (10752): Buffering 24% 05-14 12:11:28.672 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.672 D/VLC (10752): Buffering 26% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): detected LOAS format 05-14 12:11:28.682 I/VLC (10752): AAC channels: 1 samplerate: 24000 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 28% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 31% 05-14 12:11:28.682 D/VLC (10752): Buffering 33% 05-14 12:11:28.682 W/VLC (10752): first packet for pid=2608 cc=0x9 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 35% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 37% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 40% 05-14 12:11:28.682 D/VLC (10752): Buffering 42% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 44% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 46% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 48% 05-14 12:11:28.682 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.682 D/VLC (10752): Buffering 51% 05-14 12:11:28.682 D/VLC (10752): ffmpeg codec (MPEG AAC Audio) started 05-14 12:11:28.682 D/VLC (10752): creating audio output 05-14 12:11:28.682 D/VLC (10752): Buffering 53% 05-14 12:11:28.692 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.692 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.692 D/VLC (10752): looking for audio output module: 2 candidates 05-14 12:11:28.692 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.692 D/VLC (10752): Buffering 55% 05-14 12:11:28.692 D/VLC (10752): using audio output module "android_audiotrack" 05-14 12:11:28.692 D/VLC (10752): output 's16l' 48000 Hz Stereo frame=1 samples/4 bytes 05-14 12:11:28.692 D/VLC (10752): mixer 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 05-14 12:11:28.692 D/VLC (10752): filter(s) 'f32l'->'s16l' 48000 Hz->48000 Hz Stereo->Stereo 05-14 12:11:28.692 D/VLC (10752): looking for audio filter module: 8 candidates 05-14 12:11:28.692 D/VLC (10752): f32l->s16l, bits per sample: 32->16 05-14 12:11:28.692 D/VLC (10752): using audio filter module "audio_format" 05-14 12:11:28.692 D/VLC (10752): conversion pipeline completed 05-14 12:11:28.692 D/VLC (10752): looking for audio mixer module: 2 candidates 05-14 12:11:28.692 D/VLC (10752): using audio mixer module "float32_mixer" 05-14 12:11:28.692 D/VLC (10752): input 's16l' 48000 Hz Stereo frame=1 samples/4 bytes 05-14 12:11:28.692 D/VLC (10752): Buffering 57% 05-14 12:11:28.692 D/VLC (10752): looking for audio filter module: 1 candidate 05-14 12:11:28.692 D/VLC (10752): format: 48000 rate, 2 nch, 4 bps, fl32 05-14 12:11:28.702 D/VLC (10752): params: 30 stride, 0.200 overlap, 14 search 05-14 12:11:28.702 D/VLC (10752): 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode 05-14 12:11:28.702 D/VLC (10752): using audio filter module "scaletempo" 05-14 12:11:28.702 D/VLC (10752): filter(s) 's16l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 05-14 12:11:28.702 D/VLC (10752): looking for audio filter module: 8 candidates 05-14 12:11:28.702 D/VLC (10752): s16l->f32l, bits per sample: 16->32 05-14 12:11:28.702 D/VLC (10752): using audio filter module "audio_format" 05-14 12:11:28.702 D/VLC (10752): conversion pipeline completed 05-14 12:11:28.702 D/VLC (10752): filter(s) 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 05-14 12:11:28.702 D/VLC (10752): conversion pipeline completed 05-14 12:11:28.702 D/VLC (10752): filter(s) 'f32l'->'f32l' 52800 Hz->48000 Hz Stereo->Stereo 05-14 12:11:28.702 D/VLC (10752): looking for audio resampler module: 1 candidate 05-14 12:11:28.702 D/VLC (10752): using audio resampler module "ugly_resampler" 05-14 12:11:28.702 D/VLC (10752): conversion pipeline completed 05-14 12:11:28.702 D/VLC (10752): End of audio preroll 05-14 12:11:28.702 D/VLC (10752): Buffering 60% 05-14 12:11:28.702 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.712 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.712 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.712 D/VLC (10752): Buffering 62% 05-14 12:11:28.722 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.722 D/VLC (10752): Buffering 64% 05-14 12:11:28.722 D/VLC (10752): Buffering 66% 05-14 12:11:28.722 I/VLCVideoPlayer(10752): MediaPlayerPlaying 05-14 12:11:28.722 I/VLCVideoPlayer(10752): MediaPlayerPlaying 05-14 12:11:28.722 D/VLC (10752): Buffering 68% 05-14 12:11:28.722 D/VLC (10752): Buffering 71% 05-14 12:11:28.722 D/VLC (10752): Buffering 73% 05-14 12:11:28.722 W/VLC (10752): waiting for SPS/PPS 05-14 12:11:28.732 D/VLC (10752): found NAL_SPS (sps_id=0) 05-14 12:11:28.732 D/VLC (10752): found NAL_PPS (pps_id=0 sps_id=0) 05-14 12:11:28.732 D/VLC (10752): Seen SEI recovery point, 0 recovery frames 05-14 12:11:28.732 D/VLC (10752): Buffering 75% 05-14 12:11:28.732 D/VLC (10752): Recovery from SEI recovery point complete 05-14 12:11:28.732 D/VLC (10752): looking for text renderer module: 1 candidate 05-14 12:11:28.732 D/VLC (10752): using text renderer module "tdummy" 05-14 12:11:28.732 D/VLC (10752): looking for video filter2 module: 12 candidates 05-14 12:11:28.732 D/VLC (10752): 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality) 05-14 12:11:28.732 D/VLC (10752): using video filter2 module "swscale" 05-14 12:11:28.732 D/VLC (10752): looking for video filter2 module: 12 candidates 05-14 12:11:28.732 D/VLC (10752): YUVP to YUVA converter 05-14 12:11:28.732 D/VLC (10752): using video filter2 module "yuvp" 05-14 12:11:28.732 D/VLC (10752): Deinterlacing available 05-14 12:11:28.732 D/VLC (10752): deinterlace 0, mode blend, is_needed 0 05-14 12:11:28.732 D/VLC (10752): Buffering 77% 05-14 12:11:28.732 D/VLC (10752): Opening vout display wrapper 05-14 12:11:28.732 D/VLC (10752): Buffering 80% 05-14 12:11:28.732 D/VLC (10752): looking for vout display module: 2 candidates 05-14 12:11:28.732 D/VLC (10752): VoutDisplayEvent 'fullscreen' 0 05-14 12:11:28.732 D/VLC (10752): using vout display module "android_surface" 05-14 12:11:28.732 D/VLC (10752): A filter to adapt decoder to display is needed 05-14 12:11:28.732 D/VLC (10752): looking for video filter2 module: 12 candidates 05-14 12:11:28.732 D/VLC (10752): 720x576 chroma: I420 -> 720x576 chroma: RV32 with scaling using Bicubic (good quality) 05-14 12:11:28.732 D/VLC (10752): using video filter2 module "swscale" 05-14 12:11:28.732 D/VLC (10752): Filter 'Swscale' (0x19300f0) appended to chain 05-14 12:11:28.742 D/VLC (10752): original format sz 720x576, of (0,0), vsz 720x576, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 05-14 12:11:28.742 D/VLC (10752): removing module "tdummy" 05-14 12:11:28.742 D/VLC (10752): looking for text renderer module: 1 candidate 05-14 12:11:28.742 D/VLC (10752): using text renderer module "tdummy" 05-14 12:11:28.742 D/VLC (10752): using direct rendering 05-14 12:11:28.742 D/VLC (10752): Buffering 82% 05-14 12:11:28.742 D/VLC (10752): Buffering 84% 05-14 12:11:28.742 D/VLC (10752): Buffering 86% 05-14 12:11:28.752 D/VLC (10752): Buffering 88% 05-14 12:11:28.762 D/VLC (10752): Buffering 91% 05-14 12:11:28.762 D/VLC (10752): Buffering 93% 05-14 12:11:28.762 D/VLC (10752): Buffering 95% 05-14 12:11:28.762 D/VLC (10752): Buffering 97% 05-14 12:11:28.772 D/VLC (10752): Buffering 99% 05-14 12:11:28.772 D/VLC (10752): Stream buffering done (1533 ms in 97 ms) 05-14 12:11:28.842 E/VLC (10752): Failed to set on top 05-14 12:11:28.942 D/VLC (10752): End of video preroll 05-14 12:11:28.942 D/VLC (10752): Received first picture 05-14 12:11:28.962 D/VLC (10752): Post-processing available 05-14 12:11:28.962 D/VLC (10752): Detected interlaced video 05-14 12:11:28.962 D/VLC (10752): deinterlace 0, mode blend, is_needed 1 05-14 12:11:28.962 D/VLC (10752): Decoder buffering done in 190 ms 05-14 12:11:31.392 D/VLC (10752): auto hiding mouse cursor 05-14 12:11:31.622 D/dalvikvm(10752): GC_CONCURRENT freed 552K, 15% free 7398K/8647K, paused 2ms+4ms 05-14 12:11:31.812 D/dalvikvm(10752): GC_CONCURRENT freed 448K, 14% free 7460K/8647K, paused 2ms+6ms 05-14 12:11:31.942 D/dalvikvm(10752): GC_CONCURRENT freed 548K, 15% free 7423K/8647K, paused 2ms+2ms 05-14 12:11:51.592 D/dalvikvm(10752): GC_CONCURRENT freed 552K, 15% free 7383K/8647K, paused 3ms+3ms 05-14 12:11:51.722 D/dalvikvm(10752): GC_CONCURRENT freed 461K, 15% free 7432K/8647K, paused 2ms+6ms 05-14 12:11:51.862 D/dalvikvm(10752): GC_CONCURRENT freed 499K, 14% free 7444K/8647K, paused 2ms+3ms 05-14 12:11:51.972 D/dalvikvm(10752): GC_CONCURRENT freed 432K, 15% free 7436K/8647K, paused 2ms+2ms 05-14 12:12:11.682 D/dalvikvm(10752): GC_CONCURRENT freed 561K, 15% free 7387K/8647K, paused 2ms+4ms 05-14 12:12:11.832 D/dalvikvm(10752): GC_CONCURRENT freed 450K, 14% free 7443K/8647K, paused 2ms+3ms 05-14 12:12:11.962 D/dalvikvm(10752): GC_CONCURRENT freed 533K, 15% free 7422K/8647K, paused 2ms+3ms 05-14 12:12:31.612 D/dalvikvm(10752): GC_CONCURRENT freed 565K, 15% free 7368K/8647K, paused 4ms+2ms 05-14 12:12:31.742 D/dalvikvm(10752): GC_CONCURRENT freed 462K, 15% free 7418K/8647K, paused 2ms+2ms 05-14 12:12:31.862 D/dalvikvm(10752): GC_CONCURRENT freed 427K, 14% free 7440K/8647K, paused 2ms+3ms 05-14 12:12:31.962 D/dalvikvm(10752): GC_CONCURRENT freed 515K, 14% free 7437K/8647K, paused 2ms+3ms 05-14 12:12:33.402 F/libc (10752): Fatal signal 7 (SIGBUS) at 0x00000000 (code=128) 05-14 12:12:36.302 I/DEBUG (10490): timed out waiting for pid=10752 tid=11583 uid=10082 to die 05-14 12:12:36.302 I/DEBUG (10490): debuggerd committing suicide to free the zombie! 05-14 12:12:36.302 I/DEBUG (11677): debuggerd: Mar 23 2012 17:23:08 05-14 12:12:51.612 D/dalvikvm(10752): GC_CONCURRENT freed 537K, 15% free 7407K/8647K, paused 3ms+3ms 05-14 12:12:51.772 D/dalvikvm(10752): GC_CONCURRENT freed 489K, 15% free 7429K/8647K, paused 2ms+2ms 05-14 12:12:51.892 D/dalvikvm(10752): GC_CONCURRENT freed 513K, 15% free 7427K/8647K, paused 3ms+5ms 05-14 12:13:11.662 D/dalvikvm(10752): GC_CONCURRENT freed 551K, 15% free 7388K/8647K, paused 3ms+3ms 05-14 12:13:11.802 D/dalvikvm(10752): GC_CONCURRENT freed 500K, 15% free 7392K/8647K, paused 2ms+3ms 05-14 12:13:11.962 D/dalvikvm(10752): GC_CONCURRENT freed 484K, 15% free 7420K/8647K, paused 2ms+4ms 05-14 12:13:31.612 D/dalvikvm(10752): GC_CONCURRENT freed 562K, 15% free 7369K/8647K, paused 2ms+3ms 05-14 12:13:31.732 D/dalvikvm(10752): GC_CONCURRENT freed 428K, 14% free 7451K/8647K, paused 1ms+3ms 05-14 12:13:31.872 D/dalvikvm(10752): GC_CONCURRENT freed 479K, 14% free 7472K/8647K, paused 8ms+3ms 05-14 12:13:31.972 D/dalvikvm(10752): GC_CONCURRENT freed 529K, 14% free 7437K/8647K, paused 2ms+2ms 05-14 12:13:51.712 D/dalvikvm(10752): GC_CONCURRENT freed 545K, 15% free 7403K/8647K, paused 2ms+4ms 05-14 12:13:51.852 D/dalvikvm(10752): GC_CONCURRENT freed 441K, 14% free 7469K/8647K, paused 2ms+3ms 05-14 12:13:51.982 D/dalvikvm(10752): GC_CONCURRENT freed 476K, 14% free 7449K/8647K, paused 2ms+2ms 05-14 12:14:11.672 D/dalvikvm(10752): GC_CONCURRENT freed 581K, 15% free 7380K/8647K, paused 2ms+6ms 05-14 12:14:11.782 D/dalvikvm(10752): GC_CONCURRENT freed 428K, 15% free 7421K/8647K, paused 2ms+3ms 05-14 12:14:11.952 D/dalvikvm(10752): GC_CONCURRENT freed 490K, 14% free 7442K/8647K, paused 1ms+2ms 05-14 12:14:12.062 D/dalvikvm(10752): GC_CONCURRENT freed 438K, 15% free 7436K/8647K, paused 2ms+3ms 05-14 12:14:12.252 D/dalvikvm(200): GC_CONCURRENT freed 1905K, 18% free 14511K/17543K, paused 3ms+15ms 05-14 12:14:31.692 D/dalvikvm(10752): GC_CONCURRENT freed 558K, 15% free 7388K/8647K, paused 2ms+3ms 05-14 12:14:31.842 D/dalvikvm(10752): GC_CONCURRENT freed 446K, 15% free 7411K/8647K, paused 2ms+3ms 05-14 12:14:32.002 D/dalvikvm(10752): GC_CONCURRENT freed 493K, 15% free 7429K/8647K, paused 2ms+3ms 05-14 12:14:51.712 D/dalvikvm(10752): GC_CONCURRENT freed 546K, 15% free 7395K/8647K, paused 2ms+3ms 05-14 12:14:51.852 D/dalvikvm(10752): GC_CONCURRENT freed 455K, 14% free 7443K/8647K, paused 3ms+3ms 05-14 12:14:51.972 D/dalvikvm(10752): GC_CONCURRENT freed 533K, 15% free 7422K/8647K, paused 2ms+2ms 05-14 12:15:05.192 D/PowerManagerService(200): @PowerManagement: 'VLCVideoPlayer' releaseWakeLock when screen locked 05-14 12:15:05.192 E/WifiService(200): Multicaster binderDied 05-14 12:15:05.192 I/ActivityManager(200): Process com.--- (pid 10752) has died. 05-14 12:15:05.192 I/WindowManager(200): WIN DEATH: Window{41605838 com.---/com.---.ui.activities.MainActivity paused=false} 05-14 12:15:05.192 W/ActivityManager(200): Force removing ActivityRecord{410dc410 com.---/.ui.activities.---Activity}: app died, no saved state 05-14 12:15:05.192 D/PowerManagerService(200): @PowerManagement: 'TAG_DIM' releaseWakeLock when screen locked 05-14 12:15:05.192 I/WindowManager(200): WIN DEATH: Window{41672380 SurfaceView paused=false} 05-14 12:15:05.202 I/WindowManager(200): WIN DEATH: Window{41641310 com.---/com.----.ui.activities.---Activity paused=false} 05-14 12:15:05.202 D/PowerManagerService(200): @PowerManagement: 'KEEP_SCREEN_ON_FLAG' releaseWakeLock when screen locked 05-14 12:15:05.212 D/Zygote (111): Process 10752 terminated by signal (7) 05-14 12:15:05.222 D/dalvikvm(11883): Late-enabling CheckJNI

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC lib crashes

Postby Jean-Baptiste Kempf » 14 May 2012 13:03

Does it crash with the local file?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

levyitay
Blank Cone
Blank Cone
Posts: 26
Joined: 25 Jul 2011 18:03

Re: VLC lib crashes

Postby levyitay » 15 May 2012 12:50

didn't experience it with local files.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC lib crashes

Postby Jean-Baptiste Kempf » 16 May 2012 01:52

Then, use gdb to find where it crashes.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 12 guests