2. I can success the compile and get the libvlc-3.0.0-2.1.0.aar from libvlc/outputs/aar
3. I import the aar file in my Android app, but the rtmp streaming cannot play.
I can play the streaming using the same steps last year.
But I have no idea why the new one cannot play the streaming.
below is the log..
Code: Select all
02-07 14:02:46.125 D/VLC: [daddb528/6b7061] core libvlc: VLC media player - 3.0.0-git Vetinari
02-07 14:02:46.125 D/VLC: [daddb528/6b7061] core libvlc: Copyright © 1996-2017 the VideoLAN team
02-07 14:02:46.125 D/VLC: [daddb528/6b7061] core libvlc: revision 2.2.0-git-10980-ge16aa53
02-07 14:02:46.125 D/VLC: [daddb528/0] core libvlc: configured with ../configure '--host=arm-linux-androideabi' '--build=x86_64-unknown-linux' '--with-contrib=/home/ray/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-matroska' '--enable-taglib' '--enable-dvbpsi' '--disable-vlc' '--disable-shared' '--disable-update-check' '--disable-vlm' '--disable-dbus' '--enable-lua' '--disable-vcd' '--disable-v4l2' '--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' '--disable-qt' '--disable-skins2
02-07 14:02:46.125 D/VLC: [daddb528/dfa41b20] core libvlc: plug-ins loaded: 288 modules
02-07 14:02:46.125 D/VLC: [d9884a08/0] core logger: looking for logger module matching "any": 4 candidates
02-07 14:02:46.125 D/VLC: [d9884a08/0] core logger: using logger module "android_logger"
02-07 14:02:46.125 D/VLC: [daddb528/5b96] core libvlc: translation test: code is "C"
02-07 14:02:46.125 D/VLC: [d9884b28/5b96] core keystore: looking for keystore module matching "memory": 3 candidates
02-07 14:02:46.125 D/VLC: [d9884b28/5b96] core keystore: using keystore module "memory"
02-07 14:02:46.125 D/VLC: [daddb528/5b96] core libvlc: CPU has capabilities ARM_NEON FPU
02-07 14:02:46.127 D/VLC: [d98e3428/5b96] core generic: creating audio output
02-07 14:02:46.127 D/VLC: [d9891368/5b96] core audio output: looking for audio output module matching "android_audiotrack": 4 candidates
02-07 14:02:46.128 D/VLC: [d9891368/5b96] core audio output: using audio output module "android_audiotrack"
02-07 14:02:46.128 D/VLC: [d98e3428/5b96] core generic: keeping audio output
02-07 14:02:46.208 D/VLC: [d98cb828/5b96] core input: Creating an input for 'rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov'
02-07 14:02:46.210 D/VLC: [d98cb828/5bd3] core input: using timeshift granularity of 50 MiB
02-07 14:02:46.210 D/VLC: [d98cb828/5bd3] core input: using default timeshift path
02-07 14:02:46.212 D/VLC: [d98cb828/5bd3] core input: `rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov' gives access `rtmp' demux `any' path `184.72.239.149/vod/BigBuckBunny_115k.mov'
02-07 14:02:46.212 D/VLC: [db73ae08/5bd3] core input source: creating demux: access='rtmp' demux='any' location='184.72.239.149/vod/BigBuckBunny_115k.mov' file='(null)'
02-07 14:02:46.212 D/VLC: [d98e3628/5bd3] core demux: looking for access_demux module matching "rtmp": 6 candidates
02-07 14:02:46.212 D/VLC: [d98e3628/5bd3] core demux: no access_demux modules matched
02-07 14:02:46.212 D/VLC: [db73af48/5bd3] core stream: creating access: rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov
02-07 14:02:46.212 D/VLC: [db73af48/5bd3] core stream: looking for access module matching "rtmp": 23 candidates
02-07 14:02:46.212 D/VLC: [db73af48/5bd3] avio stream: CPU flags: 0x0000003f
02-07 14:02:46.269 I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@eccf399 time:152040597
02-07 14:02:48.621 D/VLC: [db73af48/5bd3] avio stream: seekable, size=-38
02-07 14:02:48.621 D/VLC: [db73af48/5bd3] core stream: using access module "avio"
02-07 14:02:48.621 D/VLC: [db73afe8/5bd3] core stream: looking for stream_filter module matching "prefetch,cache_read": 13 candidates
02-07 14:02:48.621 D/VLC: [db73afe8/5bd3] cache_read stream: Using stream method for AStream*
02-07 14:02:48.621 D/VLC: [db73afe8/5bd3] cache_read stream: starting pre-buffering
02-07 14:02:48.622 D/VLC: [db73afe8/5bd3] cache_read stream: received first data after 0 ms
02-07 14:02:48.622 D/VLC: [db73afe8/5bd3] cache_read stream: pre-buffering done 1024 bytes in 0s - 4524 KiB/s
02-07 14:02:48.622 D/VLC: [db73afe8/5bd3] core stream: using stream_filter module "cache_read"
02-07 14:02:48.622 D/VLC: [db73b128/5bd3] core stream: looking for stream_filter module matching "any": 13 candidates
02-07 14:02:48.622 D/VLC: [db73b128/5bd3] core stream: no stream_filter modules matched
02-07 14:02:48.622 D/VLC: [dade0998/5bd3] core stream_extractor: looking for stream_extractor module matching "any": 0 candidates
02-07 14:02:48.622 D/VLC: [dade0998/5bd3] core stream_extractor: no stream_extractor modules
02-07 14:02:48.622 D/VLC: [db73ae08/5bd3] core input source: attach of directory extractor failed
02-07 14:02:48.622 D/VLC: [db73b128/5bd3] core stream: looking for stream_filter module matching "record": 13 candidates
02-07 14:02:48.622 D/VLC: [db73b128/5bd3] core stream: using stream_filter module "record"
02-07 14:02:48.622 D/VLC: [db73ae08/5bd3] core input source: creating demux: access='rtmp' demux='any' location='184.72.239.149/vod/BigBuckBunny_115k.mov' file='(null)'
02-07 14:02:48.622 D/VLC: [d98e39a8/5bd3] core demux: looking for demux module matching "any": 61 candidates
02-07 14:02:48.928 D/VLC: [d9884d08/5bd3] core xml reader: looking for xml reader module matching "any": 1 candidates
02-07 14:02:48.929 D/VLC: [d9884d08/5bd3] core xml reader: using xml reader module "xml"
02-07 14:02:48.930 D/VLC: [d98e39a8/5bd3] ts demux: TS module discarded (lost sync)
02-07 14:02:48.930 D/VLC: [d98e39a8/5bd3] mod demux: MOD validation failed (ext=)
02-07 14:02:48.942 D/VLC: [d98e39a8/5bd3] lua demux: Trying Lua scripts in /data/user/0/com.rraayy.vlctest/app_vlc/.share/lua/playlist
02-07 14:02:48.942 D/VLC: [d98e39a8/5bd3] lua demux: Trying Lua scripts in /data/app/com.rraayy.vlctest-2/lib/arm/vlc/lua/playlist
02-07 14:02:48.942 D/VLC: [d98e39a8/5bd3] lua demux: Trying Lua scripts in /data/app/com.rraayy.vlctest-2/share/vlc/lua/playlist
02-07 14:02:48.942 W/VLC: [d98e39a8/5bd3] ps demux: this does not look like an MPEG PS stream, continuing anyway
02-07 14:02:48.942 D/VLC: [d98e39a8/5bd3] core demux: using demux module "ps"
02-07 14:02:48.943 D/VLC: [dfa75258/5bd3] core demux meta: looking for meta reader module matching "any": 2 candidates
02-07 14:02:48.951 D/VLC: [dfa75258/5bd3] lua demux meta: Trying Lua scripts in /data/user/0/com.rraayy.vlctest/app_vlc/.share/lua/meta/reader
02-07 14:02:48.951 D/VLC: [dfa75258/5bd3] lua demux meta: Trying Lua scripts in /data/app/com.rraayy.vlctest-2/lib/arm/vlc/lua/meta/reader
02-07 14:02:48.951 D/VLC: [dfa75258/5bd3] lua demux meta: Trying Lua scripts in /data/app/com.rraayy.vlctest-2/share/vlc/lua/meta/reader
02-07 14:02:48.951 D/VLC: [dfa75258/5bd3] core demux meta: no meta reader modules matched
02-07 14:02:48.951 D/VLC: [d98cb828/5bd3] core input: `rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov' successfully opened
02-07 14:02:48.951 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:48.952 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:48.953 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:48.953 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:49.644 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:49.645 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:49.646 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:49.646 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:53.743 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:53.750 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.687 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:55.687 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.687 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:55.687 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:02:55.688 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.396 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.396 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.397 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.397 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.399 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.399 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.399 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.400 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.400 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.401 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.401 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.402 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:09.402 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:09.402 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.239 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:19.240 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.173 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:33.174 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:46.799 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:46.799 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:46.800 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:46.800 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.873 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.873 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.873 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.873 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.873 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.874 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.874 D/VLC: [d98cb828/5bd3] core input: selecting program id=0
02-07 14:03:58.874 D/VLC: [ca9151a8/5bd3] core packetizer: looking for packetizer module matching "any": 24 candidates
02-07 14:03:58.875 D/VLC: [ca9151a8/5bd3] core packetizer: using packetizer module "mpegvideo"
02-07 14:03:58.875 D/VLC: [ca915528/5bd3] core decoder: looking for decoder module matching "all": 41 candidates
02-07 14:03:58.875 D/VLC: [ca915528/5bd3] avcodec decoder: CPU flags: 0x0000003f
02-07 14:03:58.876 D/VLC: [ca915528/5bd3] avcodec decoder: allowing 4 thread(s) for decoding
02-07 14:03:58.877 D/VLC: [ca915528/5bd3] avcodec decoder: codec (mpeg2video) started
02-07 14:03:58.877 D/VLC: [ca915528/5bd3] core decoder: using decoder module "avcodec"
02-07 14:03:58.877 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.877 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.879 D/VLC: [ca915fa8/5bd3] core packetizer: looking for packetizer module matching "any": 24 candidates
02-07 14:03:58.879 D/VLC: [ca915fa8/5bd3] core packetizer: using packetizer module "mpegaudio"
02-07 14:03:58.880 D/VLC: [ca915c28/5bd3] core decoder: looking for decoder module matching "all": 41 candidates
02-07 14:03:58.884 D/VLC: [ca915c28/5bd3] mpg123 decoder: mpga->f32l, bits per sample: 32
02-07 14:03:58.884 D/VLC: [ca915c28/5bd3] core decoder: using decoder module "mpg123"
02-07 14:03:58.884 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.884 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.886 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.886 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.887 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.887 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.888 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xf8 format unknown
02-07 14:03:58.888 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xf4 format unknown
02-07 14:03:58.889 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.890 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.890 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.891 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.891 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.892 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.893 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.894 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.894 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.894 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.894 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.894 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.895 D/VLC: [ca915fa8/6982] mpegaudio packetizer: waiting for PTS
02-07 14:03:58.895 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.897 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xff format unknown
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.898 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.899 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xfc format unknown
02-07 14:03:58.899 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.900 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.900 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.900 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.900 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.900 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.901 D/VLC: [d98e39a8/5bd3] ps demux: contains a PSM
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.901 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xf0 format unknown
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.901 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.902 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.902 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:03:58.903 D/VLC: [d98e39a8/5bd3] ps demux: es id=0xf7 format unknown
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:03:58.903 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:05:17.214 W/VLC: [d98e39a8/5bd3] ps demux: garbage at input, trying to resync...
02-07 14:05:17.214 W/VLC: [d98e39a8/5bd3] ps demux: found sync code
02-07 14:05:17.214 D/VLC: [d98cb828/5bd3] core input: EOF reached
02-07 14:05:17.216 D/VLC: [ca915528/5bd3] core decoder: killing decoder fourcc `mpgv', 0 PES in FIFO
02-07 14:05:17.216 D/VLC: [ca915528/5bd3] core decoder: removing module "avcodec"
02-07 14:05:17.217 D/VLC: [ca915528/5bd3] avcodec decoder: ffmpeg codec (mpeg2video) stopped
02-07 14:05:17.217 D/VLC: [ca9151a8/5bd3] core packetizer: removing module "mpegvideo"
02-07 14:05:17.218 D/VLC: [ca915c28/5bd3] core decoder: killing decoder fourcc `mpga', 0 PES in FIFO
02-07 14:05:17.218 D/VLC: [ca915c28/5bd3] core decoder: removing module "mpg123"
02-07 14:05:17.219 D/VLC: [ca915fa8/5bd3] core packetizer: removing module "mpegaudio"
02-07 14:05:17.219 D/VLC: [d98e39a8/5bd3] core demux: removing module "ps"
02-07 14:05:17.229 D/VLC: [d98cb828/5bd3] core input: Program doesn't contain anymore ES
02-07 14:05:17.230 D/VLC: [db73b128/5bd3] core stream: removing module "record"
02-07 14:05:17.230 D/VLC: [db73afe8/5bd3] core stream: removing module "cache_read"
02-07 14:05:17.233 D/VLC: [db73af48/5bd3] core stream: removing module "avio"