transcoding to mono audio fails
I used the following commandline to trigger this error. Usually it is used with samr as codec, but don't think it will make a difference atm.
LD_LIBRARY_PATH=extras/contrib/lib gdb --args src/.libs/vlc --plugin-path=modules --reset-config --no-plugins-cache --freetype-font /usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf ~/Music/ABBA/01-\ 25\ jaar\ na\ Waterloo.mp3 --sout '#transcode{acodec=mp4a,afilter=mono,channels=1}:std{access=udp,mux=ts,dst=127.0.0.1:1234}' --sout-mono-downmix -vvv
Here is were the stream_out transcoding chain re opens the encoder to in and output 2 channels instead of the requested 1.
[00000376] main filter debug: looking for audio filter2 module: 1 candidate
[00000376] mono filter debug: using stereo to mono downmix
[00000376] mono filter debug: s16l->s16l, channels 6->1, bits per sample: 16->16
[00000376] main filter debug: using audio filter2 module "mono"
[00000376] main filter debug: TIMER module_Need() : 0.452 ms - Total 0.452 ms / 1 intvls (Avg 0.452 ms)
[00000357] main stream out debug: Filter 'mono' (0x8955e64) appended to chain
[00000370] main encoder debug: removing module "avcodec"
[00000357] stream_out_transcode stream out debug: number of audio channels for mixing changed, trying to reopen the encoder for mixing 2 to 2 channels
[00000370] main encoder debug: looking for encoder module: 7 candidates
[00000370] avcodec encoder debug: libavcodec already initialized
[00000361] main generic debug: thread started
[00000370] avcodec encoder debug: found encoder MPEG AAC Audio
Entire logging output:
[jpsaman@elrond vlc-trunk]$ LD_LIBRARY_PATH=extras/contrib/lib gdb --args src/.libs/vlc --plugin-path=modules --reset-config --no-plugins-cache --freetype-font /usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf ~/Music/ABBA/01-\ 25\ jaar\ na\ Waterloo.mp3 --sout '#transcode{acodec=mp4a,afilter=mono,channels=1}:std{access=udp,mux=ts,dst=127.0.0.1:1234}' --sout-mono-downmix -vvv
GNU gdb Red Hat Linux (6.6-45.fc8rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /home/jpsaman/Source/vlc-trunk/src/.libs/vlc --plugin-path=modules --reset-config --no-plugins-cache --freetype-font /usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf /home/jpsaman/Music/ABBA/01-\ 25\ jaar\ na\ Waterloo.mp3 --sout \#transcode\{acodec=mp4a,afilter=mono,channels=1\}:std\{access=udp,mux=ts,dst=127.0.0.1:1234\} --sout-mono-downmix -vvv
[Thread debugging using libthread_db enabled]
VLC media player 0.9.0 Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.0 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--enable-debug' '--enable-a52' '--enable-ffmpeg' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-dts' '--with-ffmpeg-vorbis' '--with-ffmpeg-zlib' '--enable-live555' '--disable-wxwidgets' '--enable-qt4' '--disable-skins2' '--enable-mozilla' '--without-mozilla-sdk-path' '--disable-mkv' '--disable-pda' '--enable-flac' '--enable-faad' '--with-contrib' '--disable-dc1394' '--enable-dbus' '--enable-hal' '--enable-dvdnav' '--enable-dvdread' '--enable-pvr' '--enable-caca' '--enable-zvbi' '--enable-v4l2' '--disable-sdl' '--with-ffmpeg-amrnb' '--with-ffmpeg-amrwb' '--enable-dvbpsi' '--enable-fbosd'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc debug: recursively browsing `modules'
[New Thread -1208375616 (LWP 13907)]
[00000001] main libvlc debug: module bank initialized, found 256 modules
[00000001] main libvlc debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000001] main libvlc debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000001] main libvlc debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 3 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[New Thread -1210885232 (LWP 13914)]
[00000341] main interaction debug: thread 3084082064 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000341] main interaction debug: thread started
[00000343] main input debug: Creating an input for 'Media Library'
[00000343] main input debug: Input is a meta file: disabling unneeded options
[00000343] main input debug: `file/xspf-open:///home/jpsaman/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/jpsaman/.local/share/vlc/ml.xspf'
[00000343] main input debug: creating access 'file' path='/home/jpsaman/.local/share/vlc/ml.xspf'
[00000344] main access debug: looking for access module: 3 candidates
[00000344] access_mmap access debug: opening file /home/jpsaman/.local/share/vlc/ml.xspf
[00000344] main access debug: using access module "access_mmap"
[00000344] main access debug: TIMER module_Need() : 0.202 ms - Total 0.202 ms / 1 intvls (Avg 0.202 ms)
[00000345] main stream debug: Using AStream*Block
[00000345] main stream debug: pre buffering
[00000345] main stream debug: received first data for our buffer
[00000344] access_mmap access debug: at end of memory mapped file
[00000343] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jpsaman/.local/share/vlc/ml.xspf'
[00000346] main demux debug: looking for demux module: 1 candidate
[00000346] playlist demux debug: using XSPF playlist reader
[00000346] main demux debug: using demux module "playlist"
[00000346] main demux debug: TIMER module_Need() : 0.082 ms - Total 0.082 ms / 1 intvls (Avg 0.082 ms)
[00000343] main input debug: `file/xspf-open:///home/jpsaman/.local/share/vlc/ml.xspf' successfully opened
[00000347] main xml debug: looking for xml module: 2 candidates
[00000347] main xml debug: using xml module "xml"
[00000347] main xml debug: TIMER module_Need() : 0.063 ms - Total 0.063 ms / 1 intvls (Avg 0.063 ms)
[00000344] access_mmap access debug: at end of memory mapped file
[00000346] playlist demux debug: parsed 0 tracks successfully
[00000347] main xml debug: removing module "xml"
[00000343] main input debug: EOF reached
[00000343] main input debug: control type=1
[00000346] main demux debug: removing module "playlist"
[00000344] main access debug: removing module "access_mmap"
[00000343] main input debug: Destroying the input for 'Media Library'
[00000343] main input debug: TIMER input launching for 'Media Library' : 2.387 ms - Total 2.387 ms / 1 intvls (Avg 2.387 ms)
[New Thread -1222640752 (LWP 13915)]
[00000348] main preparser debug: thread started
[00000348] main preparser debug: waiting for thread initialization
[00000348] main preparser debug: thread 3072326544 (preparser) created at priority 0 (playlist/thread.c:80)
[New Thread -1233130608 (LWP 13916)]
[00000349] main fetcher debug: waiting for thread initialization
[00000349] main fetcher debug: thread started
[00000349] main fetcher debug: thread 3061836688 (fetcher) created at priority 0 (playlist/thread.c:110)
[New Thread -1243620464 (LWP 13917)]
[00000342] main playlist debug: thread started
[00000342] main playlist debug: waiting for thread initialization
[00000342] main playlist debug: rebuilding array of current - root Playlist
[00000342] main playlist debug: rebuild done - 0 items, index -1
[00000342] main playlist debug: thread 3051346832 (playlist) created at priority 0 (playlist/thread.c:119)
[00000350] main interface debug: looking for interface module: 1 candidate
[00000350] main interface debug: using interface module "hotkeys"
[00000350] main interface debug: TIMER module_Need() : 0.079 ms - Total 0.079 ms / 1 intvls (Avg 0.079 ms)
[New Thread -1254110320 (LWP 13918)]
[00000350] main interface debug: thread 3040856976 (interface) created at priority 0 (interface/interface.c:168)
[00000351] main interface debug: looking for interface module: 1 candidate
[00000350] main interface debug: thread started
[00000351] main interface debug: using interface module "inhibit"
[00000351] main interface debug: TIMER module_Need() : 4.199 ms - Total 4.199 ms / 1 intvls (Avg 4.199 ms)
[New Thread -1264600176 (LWP 13919)]
[00000351] main interface debug: thread 3030367120 (interface) created at priority 0 (interface/interface.c:168)
[00000351] main interface debug: thread started
[00000352] main interface debug: looking for interface module: 1 candidate
[00000352] main interface debug: using interface module "screensaver"
[00000352] main interface debug: TIMER module_Need() : 0.175 ms - Total 0.175 ms / 1 intvls (Avg 0.175 ms)
[New Thread -1275090032 (LWP 13920)]
[00000352] main interface debug: thread started
[00000352] main interface debug: thread 3019877264 (interface) created at priority 0 (interface/interface.c:168)
[00000342] main playlist debug: adding item `01- 25 jaar na Waterloo.mp3' ( /home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3 )
[00000353] main interface debug: looking for interface module: 18 candidates
[New Thread -1285579888 (LWP 13921)]
[00000353] main interface debug: using interface module "signals"
[00000353] main interface debug: TIMER module_Need() : 1.303 ms - Total 1.303 ms / 1 intvls (Avg 1.303 ms)
[New Thread -1296069744 (LWP 13922)]
[00000353] main interface debug: thread started
[00000353] main interface debug: thread 2998897552 (interface) created at priority 0 (interface/interface.c:168)
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000354] main interface debug: looking for interface module: 3 candidates
[00000354] main interface debug: using interface module "qt4"
[00000354] main interface debug: TIMER module_Need() : 0.766 ms - Total 0.766 ms / 1 intvls (Avg 0.766 ms)
[New Thread -1306559600 (LWP 13923)]
[00000354] main interface debug: thread 2988407696 (interface) created at priority 0 (interface/interface.c:168)
[00000354] main interface debug: thread started
[00000342] main playlist debug: starting new item
[00000342] main playlist debug: processing request item null node Playlist skip 0
[00000342] main playlist debug: rebuilding array of current - root Playlist
[00000342] main playlist debug: rebuild done - 1 items, index -1
[00000342] main playlist debug: creating new input thread
[00000355] main input debug: Creating an input for '01- 25 jaar na Waterloo.mp3'
[New Thread -1317049456 (LWP 13924)]
[00000355] main input debug: waiting for thread initialization
[00000355] main input debug: thread started
[00000355] main input debug: thread 2977917840 (input) created at priority 10 (input/input.c:367)
[00000356] main stream output debug: stream=`transcode'
[00000357] main stream out debug: looking for sout stream module: 1 candidate
[00000356] main stream output debug: stream=`std'
[00000359] main stream out debug: looking for sout stream module: 1 candidate
[00000359] main stream out debug: set config option: sout-standard-access to udp
[00000359] main stream out debug: set config option: sout-standard-mux to ts
[00000359] main stream out debug: set config option: sout-standard-dst to 127.0.0.1:1234
[00000359] stream_out_standard stream out debug: creating `udp/ts://127.0.0.1:1234'
[00000359] stream_out_standard stream out debug: extension is 1:1234
[00000359] stream_out_standard stream out debug: extension -> mux=(null)
[00000359] stream_out_standard stream out debug: using `udp/ts://127.0.0.1:1234'
[00000360] main access out debug: looking for sout access module: 1 candidate
[00000360] main access out debug: net: connecting to [127.0.0.1]:1234
[00000360] access_output_udp access out debug: source: 127.0.0.1 port 58997
[00000360] access_output_udp access out debug: destination: 127.0.0.1 port 1234
[New Thread -1327539312 (LWP 13925)]
[00000361] main generic debug: thread 2967427984 (sout write thread) created at priority 20 (udp.c:255)
[00000360] main access out debug: using sout access module "access_output_udp"
[00000360] main access out debug: TIMER module_Need() : 32.753 ms - Total 32.753 ms / 1 intvls (Avg 32.753 ms)
[00000359] stream_out_standard stream out debug: access opened
[00000362] main mux debug: looking for sout mux module: 1 candidate
[00000362] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[00000362] main mux debug: using sout mux module "mux_ts"
[00000362] main mux debug: TIMER module_Need() : 2.393 ms - Total 2.393 ms / 1 intvls (Avg 2.393 ms)
[00000356] main stream output debug: muxer support adding stream at any time
[00000359] stream_out_standard stream out debug: mux opened
[00000359] main stream out debug: using sout stream module "stream_out_standard"
[00000359] main stream out debug: TIMER module_Need() : 37.236 ms - Total 37.236 ms / 1 intvls (Avg 37.236 ms)
[00000357] main stream out debug: set config option: sout-transcode-acodec to mp4a
[00000357] main stream out debug: set config option: sout-transcode-afilter to mono
[00000357] main stream out debug: set config option: sout-transcode-channels to 1
[00000357] stream_out_transcode stream out debug: codec audio=mp4a 0Hz 1 channels 0Kb/s
[00000357] main stream out debug: using sout stream module "stream_out_transcode"
[00000357] main stream out debug: TIMER module_Need() : 41.020 ms - Total 41.020 ms / 1 intvls (Avg 41.020 ms)
[00000355] main input debug: `/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3' gives access `' demux `' path `/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3'
[00000355] main input debug: creating demux: access='' demux='' path='/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3'
[00000363] main demux debug: looking for access_demux module: 2 candidates
[00000363] main demux debug: TIMER module_Need() : 0.116 ms - Total 0.116 ms / 1 intvls (Avg 0.116 ms)
[00000355] main input debug: creating access '' path='/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3'
[00000364] main access debug: looking for access module: 5 candidates
[00000364] vcd access debug: trying .cue file: /home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.cue
[00000364] vcd access debug: could not find .cue file
[00000364] access_mmap access debug: opening file /home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3
[00000364] main access debug: using access module "access_mmap"
[00000364] main access debug: TIMER module_Need() : 0.211 ms - Total 0.211 ms / 1 intvls (Avg 0.211 ms)
[00000365] main stream debug: Using AStream*Block
[00000365] main stream debug: pre buffering
[00000365] main stream debug: received first data for our buffer
[00000365] main stream debug: prebuffering done 1048576 bytes in 0s - 26947368 kbytes/s
[00000355] main input debug: creating demux: access='' demux='' path='/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3'
[00000366] main demux debug: looking for demux module: 49 candidates
[00000367] main packetizer debug: looking for packetizer module: 16 candidates
[00000367] main packetizer debug: using packetizer module "mpeg_audio"
[00000367] main packetizer debug: TIMER module_Need() : 0.093 ms - Total 0.093 ms / 1 intvls (Avg 0.093 ms)
[00000367] mpeg_audio packetizer debug: MPGA channels:2 samplerate:44100 bitrate:192
[00000355] main input debug: selecting program id=0
[00000366] main demux debug: using demux module "mpga"
[00000366] main demux debug: TIMER module_Need() : 0.310 ms - Total 0.310 ms / 1 intvls (Avg 0.310 ms)
[00000355] main input debug: looking for a subtitle file in /home/jpsaman/Music/ABBA/
[00000368] main packetizer debug: looking for packetizer module: 16 candidates
[00000368] main packetizer debug: using packetizer module "mpeg_audio"
[00000368] main packetizer debug: TIMER module_Need() : 0.118 ms - Total 0.118 ms / 1 intvls (Avg 0.118 ms)
[00000355] main input debug: stream out mode -> no decoder thread
[00000355] main input debug: starting in async mode
[00000366] main demux debug: looking for meta reader module: 1 candidate
[00000366] id3tag demux debug: checking for ID3v1/2 and APEv1/2 tags
[00000365] main stream debug: b_seek=1 th*avg=1048576 skip=2847356
[00000366] main demux debug: TIMER module_Need() : 0.123 ms - Total 0.123 ms / 1 intvls (Avg 0.123 ms)
[00000355] main input debug: `/home/jpsaman/Music/ABBA/01- 25 jaar na Waterloo.mp3' successfully opened
[00000355] main input debug: control type=1
[00000368] mpeg_audio packetizer debug: MPGA channels:2 samplerate:44100 bitrate:192
[00000356] main stream output debug: adding a new sout input (sout_input:0x88ee5e8)
[00000357] stream_out_transcode stream out debug: creating audio transcoding from fcc=`mpga' to fcc=`mp4a'
[00000369] main decoder debug: looking for decoder module: 25 candidates
[00000369] main decoder debug: using decoder module "mpeg_audio"
[00000369] main decoder debug: TIMER module_Need() : 0.172 ms - Total 0.172 ms / 1 intvls (Avg 0.172 ms)
[00000370] main encoder debug: looking for encoder module: 7 candidates
[00000370] avcodec encoder debug: libavcodec initialized (interface 3357184 )
[00000370] avcodec encoder debug: found encoder MPEG AAC Audio
[00000370] main encoder debug: using encoder module "avcodec"
[00000370] main encoder debug: TIMER module_Need() : 17.366 ms - Total 17.366 ms / 1 intvls (Avg 17.366 ms)
[00000371] main filter debug: looking for audio filter2 module: 7 candidates
[00000371] mpgatofixed32 filter debug: mpga->fl32, bits per sample: 0
[00000371] main filter debug: using audio filter2 module "mpgatofixed32"
[00000371] main filter debug: TIMER module_Need() : 0.192 ms - Total 0.192 ms / 1 intvls (Avg 0.192 ms)
[00000357] main stream out debug: Filter 'mpgatofixed32' (0x89039dc) appended to chain
[00000372] main filter debug: looking for audio filter2 module: 7 candidates
[00000372] audio_format filter debug: fl32->s16l, bits per sample: 32->16
[00000372] main filter debug: using audio filter2 module "audio_format"
[00000372] main filter debug: TIMER module_Need() : 0.091 ms - Total 0.091 ms / 1 intvls (Avg 0.091 ms)
[00000357] main stream out debug: Filter 'audio_format' (0x8904544) appended to chain
[00000373] main filter debug: looking for audio filter2 module: 7 candidates
[00000373] main filter debug: TIMER module_Need() : 0.072 ms - Total 0.072 ms / 1 intvls (Avg 0.072 ms)
[00000357] main stream out error: Failed to create video filter
[00000374] main filter debug: looking for audio filter2 module: 7 candidates
[00000374] main filter debug: TIMER module_Need() : 0.062 ms - Total 0.062 ms / 1 intvls (Avg 0.062 ms)
[00000357] main stream out error: Failed to create video filter
[00000375] main filter debug: looking for audio filter2 module: 7 candidates
[00000375] main filter debug: TIMER module_Need() : 0.063 ms - Total 0.063 ms / 1 intvls (Avg 0.063 ms)
[00000357] main stream out error: Failed to create video filter
[00000376] main filter debug: looking for audio filter2 module: 1 candidate
[00000376] mono filter debug: using stereo to mono downmix
[00000376] mono filter debug: s16l->s16l, channels 6->1, bits per sample: 16->16
[00000376] main filter debug: using audio filter2 module "mono"
[00000376] main filter debug: TIMER module_Need() : 0.452 ms - Total 0.452 ms / 1 intvls (Avg 0.452 ms)
[00000357] main stream out debug: Filter 'mono' (0x8955e64) appended to chain
[00000370] main encoder debug: removing module "avcodec"
[00000357] stream_out_transcode stream out debug: number of audio channels for mixing changed, trying to reopen the encoder for mixing 2 to 2 channels
[00000370] main encoder debug: looking for encoder module: 7 candidates
[00000370] avcodec encoder debug: libavcodec already initialized
[00000361] main generic debug: thread started
[00000370] avcodec encoder debug: found encoder MPEG AAC Audio
[00000370] main encoder debug: using encoder module "avcodec"
[00000370] main encoder debug: TIMER module_Need() : 18.655 ms - Total 18.655 ms / 1 intvls (Avg 18.655 ms)
[00000362] main mux debug: adding a new input
[00000362] mux_ts mux debug: adding input codec=mp4a pid=68
[00000362] mux_ts mux debug: new PCR PID is 68
[00000368] main packetizer debug: switching to sync mode
[00000369] mpeg_audio decoder debug: MPGA channels:2 samplerate:44100 bitrate:192
[00000354] main interface debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000354] main interface debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000361] access_output_udp generic debug: packet has been sent too late (34620)
[00000354] main interface debug: uses deprecated vlc_object_get(354)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] main interface debug: uses deprecated vlc_object_get(355)
[00000354] qt4 interface debug: Error while initializing qt-specific localization
[00000354] qt4 interface debug: Updating the stream status: 3
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000361] access_output_udp generic warning: send error: Connection refused
[00000364] access_mmap access debug: at end of memory mapped file
[00000355] main input debug: EOF reached
[00000354] qt4 interface debug: New Event: type 1103
[00000354] qt4 interface debug: New Event: type 1103
[00000342] main playlist debug: finished input
[00000342] main playlist debug: dying input
[00000367] main packetizer debug: removing module "mpeg_audio"
[00000366] main demux debug: removing module "mpga"
[00000364] main access debug: removing module "access_mmap"
[00000368] main packetizer debug: removing module "mpeg_audio"
[00000368] main packetizer debug: killing decoder fourcc `mpga', 0 PES in FIFO
[00000356] main stream output debug: removing a sout input (sout_input:0x88ee5e8)
[00000370] main encoder debug: TIMER encoding audio frame : 1.599 ms - Total 25541.650 ms / 6212 intvls (Avg 4.112 ms)
[00000369] main decoder debug: removing module "mpeg_audio"
[00000370] main encoder debug: removing module "avcodec"
[00000357] main stream out debug: Filter 'mpgatofixed32' (0x89039dc) removed from chain
[00000371] main filter debug: removing module "mpgatofixed32"
[00000357] main stream out debug: Filter 'audio_format' (0x8904544) removed from chain
[00000372] main filter debug: removing module "audio_format"
[00000357] main stream out debug: Filter 'mono' (0x8955e64) removed from chain
[00000376] main filter debug: removing module "mono"
[00000362] mux_ts mux debug: removing input pid=68
[00000362] mux_ts mux debug: new PCR PID is 8191
[00000362] main mux warning: no more input streams for this mux
[00000355] main input debug: thread ended
[Thread -1317049456 (LWP 13924) exited]
[00000354] qt4 interface debug: Updating the stream status: 8
[00000342] main playlist debug: dead input
[00000356] main stream output error: object is not attached
[00000355] main input debug: thread 2977917840 joined (playlist/engine.c:244)
[00000355] message input warning: message queue overflowed
[00000355] main input debug: Destroying the input for '01- 25 jaar na Waterloo.mp3'
[00000355] main input debug: TIMER input launching for '01- 25 jaar na Waterloo.mp3' : 68.413 ms - Total 68.413 ms / 1 intvls (Avg 68.413 ms)
[00000342] main playlist debug: starting new item
[00000342] main playlist debug: changing item without a request (current 0/1)
[00000342] main playlist debug: nothing to play
[00000354] qt4 interface debug: Quitting the Qt4 Interface
[00000354] qt4 interface debug: Destroying the main interface
[00000001] main libvlc debug: removing all interfaces
[00000354] qt4 interface debug: Destroying the Dialog Provider
[00000354] main interface debug: thread ended
[Thread -1306559600 (LWP 13923) exited]
[00000354] main interface debug: thread 2988407696 joined (interface/interface.c:188)
[00000354] main interface debug: removing module "qt4"
[00000353] main interface debug: thread ended
[Thread -1296069744 (LWP 13922) exited]
[00000353] main interface debug: thread 2998897552 joined (interface/interface.c:188)
[Thread -1285579888 (LWP 13921) exited]
[00000353] main interface debug: removing module "signals"
[00000352] main interface debug: thread ended
[Thread -1275090032 (LWP 13920) exited]
[00000352] main interface debug: thread 3019877264 joined (interface/interface.c:188)
[00000352] main interface debug: removing module "screensaver"
[00000351] main interface debug: thread ended
[Thread -1264600176 (LWP 13919) exited]
[00000351] main interface debug: thread 3030367120 joined (interface/interface.c:188)
[00000351] main interface debug: removing module "inhibit"
[00000350] main interface debug: thread ended
[Thread -1254110320 (LWP 13918) exited]
[00000350] main interface debug: thread 3040856976 joined (interface/interface.c:188)
[00000350] main interface debug: removing module "hotkeys"
[00000001] main libvlc debug: removing all services discovery tasks
[00000001] main libvlc debug: removing playlist
[00000357] main stream out debug: destroying chain... (name=transcode)
[00000359] main stream out debug: destroying chain... (name=std)
[00000362] main mux debug: removing module "mux_ts"
[00000361] access_output_udp generic debug: mmh, packets in the past (3745298779)
[00000361] access_output_udp generic debug: packet has been sent too late (3816009606)
[00000361] main generic debug: thread ended
[Thread -1327539312 (LWP 13925) exited]
[00000361] main generic debug: thread 2967427984 joined (udp.c:294)
[00000360] access_output_udp access out debug: UDP access output closed
[00000360] main access out debug: removing module "access_output_udp"
[00000359] main stream out debug: removing module "stream_out_standard"
[00000359] main stream out debug: destroying chain done
[00000357] main stream out debug: removing module "stream_out_transcode"
[00000357] main stream out debug: destroying chain done
[00000342] main playlist: saving Media Library to file /home/jpsaman/.local/share/vlc/ml.xspf
[00000342] main playlist debug: looking for playlist export module: 1 candidate
[00000342] main playlist debug: using playlist export module "export"
[00000342] main playlist debug: TIMER module_Need() : 0.130 ms - Total 0.130 ms / 1 intvls (Avg 0.130 ms)
[00000342] main playlist debug: removing module "export"
[00000348] main preparser debug: thread ended
[Thread -1222640752 (LWP 13915) exited]
[00000348] main preparser debug: thread 3072326544 joined (playlist/engine.c:521)
[00000349] main fetcher debug: thread ended
[Thread -1233130608 (LWP 13916) exited]
[00000349] main fetcher debug: thread 3061836688 joined (playlist/engine.c:523)
[00000342] main playlist debug: thread ended
[Thread -1243620464 (LWP 13917) exited]
[00000342] main playlist debug: thread 3051346832 joined (libvlc.c:1000)
[00000348] main preparser debug: Destroyed
[00000349] main fetcher debug: Destroyed
[00000342] main playlist debug: Destroyed
[00000001] main libvlc debug: removing interaction
[00000341] main interaction debug: thread ended
[Thread -1210885232 (LWP 13914) exited]
[00000341] main interaction debug: thread 3084082064 joined (interface/interaction.c:400)
[00000001] main libvlc debug: removing all video outputs
[00000001] main libvlc debug: TIMER ML Load : Total 2.801 ms / 1 intvls (Avg 2.801 ms)
[00000001] main libvlc debug: TIMER Items array build : Total 0.035 ms / 2 intvls (Avg 0.018 ms)
[00000001] main libvlc debug: TIMER ML Dump : Total 0.269 ms / 1 intvls (Avg 0.269 ms)
[00000001] main libvlc debug: removing stats
[00000001] main libvlc debug: removing module "memcpymmxext"
[00000001] main libvlc debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
[00000001] main libvlc debug: opening config file (/home/jpsaman/.config/vlc/vlcrc)
Program exited normally.
Missing separate debuginfos, use: debuginfo-install alsa-lib.i386 avahi.i386 bzip2.i386 dbus.i386 expat.i386 fontconfig.i386 freetype.i386 fribidi.i386 gcc.i386 glib2.i386 glibc.i686 gnutls.i386 hal.i386 lcms.i386 libICE.i386 libSM.i386 libX11.i386 libXau.i386 libXcursor.i386 libXdmcp.i386 libXext.i386 libXfixes.i386 libXi.i386 libXinerama.i386 libXrandr.i386 libXrender.i386 libXt.i386 libXv.i386 libXxf86vm.i386 libcap.i386 libdvdnav.i386 libdvdread.i386 libgcrypt.i386 libgpg-error.i386 libjpeg.i386 libmng.i386 libpng.i386 libtiff.i386 libusb.i386 libvorbis.i386 libxcb.i386 libxml2.i386 mesa.i386 nas.i386 ncurses.i386 qt4.i386 slang.i386 zlib.i386
(gdb) quit