LibVLC Android RTSP Stream Issue - Time Stamp Could Not be converted
Hello Videolan Team,
I compiled your recent version of Android library code and generated a "libvlc.aar" file. I want to use it to play our live camera stream.
RTSP streams from all cameras are working fine except one.
When I play "RTSP://95.224.244.199:557/ch32_sub.264", it just shows the first frame and stops after showing the following error in logcat. (However, the same stream plays perfectly in VLC app in my Ubuntu computer).
core decoder: Timestamp conversion failed (delay 1500000, buffering 0, bound 9000000)
core decoder: Could not convert timestamp 1475368541672609
Following are the logs which may help you analyze the bug.
09-29 17:50:36.226 14632-14632/com.hb.econnect E/PATH: rtsp://95.224.244.199:557/ch32_sub.264
09-29 17:50:36.227 14632-14632/com.hb.econnect E/release Player: start
09-29 17:50:36.293 14632-14632/com.hb.econnect D/VLC/JNI/VLCObject: JNI interface loaded.
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/7662696c] core libvlc: VLC media player - 3.0.0-git Vetinari
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/a02a7990] core libvlc: Copyright © 1996-2016 the VideoLAN team
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/41400000] core libvlc: revision 2.2.0-git-9072-g45d9377
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/acbb3960] core libvlc: configured with ../configure '--host=arm-linux-androideabi' '--build=x86_64-unknown-linux' '--with-contrib=/home/ubuntu/new8/vlc-android/vlc/contrib/arm-linux-androideabi' '--enable-neon' '--disable-nls' '--enable-live555' '--enable-realrtsp' '--enable-avformat' '--enable-swscale' '--enable-avcodec' '--enable-opus' '--enable-opensles' '--enable-mkv' '--enable-taglib' '--enable-dvbpsi' '--disable-vlc' '--disable-shared' '--disable-update-check' '--disable-vlm' '--disable-dbus' '--enable-lua' '--disable-vcd' '--disable-v4l2' '--disable-gnomevfs' '--enable-dvdread' '--enable-dvdnav' '--disable-bluray' '--disable-linsys' '--disable-decklink' '--disable-libva' '--disable-dv1394' '--enable-mod' '--disable-sid' '--disable-gme' '--disable-tremor' '--disable-mad' '--enable-mpg123' '--disable-dca' '--disable-sdl-image' '--enable-zvbi' '--disable-fluidsynth' '--enable-fluidlite' '--disable-jack' '--disable-pulse' '--disable-alsa' '--disable-samplerate' '--disable-sdl' '--disable-xcb' '
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/a019eba0] core libvlc: plug-ins loaded: 286 modules
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [a02c76e8/a019eba0] core logger: looking for logger module matching "any": 4 candidates
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [a02c76e8/0] core logger: using logger module "android_logger"
09-29 17:50:36.303 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/3928] core libvlc: translation test: code is "C"
09-29 17:50:36.304 14632-14632/com.hb.econnect D/VLC: [a019ef88/3928] core keystore: looking for keystore module matching "memory": 3 candidates
09-29 17:50:36.304 14632-14632/com.hb.econnect D/VLC: [a019ef88/3928] core keystore: using keystore module "memory"
09-29 17:50:36.304 14632-14632/com.hb.econnect D/VLC: [ab3f7bd8/3928] core libvlc: CPU has capabilities ARM_NEON FPU
09-29 17:50:36.308 14632-14632/com.hb.econnect D/VLC: [ab476c68/3928] core generic: creating audio output
09-29 17:50:36.309 14632-14632/com.hb.econnect D/VLC: [a00b2c28/3928] core audio output: looking for audio output module matching "android_audiotrack": 4 candidates
09-29 17:50:36.309 14632-14632/com.hb.econnect D/VLC: [a00b2c28/3928] core audio output: using audio output module "android_audiotrack"
09-29 17:50:36.309 14632-14632/com.hb.econnect D/VLC: [ab476c68/3928] core generic: keeping audio output
09-29 17:50:36.311 14632-14632/com.hb.econnect D/VLC: [aa15ba98/3928] core input: Creating an input for 'rtsp://95.224.244.199:557/ch32_sub.264'
09-29 17:50:36.312 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: using timeshift granularity of 50 MiB
09-29 17:50:36.313 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: using default timeshift path
09-29 17:50:36.314 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: `rtsp://95.224.244.199:557/ch32_sub.264' gives access `rtsp' demux `' path `95.224.244.199:557/ch32_sub.264'
09-29 17:50:36.314 14632-16138/com.hb.econnect D/VLC: [ab1172e8/3f0a] core input source: specified demux: any
09-29 17:50:36.314 14632-16138/com.hb.econnect D/VLC: [ab1172e8/3f0a] core input source: creating demux: access='rtsp' demux='any' location='95.224.244.199:557/ch32_sub.264' file='(null)'
09-29 17:50:36.314 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] core demux: looking for access_demux module matching "rtsp": 6 candidates
09-29 17:50:36.314 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: version 2016.07.19
09-29 17:50:36.315 14632-16136/com.hb.econnect E/VLC-std: Opening connection to
09-29 17:50:36.315 14632-16136/com.hb.econnect E/VLC-std: 95.224.244.199
09-29 17:50:36.315 14632-16136/com.hb.econnect E/VLC-std: , port
09-29 17:50:36.315 14632-16136/com.hb.econnect E/VLC-std: 557
09-29 17:50:36.316 14632-16136/com.hb.econnect E/VLC-std: ...
09-29 17:50:36.823 14632-16136/com.hb.econnect E/VLC-std: ...remote connection opened
09-29 17:50:37.308 14632-16136/com.hb.econnect E/VLC-std: Received 108 new bytes of response data.
Received a complete OPTIONS response:
09-29 17:50:38.052 14632-16136/com.hb.econnect E/VLC-std: Received 635 new bytes of response data.
09-29 17:50:38.053 14632-16136/com.hb.econnect E/VLC-std: Received a complete DESCRIBE response:
09-29 17:50:38.053 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: RTP subsession 'video/H264'
09-29 17:50:38.666 14632-16136/com.hb.econnect E/VLC-std: Received 210 new bytes of response data.
09-29 17:50:38.666 14632-16136/com.hb.econnect E/VLC-std: Received a complete SETUP response:
09-29 17:50:38.666 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: selecting program id=0
09-29 17:50:38.666 14632-14632/com.hb.econnect E/MediaPlayerESDeleted: MediaPlayerESDeleted
09-29 17:50:38.666 14632-14632/com.hb.econnect E/MediaPlayerESDeleted: MediaPlayerESDeleted
09-29 17:50:38.666 14632-14632/com.hb.econnect E/MediaPlayerESDeleted: MediaPlayerESDeleted
09-29 17:50:38.666 14632-14632/com.hb.econnect E/MediaPlayerESAdded: MediaPlayerESAdded
09-29 17:50:38.667 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: RTP subsession 'audio/PCMU'
09-29 17:50:39.280 14632-16136/com.hb.econnect E/VLC-std: Received 210 new bytes of response data.
Received a complete SETUP response:
09-29 17:50:39.281 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: setup start: 0.000000 stop:0.000000
09-29 17:50:39.281 14632-14632/com.hb.econnect E/MediaPlayerESAdded: MediaPlayerESAdded
09-29 17:50:39.897 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: We have a timeout of 60 seconds
09-29 17:50:39.897 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: play start: 0.000000 stop:0.000000
09-29 17:50:39.898 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] core demux: using access_demux module "live555"
09-29 17:50:39.898 14632-16136/com.hb.econnect E/VLC-std: Received 48 new bytes of response data.
Received a complete PLAY response:
09-29 17:50:39.899 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] core packetizer: looking for packetizer module matching "any": 24 candidates
09-29 17:50:39.899 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] core packetizer: using packetizer module "h264"
09-29 17:50:39.900 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core decoder: looking for decoder module matching "mediacodec_ndk,all": 40 candidates
09-29 17:50:39.952 14632-16138/com.hb.econnect W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
09-29 17:50:40.001 14632-16138/com.hb.econnect I/VideoCapabilities: Unsupported profile 4 for video/mp4v-es
09-29 17:50:40.008 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] mediacodec decoder: Number of profile levels: 3
09-29 17:50:40.009 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] mediacodec decoder: using OMX.qcom.video.decoder.avc
09-29 17:50:40.009 14632-16138/com.hb.econnect W/VLC: [b368aba8/3f0a] mediacodec decoder: waiting for extra data for codec h264
09-29 17:50:40.009 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core decoder: using decoder module "mediacodec"
09-29 17:50:40.010 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: looking for decoder module matching "mediacodec_ndk,all": 40 candidates
09-29 17:50:40.010 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] g711 decoder: samplerate:8000Hz channels:1
09-29 17:50:40.010 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: using decoder module "g711"
09-29 17:50:40.010 14632-16138/com.hb.econnect D/VLC: [9cc46a88/3f0a] core demux meta: looking for meta reader module matching "any": 2 candidates
09-29 17:50:40.014 14632-16138/com.hb.econnect D/VLC: [9cc46a88/3f0a] lua demux meta: Trying Lua scripts in /data/user/0/com.hb.econnect/app_vlc/.share/lua/meta/reader
09-29 17:50:40.014 14632-16138/com.hb.econnect D/VLC: [9cc46a88/3f0a] lua demux meta: Trying Lua scripts in /data/app/com.hb.econnect-2/lib/arm/vlc/lua/meta/reader
09-29 17:50:40.014 14632-16138/com.hb.econnect D/VLC: [9cc46a88/3f0a] lua demux meta: Trying Lua scripts in /data/app/com.hb.econnect-2/share/vlc/lua/meta/reader
09-29 17:50:40.014 14632-16138/com.hb.econnect D/VLC: [9cc46a88/3f0a] core demux meta: no meta reader modules matched
09-29 17:50:40.014 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: `rtsp://95.224.244.199:557/ch32_sub.264' successfully opened
09-29 17:50:40.015 14632-14632/com.hb.econnect E/MediaPlayerPlaying: MediaPlayerPlaying
09-29 17:50:40.315 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: Buffering 0%
09-29 17:50:50.538 14632-16138/com.hb.econnect W/VLC: [9cc31428/3f0a] live555 demux: no data received in 10s. Switching to TCP
09-29 17:50:50.542 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core decoder: killing decoder fourcc `h264', 0 PES in FIFO
09-29 17:50:50.542 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core decoder: removing module "mediacodec"
09-29 17:50:50.544 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] mediacodec decoder: MediaCodec via NDK closed
09-29 17:50:50.544 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] core packetizer: removing module "h264"
09-29 17:50:50.545 14632-14632/com.hb.econnect E/MediaPlayerESDeleted: MediaPlayerESDeleted
09-29 17:50:50.546 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: killing decoder fourcc `mlaw', 0 PES in FIFO
09-29 17:50:50.547 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: removing module "g711"
09-29 17:50:50.547 14632-14632/com.hb.econnect E/MediaPlayerESDeleted: MediaPlayerESDeleted
09-29 17:50:50.548 14632-16138/com.hb.econnect D/VLC: [aa15ba98/3f0a] core input: Program doesn't contain anymore ES
09-29 17:50:50.549 14632-16136/com.hb.econnect E/VLC-std: Opening connection to
09-29 17:50:50.549 14632-16136/com.hb.econnect E/VLC-std: 95.224.244.199
09-29 17:50:50.550 14632-16136/com.hb.econnect E/VLC-std: , port
09-29 17:50:50.550 14632-16136/com.hb.econnect E/VLC-std: 557
09-29 17:50:50.550 14632-16136/com.hb.econnect E/VLC-std: ...
09-29 17:50:51.261 14632-16136/com.hb.econnect E/VLC-std: ...remote connection opened
09-29 17:50:51.880 14632-16136/com.hb.econnect E/VLC-std: Received 108 new bytes of response data.
09-29 17:50:51.880 14632-16136/com.hb.econnect E/VLC-std: Received a complete OPTIONS response:
09-29 17:50:52.494 14632-16136/com.hb.econnect E/VLC-std: Received 635 new bytes of response data.
Received a complete DESCRIBE response:
09-29 17:50:52.494 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: RTP subsession 'video/H264'
09-29 17:50:52.495 14632-16136/com.hb.econnect E/VLC-std: Sending request:
09-29 17:50:53.109 14632-16136/com.hb.econnect E/VLC-std: Received 184 new bytes of response data.
Received a complete SETUP response:
09-29 17:50:53.109 14632-14632/com.hb.econnect E/MediaPlayerESAdded: MediaPlayerESAdded
09-29 17:50:53.110 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core packetizer: looking for packetizer module matching "any": 24 candidates
09-29 17:50:53.110 14632-16138/com.hb.econnect D/VLC: [b368aba8/3f0a] core packetizer: using packetizer module "h264"
09-29 17:50:53.111 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: looking for decoder module matching "mediacodec_ndk,all": 40 candidates
09-29 17:50:53.115 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] mediacodec decoder: Number of profile levels: 3
09-29 17:50:53.116 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] mediacodec decoder: using OMX.qcom.video.decoder.avc
09-29 17:50:53.116 14632-16138/com.hb.econnect W/VLC: [b368b2a8/3f0a] mediacodec decoder: waiting for extra data for codec h264
09-29 17:50:53.117 14632-16138/com.hb.econnect D/VLC: [b368b2a8/3f0a] core decoder: using decoder module "mediacodec"
09-29 17:50:53.119 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: RTP subsession 'audio/PCMU'
09-29 17:50:53.728 14632-16136/com.hb.econnect E/VLC-std: Received a complete SETUP response:
09-29 17:50:53.729 14632-14632/com.hb.econnect E/MediaPlayerESAdded: MediaPlayerESAdded
09-29 17:50:53.729 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] core decoder: looking for decoder module matching "mediacodec_ndk,all": 40 candidates
09-29 17:50:53.730 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] g711 decoder: samplerate:8000Hz channels:1
09-29 17:50:53.730 14632-16138/com.hb.econnect D/VLC: [b368af28/3f0a] core decoder: using decoder module "g711"
09-29 17:50:53.731 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: setup start: 0.000000 stop:0.000000
09-29 17:50:53.919 14632-16136/com.hb.econnect E/VLC-std: Received a complete PLAY response:
09-29 17:50:53.919 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: We have a timeout of 60 seconds
09-29 17:50:53.919 14632-16138/com.hb.econnect D/VLC: [9cc31428/3f0a] live555 demux: play start: 0.000000 stop:0.000000
09-29 17:50:54.148 14632-16675/com.hb.econnect W/VLC: [b368aba8/4123] h264 packetizer: waiting for SPS/PPS
09-29 17:50:54.148 14632-16675/com.hb.econnect W/VLC: [b368aba8/4123] h264 packetizer: waiting for SPS/PPS
09-29 17:50:54.149 14632-16675/com.hb.econnect W/VLC: [b368aba8/4123] h264 packetizer: waiting for SPS/PPS
09-29 17:50:54.645 14632-16675/com.hb.econnect W/VLC: [b368aba8/4123] h264 packetizer: waiting for SPS/PPS
09-29 17:50:54.645 14632-16675/com.hb.econnect W/VLC: [b368aba8/4123] h264 packetizer: waiting for SPS/PPS
09-29 17:50:54.645 14632-16675/com.hb.econnect D/VLC: [b368aba8/4123] h264 packetizer: found NAL_SPS (sps_id=0)
09-29 17:50:54.731 14632-16675/com.hb.econnect D/VLC: [b368aba8/4123] h264 packetizer: found NAL_PPS (pps_id=0 sps_id=0)
09-29 17:50:54.732 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] core decoder: restarting module due to input format change
09-29 17:50:54.733 14632-16675/com.hb.econnect E/VLC: [b368b2a8/4123] mediacodec decoder: Decoder is draining
09-29 17:50:54.733 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] core decoder: removing module "mediacodec"
09-29 17:50:54.734 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] mediacodec decoder: MediaCodec via NDK closed
09-29 17:50:54.735 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] core decoder: looking for decoder module matching "mediacodec_ndk,all": 40 candidates
09-29 17:50:54.742 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] mediacodec decoder: Number of profile levels: 3
09-29 17:50:54.742 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] mediacodec decoder: using OMX.qcom.video.decoder.avc
09-29 17:50:54.743 14632-16675/com.hb.econnect W/VLC: [b368b2a8/4123] mediacodec decoder: waiting for extra data for codec h264
09-29 17:50:54.743 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] core decoder: using decoder module "mediacodec"
09-29 17:50:54.744 14632-16675/com.hb.econnect W/VLC: [b368b2a8/4123] mediacodec decoder: New SPS/PPS found, id: 0 size: 352x288 sps: 51 pps: 8
09-29 17:50:54.744 14632-16675/com.hb.econnect W/VLC: [b368b2a8/4123] mediacodec decoder: Flushing from DecodeCommon
09-29 17:50:54.745 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] mediacodec decoder: MediaCodec via NDK closed
09-29 17:50:54.745 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] android_native_window decoder: InitJNIFields success
09-29 17:50:54.753 14632-16675/com.hb.econnect D/VLC: [a0311128/4123] core spu text: looking for text renderer module matching "any": 1 candidates
09-29 17:50:54.755 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: creating access: file:///system/etc/system_fonts.xml
09-29 17:50:54.756 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: (path: /system/etc/system_fonts.xml)
09-29 17:50:54.756 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.757 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: using access module "filesystem"
09-29 17:50:54.757 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: looking for stream_filter module matching "prefetch,cache_read": 12 candidates
09-29 17:50:54.758 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: Using stream method for AStream*
09-29 17:50:54.758 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: starting pre-buffering
09-29 17:50:54.758 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: received first data after 0 ms
09-29 17:50:54.758 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: pre-buffering done 1024 bytes in 0s - 2816 KiB/s
09-29 17:50:54.758 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: using stream_filter module "cache_read"
09-29 17:50:54.759 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: looking for xml reader module matching "any": 1 candidates
09-29 17:50:54.759 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: using xml reader module "xml"
09-29 17:50:54.762 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: removing module "cache_read"
09-29 17:50:54.762 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: removing module "filesystem"
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b328/4123] core stream: creating access: file:///system/etc/fallback_fonts.xml
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b328/4123] core stream: (path: /system/etc/fallback_fonts.xml)
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b328/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b328/4123] core stream: using access module "filesystem"
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: looking for stream_filter module matching "prefetch,cache_read": 12 candidates
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] cache_read stream: Using stream method for AStream*
09-29 17:50:54.763 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] cache_read stream: starting pre-buffering
09-29 17:50:54.764 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] cache_read stream: received first data after 0 ms
09-29 17:50:54.764 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] cache_read stream: pre-buffering done 1024 bytes in 0s - 3389 KiB/s
09-29 17:50:54.764 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: using stream_filter module "cache_read"
09-29 17:50:54.764 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: looking for xml reader module matching "any": 1 candidates
09-29 17:50:54.764 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: using xml reader module "xml"
09-29 17:50:54.771 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: removing module "cache_read"
09-29 17:50:54.772 14632-16675/com.hb.econnect D/VLC: [a030b328/4123] core stream: removing module "filesystem"
09-29 17:50:54.772 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: creating access: file:///vendor/etc/fallback_fonts.xml
09-29 17:50:54.772 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: (path: /vendor/etc/fallback_fonts.xml)
09-29 17:50:54.772 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.772 14632-16675/com.hb.econnect E/VLC: [a030b468/4123] filesystem stream: cannot open file /vendor/etc/fallback_fonts.xml (No such file or directory)
09-29 17:50:54.772 14632-16675/com.hb.econnect E/VLC: [a030b468/4123] core stream: File reading failed
09-29 17:50:54.772 14632-16675/com.hb.econnect E/VLC: [a030b468/4123] core stream: VLC could not open the file "/vendor/etc/fallback_fonts.xml" (No such file or directory).
09-29 17:50:54.773 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: no access modules matched
09-29 17:50:54.773 14632-16675/com.hb.econnect E/VLC: [a0311128/4123] core spu text: no suitable access module for `file:///vendor/etc/fallback_fonts.xml'
09-29 17:50:54.774 14632-16675/com.hb.econnect D/VLC: [a0311128/4123] core spu text: using text renderer module "freetype"
09-29 17:50:54.774 14632-16675/com.hb.econnect D/VLC: [a0311828/4123] core scale: looking for video filter module matching "any": 39 candidates
09-29 17:50:54.776 14632-16675/com.hb.econnect D/VLC: [a0311828/4123] swscale scale: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
09-29 17:50:54.777 14632-16675/com.hb.econnect D/VLC: [a0311828/4123] core scale: using video filter module "swscale"
09-29 17:50:54.777 14632-16675/com.hb.econnect D/VLC: [a0311ba8/4123] core scale: looking for video filter module matching "any": 39 candidates
09-29 17:50:54.777 14632-16675/com.hb.econnect D/VLC: [a0311ba8/4123] yuvp scale: YUVP to YUVA converter
09-29 17:50:54.777 14632-16675/com.hb.econnect D/VLC: [a0311ba8/4123] core scale: using video filter module "yuvp"
09-29 17:50:54.777 14632-16675/com.hb.econnect D/VLC: [a022b828/4123] core video output: Deinterlacing available
09-29 17:50:54.778 14632-16675/com.hb.econnect D/VLC: [a022b828/4123] core video output: deinterlace 0, mode blend, is_needed 0
09-29 17:50:54.778 14632-16675/com.hb.econnect D/VLC: [ab47c998/4123] core window: looking for vout window module matching "any": 1 candidates
09-29 17:50:54.778 14632-16675/com.hb.econnect D/VLC: [ab47c998/4123] core window: no vout window modules matched
09-29 17:50:54.779 14632-16726/com.hb.econnect D/VLC: [a022b828/4156] core video output: Opening vout display wrapper
09-29 17:50:54.780 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] core vout display: looking for vout display module matching "any": 4 candidates
09-29 17:50:54.791 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] android_window vout display: using opaque
09-29 17:50:54.791 14632-16726/com.hb.econnect E/VLC: [b4ce6628/4156] android_window vout display: can't get Subtitles Surface
09-29 17:50:54.792 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] core vout display: VoutDisplayEvent 'fullscreen' 1
09-29 17:50:54.792 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] core vout display: using vout display module "android_window"
09-29 17:50:54.793 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] android_window vout display: PoolAlloc: request 26 frames
09-29 17:50:54.793 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] android_window vout display: PoolAlloc: got 31 frames
09-29 17:50:54.794 14632-14632/com.hb.econnect E/onNewLayout: start
09-29 17:50:54.795 14632-14632/com.hb.econnect E/setSize: start
09-29 17:50:54.795 14632-14632/com.hb.econnect E/setSize: end
09-29 17:50:54.797 14632-16726/com.hb.econnect D/VLC: [a022b828/4156] core video output: original format sz 352x288, of (0,0), vsz 352x288, 4cc ANOP, sar 16:11, msk r0x0 g0x0 b0x0
09-29 17:50:54.798 14632-16675/com.hb.econnect D/VLC: [a0311128/4123] core spu text: removing module "freetype"
09-29 17:50:54.798 14632-16726/com.hb.econnect E/VLC: [b4ce6628/4156] core vout display: Failed to change zoom
09-29 17:50:54.798 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] android_window vout display: change source crop/aspect
09-29 17:50:54.798 14632-16675/com.hb.econnect D/VLC: [a0311128/4123] core spu text: looking for text renderer module matching "any": 1 candidates
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: creating access: file:///system/etc/system_fonts.xml
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: (path: /system/etc/system_fonts.xml)
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: using access module "filesystem"
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: looking for stream_filter module matching "prefetch,cache_read": 12 candidates
09-29 17:50:54.799 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] cache_read stream: Using stream method for AStream*
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] cache_read stream: starting pre-buffering
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] cache_read stream: received first data after 0 ms
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] cache_read stream: pre-buffering done 1024 bytes in 0s - 3322 KiB/s
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: using stream_filter module "cache_read"
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: looking for xml reader module matching "any": 1 candidates
09-29 17:50:54.800 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: using xml reader module "xml"
09-29 17:50:54.802 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: removing module "cache_read"
09-29 17:50:54.803 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: removing module "filesystem"
09-29 17:50:54.803 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: creating access: file:///system/etc/fallback_fonts.xml
09-29 17:50:54.803 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: (path: /system/etc/fallback_fonts.xml)
09-29 17:50:54.804 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: using access module "filesystem"
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: looking for stream_filter module matching "prefetch,cache_read": 12 candidates
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: Using stream method for AStream*
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: starting pre-buffering
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: received first data after 0 ms
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] cache_read stream: pre-buffering done 1024 bytes in 0s - 2958 KiB/s
09-29 17:50:54.805 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: using stream_filter module "cache_read"
09-29 17:50:54.806 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: looking for xml reader module matching "any": 1 candidates
09-29 17:50:54.806 14632-16675/com.hb.econnect D/VLC: [a019f168/4123] core xml reader: using xml reader module "xml"
09-29 17:50:54.815 14632-16675/com.hb.econnect D/VLC: [a030b468/4123] core stream: removing module "cache_read"
09-29 17:50:54.815 14632-16675/com.hb.econnect D/VLC: [a030b3c8/4123] core stream: removing module "filesystem"
09-29 17:50:54.815 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: creating access: file:///vendor/etc/fallback_fonts.xml
09-29 17:50:54.815 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: (path: /vendor/etc/fallback_fonts.xml)
09-29 17:50:54.815 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: looking for access module matching "file": 23 candidates
09-29 17:50:54.815 14632-16675/com.hb.econnect E/VLC: [a030b788/4123] filesystem stream: cannot open file /vendor/etc/fallback_fonts.xml (No such file or directory)
09-29 17:50:54.815 14632-16675/com.hb.econnect E/VLC: [a030b788/4123] core stream: File reading failed
09-29 17:50:54.816 14632-16675/com.hb.econnect E/VLC: [a030b788/4123] core stream: VLC could not open the file "/vendor/etc/fallback_fonts.xml" (No such file or directory).
09-29 17:50:54.816 14632-16675/com.hb.econnect D/VLC: [a030b788/4123] core stream: no access modules matched
09-29 17:50:54.816 14632-16675/com.hb.econnect E/VLC: [a0311128/4123] core spu text: no suitable access module for `file:///vendor/etc/fallback_fonts.xml'
09-29 17:50:54.817 14632-16675/com.hb.econnect D/VLC: [a0311128/4123] core spu text: using text renderer module "freetype"
09-29 17:50:54.823 14632-16728/com.hb.econnect I/OMXClient: Using client-side OMX mux.
09-29 17:50:54.827 14632-14632/com.hb.econnect E/onNewLayout: start
09-29 17:50:54.827 14632-14632/com.hb.econnect E/setSize: start
09-29 17:50:54.828 14632-14632/com.hb.econnect E/setSize: end
09-29 17:50:54.828 14632-14632/com.hb.econnect E/MediaPlayerVout: MediaPlayerVout
09-29 17:50:55.164 14632-16727/com.hb.econnect I/MediaCodec: [OMX.qcom.video.decoder.avc] setting surface generation to 14983169
09-29 17:50:55.199 14632-16728/com.hb.econnect D/SurfaceUtils: set up nativeWindow 0xaf07b408 for 352x288, color 0x7fa30c04, rotation 0, usage 0x42002900
09-29 17:50:55.210 14632-16675/com.hb.econnect D/VLC: [b368b2a8/4123] mediacodec decoder: MediaCodec via NDK opened
09-29 17:50:55.211 14632-16675/com.hb.econnect W/VLC: [b368b2a8/4123] mediacodec decoder: Restarted from DecodeCommon
09-29 17:50:55.244 14632-16728/com.hb.econnect D/SurfaceUtils: set up nativeWindow 0xaf07b408 for 352x288, color 0x7fa30c04, rotation 0, usage 0x42002900
09-29 17:50:55.318 14632-16725/com.hb.econnect E/VLC: [b368b2a8/4155] mediacodec decoder: output: 2141391876 unknown, 352x288 stride 384 288, crop 0 0 0 0
09-29 17:50:55.319 14632-16725/com.hb.econnect D/VLC: [b368b2a8/4155] core decoder: Received first picture
09-29 17:50:55.319 14632-16725/com.hb.econnect E/VLC: [b368b2a8/4155] core decoder: Timestamp conversion failed (delay 1500000, buffering 0, bound 9000000)
09-29 17:50:55.319 14632-16725/com.hb.econnect E/VLC: [b368b2a8/4155] core decoder: Could not convert timestamp 1475368541672609
09-29 17:50:55.319 14632-16726/com.hb.econnect D/VLC: [a022b828/4156] core video output: Detected interlaced video
09-29 17:50:55.319 14632-16726/com.hb.econnect D/VLC: [a022b828/4156] core video output: deinterlace 0, mode blend, is_needed 1
09-29 17:50:55.876 14632-16726/com.hb.econnect D/VLC: [b4ce6628/4156] core vout display: auto hiding mouse cursor