Playing fragmented MP4
Posted: 18 Oct 2012 05:46
Hi all
I'm very new with the hole video thing, I'm doing some experiments. I'm creating a fragmented MP4 file like this:
And, trying to reproduce the saved video with vlc... but I'm getting this. Can I play fragmented MP4 files in VLC ? If the answer is yes... can someone tell me what I'm missing here ?
I'm very new with the hole video thing, I'm doing some experiments. I'm creating a fragmented MP4 file like this:
Code: Select all
ffmpeg -re -rtsp_transport tcp -i rtsp://192.168.99.97/video.h264 -vcodec copy -an -f mp4 -movflags frag_keyframe+empty_moov algo_3.mp4
Code: Select all
emelo@alfa:~> cvlc -vvvvv algo_3.mp4
VLC media player 2.0.2 Twoflower (revision 2.0.1-453-g40d9fef)
[0x6090a8] main libvlc debug: VLC media player - 2.0.2 Twoflower
[0x6090a8] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN
[0x6090a8] main libvlc debug: revision 2.0.1-453-g40d9fef
[0x6090a8] main libvlc debug: configured with ./configure '--host=x86_64-unknown-linux-gnu' '--build=x86_64-unknown-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-silent-rules' '--disable-dependency-tracking' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-bluray' '--enable-dbus' '--enable-telepathy' '--enable-dca' '--enable-dvbpsi' '--enable-dvdnav' '--enable-dvdread' '--enable-faad' '--enable-fast-install' '--enable-flac' '--enable-freetype' '--enable-fribidi' '--enable-glx' '--enable-gnomevfs' '--enable-gnutls' '--enable-httpd' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libcddb' '--enable-libmpeg2' '--enable-libproxy' '--enable-libva' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mad' '--enable-mkv' '--enable-mtp' '--enable-mod' '--enable-ncurses' '--enable-ogg' '--enable-optimizations' '--enable-oss' '--enable-portaudio' '--enable-pulse' '--enable-pvr' '--enable-real' '--enable-realrtsp' '--enable-samplerate' '--enable-screen' '--enable-sdl' '--enable-sdl-image' '--enable-sftp' '--enable-shout' '--enable-smb' '--enable-sout' '--enable-speex' '--enable-sqlite' '--enable-svg' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-v4l2' '--enable-vcd' '--enable-vcdx' '--enable-visual' '--enable-vorbis' '--enable-waveout' '--enable-x264' '--enable-xcb' '--enable-xvideo' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'CFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -L/usr/lib64/live' 'CXXFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -L/usr/lib64/live'
[0x6090a8] main libvlc debug: searching plug-in modules
[0x6090a8] main libvlc debug: loading plugins cache file /usr/lib64/vlc/plugins/plugins.dat
[0x6090a8] main libvlc debug: recursively browsing `/usr/lib64/vlc/plugins'
[0x6090a8] main libvlc warning: cannot load module `/usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so' (/usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so: undefined symbol: _ZTIN6TagLib3APE4FileE)
[0x6090a8] main libvlc debug: saving plugins cache /usr/lib64/vlc/plugins/plugins.dat
[0x6090a8] main libvlc debug: plug-ins loaded: 422 modules
[0x6090a8] main libvlc debug: opening config file (/home/emelo/.config/vlc/vlcrc)
[0x6090a8] main libvlc debug: translation test: code is "C"
[0x6090a8] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE SSE2 SSE3 FPU
[0x6090a8] main libvlc debug: looking for memcpy module: 4 candidates
[0x6090a8] main libvlc debug: using memcpy module "memcpymmxext"
[0x61e798] main input debug: Creating an input for 'Media Library'
[0x61e798] main input debug: Input is a meta file: disabling unneeded options
[0x61e798] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x61e798] main input debug: `file/xspf-open:///home/emelo/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/emelo/.local/share/vlc/ml.xspf'
[0x61e798] main input debug: creating demux: access='file' demux='xspf-open' location='/home/emelo/.local/share/vlc/ml.xspf' file='/home/emelo/.local/share/vlc/ml.xspf'
[0x6d3e98] main demux debug: looking for access_demux module: 3 candidates
[0x6d3e98] main demux debug: no access_demux module matching "file" could be loaded
[0x6d3e98] main demux debug: TIMER module_need() : 1.892 ms - Total 1.892 ms / 1 intvls (Avg 1.892 ms)
[0x61e798] main input debug: creating access 'file' location='/home/emelo/.local/share/vlc/ml.xspf', path='/home/emelo/.local/share/vlc/ml.xspf'
[0x6d4ed8] main access debug: looking for access module: 2 candidates
[0x6d4ed8] filesystem access debug: opening file `/home/emelo/.local/share/vlc/ml.xspf'
[0x6d4ed8] main access debug: using access module "filesystem"
[0x6d4ed8] main access debug: TIMER module_need() : 0.706 ms - Total 0.706 ms / 1 intvls (Avg 0.706 ms)
[0x6d5bd8] main stream debug: Using stream method for AStream*
[0x6d5bd8] main stream debug: starting pre-buffering
[0x6d5bd8] main stream debug: received first data after 0 ms
[0x6d5bd8] main stream debug: pre-buffering done 296 bytes in 0s - 8501 KiB/s
[0x6d5e38] main stream debug: looking for stream_filter module: 7 candidates
[0x6d5e38] main stream debug: no stream_filter module matching "any" could be loaded
[0x6d5e38] main stream debug: TIMER module_need() : 1.739 ms - Total 1.739 ms / 1 intvls (Avg 1.739 ms)
[0x6d5e38] main stream debug: looking for stream_filter module: 1 candidate
[0x6d5e38] main stream debug: using stream_filter module "stream_filter_record"
[0x6d5e38] main stream debug: TIMER module_need() : 0.344 ms - Total 0.344 ms / 1 intvls (Avg 0.344 ms)
[0x61e798] main input debug: creating demux: access='file' demux='xspf-open' location='/home/emelo/.local/share/vlc/ml.xspf' file='/home/emelo/.local/share/vlc/ml.xspf'
[0x6d9108] main demux debug: looking for demux module: 1 candidate
[0x6d9108] playlist demux debug: using XSPF playlist reader
[0x6d9108] main demux debug: using demux module "playlist"
[0x6d9108] main demux debug: TIMER module_need() : 0.468 ms - Total 0.468 ms / 1 intvls (Avg 0.468 ms)
[0x6d9a38] main demux meta debug: looking for meta reader module: 1 candidate
[0x6d9a38] lua demux meta debug: Trying Lua scripts in /home/emelo/.local/share/vlc/lua/meta/reader
[0x6d9a38] lua demux meta debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/reader
[0x6d9a38] lua demux meta debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/reader/filename.luac
[0x6d9a38] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x6d9a38] main demux meta debug: no meta reader module matching "any" could be loaded
[0x6d9a38] main demux meta debug: TIMER module_need() : 1.300 ms - Total 1.300 ms / 1 intvls (Avg 1.300 ms)
[0x61e798] main input debug: `file/xspf-open:///home/emelo/.local/share/vlc/ml.xspf' successfully opened
[0x6e2eb8] main xml reader debug: looking for xml reader module: 1 candidate
[0x6e2eb8] main xml reader debug: using xml reader module "xml"
[0x6e2eb8] main xml reader debug: TIMER module_need() : 0.231 ms - Total 0.231 ms / 1 intvls (Avg 0.231 ms)
[0x6d9108] playlist demux debug: parsed 0 tracks successfully
[0x61e798] main input debug: EOF reached
[0x6d9108] main demux debug: removing module "playlist"
[0x6d5e38] main stream debug: removing module "stream_filter_record"
[0x6d4ed8] main access debug: removing module "filesystem"
[0x61e798] main input debug: TIMER input launching for 'Media Library' : 7.257 ms - Total 7.257 ms / 1 intvls (Avg 7.257 ms)
[0x6dd738] main interface debug: looking for interface module: 1 candidate
[0x6dd738] main interface debug: using interface module "hotkeys"
[0x6dd738] main interface debug: TIMER module_need() : 0.155 ms - Total 0.155 ms / 1 intvls (Avg 0.155 ms)
[0x61e798] main interface debug: looking for interface module: 1 candidate
[0x84fa18] main playlist debug: playlist threads correctly activated
[0x84fa18] main playlist debug: rebuilding array of current - root Playlist
[0x61e798] main interface debug: using interface module "inhibit"
[0x84fa18] main playlist debug: rebuild done - 0 items, index -1
[0x61e798] main interface debug: TIMER module_need() : 1.275 ms - Total 1.275 ms / 1 intvls (Avg 1.275 ms)
[0x84fa18] main playlist debug: adding item `algo_3.mp4' ( file:///home/emelo/algo_3.mp4 )
[0x6d3788] main input debug: Creating an input for 'algo_3.mp4'
[0x7fb9d4000948] main interface debug: looking for interface module: 1 candidate
[0x7fb9d4000948] main interface debug: using interface module "globalhotkeys"
[0x7fb9d4000948] main interface debug: TIMER module_need() : 1.521 ms - Total 1.521 ms / 1 intvls (Avg 1.521 ms)
[0x6e3498] main interface debug: looking for interface module: 1 candidate
[0x6e3498] dummy interface: using the dummy interface module...
[0x6e3498] main interface debug: using interface module "dummy"
[0x6e3498] main interface debug: TIMER module_need() : 0.432 ms - Total 0.432 ms / 1 intvls (Avg 0.432 ms)
[0x84fa18] main playlist debug: processing request item: null, node: Playlist, skip: 0
[0x84fa18] main playlist debug: rebuilding array of current - root Playlist
[0x84fa18] main playlist debug: rebuild done - 1 items, index -1
[0x84fa18] main playlist debug: starting playback of the new playlist item
[0x84fa18] main playlist debug: resyncing on algo_3.mp4
[0x84fa18] main playlist debug: algo_3.mp4 is at 0
[0x84fa18] main playlist debug: creating new input thread
[0x6dcd18] main input debug: Creating an input for 'algo_3.mp4'
[0x6dcd18] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x6dcd18] main input debug: `file:///home/emelo/algo_3.mp4' gives access `file' demux `' path `/home/emelo/algo_3.mp4'
[0x6dcd18] main input debug: creating demux: access='file' demux='' location='/home/emelo/algo_3.mp4' file='/home/emelo/algo_3.mp4'
[0x63fb28] main demux debug: looking for access_demux module: 3 candidates
[0x63fb28] main demux debug: no access_demux module matching "file" could be loaded
[0x63fb28] main demux debug: TIMER module_need() : 0.232 ms - Total 0.232 ms / 1 intvls (Avg 0.232 ms)
[0x6dcd18] main input debug: creating access 'file' location='/home/emelo/algo_3.mp4', path='/home/emelo/algo_3.mp4'
[0x84fa18] main playlist debug: meta ok for QStream, need to fetch art
[0x6dc218] main access debug: looking for access module: 2 candidates
[0x6dc218] filesystem access debug: opening file `/home/emelo/algo_3.mp4'
[0x6dc218] main access debug: using access module "filesystem"
[0x6dc218] main access debug: TIMER module_need() : 0.178 ms - Total 0.178 ms / 1 intvls (Avg 0.178 ms)
[0x7fb9cc000c58] main stream debug: Using stream method for AStream*
[0x7fb9cc000c58] main stream debug: starting pre-buffering
[0x7fb9cc000c58] main stream debug: received first data after 0 ms
[0x7fb9cc000c58] main stream debug: pre-buffering done 1024 bytes in 0s - 43478 KiB/s
[0x7fb9d4005bf8] main demux meta debug: looking for meta fetcher module: 1 candidate
[0x7fb9d4005bf8] lua demux meta debug: Trying Lua scripts in /home/emelo/.local/share/vlc/lua/meta/fetcher
[0x7fb9d4005bf8] lua demux meta debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/fetcher
[0x7fb9d4005bf8] lua demux meta debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/fetcher/tvrage.luac
[0x7fb9ccc00f48] main stream debug: looking for stream_filter module: 7 candidates
[0x7fb9ccc00f48] main stream debug: no stream_filter module matching "any" could be loaded
[0x7fb9ccc00f48] main stream debug: TIMER module_need() : 0.237 ms - Total 0.237 ms / 1 intvls (Avg 0.237 ms)
[0x7fb9d4005bf8] main demux meta debug: using meta fetcher module "lua"
[0x7fb9d4005bf8] main demux meta debug: TIMER module_need() : 0.515 ms - Total 0.515 ms / 1 intvls (Avg 0.515 ms)
[0x7fb9d4005bf8] main demux meta debug: removing module "lua"
[0x84fa18] main playlist debug: searching art for QStream
[0x6dc838] main stream debug: looking for stream_filter module: 1 candidate
[0x6dc838] main stream debug: using stream_filter module "stream_filter_record"
[0x6dc838] main stream debug: TIMER module_need() : 0.184 ms - Total 0.184 ms / 1 intvls (Avg 0.184 ms)
[0x6e5b18] main art finder debug: looking for art finder module: 2 candidates
[0x6dcd18] main input debug: creating demux: access='file' demux='' location='/home/emelo/algo_3.mp4' file='/home/emelo/algo_3.mp4'
[0x6e5b18] lua art finder debug: Trying Lua scripts in /home/emelo/.local/share/vlc/lua/meta/art
[0x6e5b18] lua art finder debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/art
[0x6e5b18] lua art finder debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/00_musicbrainz.luac
[0x6d3788] main demux debug: looking for demux module: 54 candidates
[0x6e5b18] lua art finder debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/01_googleimage.luac
[0x6dc838] mp4 stream warning: unknown box type mfra (incompletely loaded)
[0x6e5b18] lua art finder debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/02_frenchtv.luac
[0x6dc838] mp4 stream debug: dumping root Box "root"
[0x6dc838] mp4 stream debug: | + ftyp size 32
[0x6dc838] mp4 stream debug: | + moov size 799
[0x6dc838] mp4 stream debug: | | + mvhd size 108
[0x6dc838] mp4 stream debug: | | + trak size 475
[0x6dc838] mp4 stream debug: | | | + tkhd size 92
[0x6dc838] mp4 stream debug: | | | + mdia size 375
[0x6dc838] mp4 stream debug: | | | | + mdhd size 32
[0x6dc838] mp4 stream debug: | | | | + hdlr size 45
[0x6dc838] mp4 stream debug: | | | | + minf size 290
[0x6dc838] mp4 stream debug: | | | | | + vmhd size 20
[0x6dc838] mp4 stream debug: | | | | | + dinf size 36
[0x6dc838] mp4 stream debug: | | | | | | + dref size 28
[0x6dc838] mp4 stream debug: | | | | | | | + url size 12
[0x6dc838] mp4 stream debug: | | | | | + stbl size 226
[0x6dc838] mp4 stream debug: | | | | | | + stsd size 150
[0x6dc838] mp4 stream debug: | | | | | | | + avc1 size 134
[0x6e5b18] lua art finder debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/art/03_lastfm.luac
[0x6dc838] mp4 stream debug: | | | | | | | | + avcC size 48
[0x6dc838] mp4 stream debug: | | | | | | + stts size 16
[0x6dc838] mp4 stream debug: | | | | | | + stsc size 16
[0x6dc838] mp4 stream debug: | | | | | | + stsz size 20
[0x6dc838] mp4 stream debug: | | | | | | + stco size 16
[0x6dc838] mp4 stream debug: | | + mvex size 40
[0x6dc838] mp4 stream debug: | | | + trex size 32
[0x6dc838] mp4 stream debug: | | + udta size 168
[0x6dc838] mp4 stream debug: | | | + meta size 160
[0x6dc838] mp4 stream debug: | | | | + hdlr size 33
[0x6dc838] mp4 stream debug: | | | | + ilst size 115
[0x6dc838] mp4 stream debug: | | | | | + cnam size 31
[0x6e5b18] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[0x6e5b18] main art finder debug: no art finder module matching "any" could be loaded
[0x6e5b18] main art finder debug: TIMER module_need() : 1.415 ms - Total 1.415 ms / 1 intvls (Avg 1.415 ms)
[0x84fa18] main playlist debug: art not found for QStream
[0x6dc838] mp4 stream debug: | | | | | + ctoo size 36
[0x6dc838] mp4 stream debug: | | | | | + ccmt size 40
[0x6dc838] mp4 stream debug: | + moof size 248
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 224
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 180
[0x6dc838] mp4 stream debug: | + mdat size 15184
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 37013
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 23328
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 38899
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 25550
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 38520
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 27207
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 36685
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 25683
[0x6dc838] mp4 stream debug: | + moof size 272
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 248
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 204
[0x6dc838] mp4 stream debug: | + mdat size 38684
[0x6dc838] mp4 stream debug: | + moof size 260
[0x6dc838] mp4 stream debug: | | + mfhd size 16
[0x6dc838] mp4 stream debug: | | + traf size 236
[0x6dc838] mp4 stream debug: | | | + tfhd size 36
[0x6dc838] mp4 stream debug: | | | + trun size 192
[0x6dc838] mp4 stream debug: | + mdat size 24147
[0x6dc838] mp4 stream debug: | + mfra size 257
[0x6d3788] mp4 demux debug: ISO Media file (isom) version 512.
[0x6d3788] mp4 demux debug: found 1 tracks
[0x6d3788] mp4 demux warning: no chunk defined
[0x6d3788] mp4 demux debug: ignoring track[Id 0x1]
[0x6d3788] main demux debug: using demux module "mp4"
[0x6d3788] main demux debug: TIMER module_need() : 2.306 ms - Total 2.306 ms / 1 intvls (Avg 2.306 ms)
[0x6dcd18] main input debug: looking for a subtitle file in /home/emelo/
[0x6de8f8] main demux meta debug: looking for meta reader module: 1 candidate
[0x6de8f8] lua demux meta debug: Trying Lua scripts in /home/emelo/.local/share/vlc/lua/meta/reader
[0x6de8f8] lua demux meta debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/reader
[0x6de8f8] lua demux meta debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/reader/filename.luac
[0x6de8f8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x6de8f8] main demux meta debug: no meta reader module matching "any" could be loaded
[0x6de8f8] main demux meta debug: TIMER module_need() : 0.934 ms - Total 0.934 ms / 1 intvls (Avg 0.934 ms)
[0x6dcd18] main input debug: `file:///home/emelo/algo_3.mp4' successfully opened
[0x6dcd18] main input debug: EOF reached
[0x6d3788] main demux debug: removing module "mp4"
[0x6d3788] mp4 demux debug: freeing all memory
[0x84fa18] main playlist debug: finished input
[0x6dc838] main stream debug: removing module "stream_filter_record"
[0x6dc218] main access debug: removing module "filesystem"
[0x84fa18] main playlist debug: dead input
[0x84fa18] main playlist debug: changing item without a request (current 0/1)
[0x84fa18] main playlist debug: nothing to play
^C[0x6090a8] main libvlc debug: deactivating the playlist
[0x84fa18] main playlist debug: deactivating the playlist
[0x6398a8] main playlist export debug: saving Media Library to file /home/emelo/.local/share/vlc/ml.xspf
[0x6398a8] main playlist export debug: looking for playlist export module: 1 candidate
[0x6398a8] main playlist export debug: using playlist export module "export"
[0x6398a8] main playlist export debug: TIMER module_need() : 0.782 ms - Total 0.782 ms / 1 intvls (Avg 0.782 ms)
[0x6398a8] main playlist export debug: removing module "export"
[0x84fa18] main playlist debug: playlist correctly deactivated
[0x6090a8] main libvlc debug: removing all services discovery tasks
[0x6090a8] main libvlc debug: removing all interfaces
[0x6090a8] main libvlc debug: exiting
[0x6e3498] main interface debug: removing module "dummy"
[0x7fb9d4000948] main interface debug: removing module "globalhotkeys"
[0x61e798] main interface debug: removing module "inhibit"
[0x6dcd18] main input debug: TIMER input launching for 'algo_3.mp4' : 5.935 ms - Total 5.935 ms / 1 intvls (Avg 5.935 ms)
[0x6dd738] main interface debug: removing module "hotkeys"
[0x84fa18] main playlist debug: destroying
[0x6090a8] main libvlc debug: TIMER ML Load : Total 7.698 ms / 1 intvls (Avg 7.698 ms)
[0x6090a8] main libvlc debug: TIMER Items array build : Total 0.195 ms / 2 intvls (Avg 0.097 ms)
[0x6090a8] main libvlc debug: TIMER Preparse run : Total 3.182 ms / 1 intvls (Avg 3.182 ms)
[0x6090a8] main libvlc debug: TIMER ML Dump : Total 1.084 ms / 1 intvls (Avg 1.084 ms)
[0x6090a8] main libvlc debug: removing stats
[0x6090a8] main libvlc debug: removing module "memcpymmxext"
emelo@alfa:~>