You are not logged in.
Pages: 1
error:
No suitable decoder module:
VLC does not support the audio or video format "h264". Unfortunately there is no way for you to fix this.
No suitable decoder module:
VLC does not support the audio or video format "mp4a". Unfortunately there is no way for you to fix this.
when I try to play an .avi file.
Fresh install.
Have installed all ffmpeg & VLC packages available plus mplayer codec pack.
Still no go.
any ideas anyone?
Offline
I'd just like to point out I get the same on my 32bit installation. It is not related to the architecture directly.
Offline
Just checked & it doesn't work on my 32 bit install either.
32 bit is from april 5th rolling.
64 bit I installed last night and it's the only 64 bit iso i can find.
Last time it worked I believe was march rolling on 32 bit.
internet tells me its missing ffmpeg libraries so it might be an issue with ffmpeg?
Offline
VLC does not have X264-dev as BUILD_DEPENDS so configure reports checking for X264... no which could explain why it won't display the video.
VLC uses the libavcodec from ffmpeg to play mp4a aac audio streams.
Post the terminal output:
[c]vlc -vv[/c] your.video.filename.here.avi
Offline
hi, here it is.
gbr@slitaz:~/default640x480/img $ vlc -vv startup.mp4
VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)
[0x804b0c8] main libvlc debug: VLC media player - 2.0.5 Twoflower
[0x804b0c8] main libvlc debug: Copyright �� 1996-2012 VLC authors and VideoLAN
[0x804b0c8] main libvlc debug: revision 2.0.5-0-g1661b7d
[0x804b0c8] main libvlc debug: configured with ./configure '--prefix=/usr' '--disable-pulse' '--disable-a52' '--disable-glx' '--disable-portaudio' '--disable-sout' '--disable-httpd' '--disable-libgcrypt' '--build=i486-slitaz-linux' '--host=i486-slitaz-linux' 'build_alias=i486-slitaz-linux' 'host_alias=i486-slitaz-linux' 'CFLAGS=-march=i486 -Os -pipe -fomit-frame-pointer' 'CXXFLAGS=-march=i486 -Os -pipe -fomit-frame-pointer'
[0x804b0c8] main libvlc debug: searching plug-in modules
[0x804b0c8] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
[0x804b0c8] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0x804b0c8] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_avio_plugin.so' (libavformat.so.54: cannot open shared object file: No such file or directory)
[0x804b0c8] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/video_filter/libpostproc_plugin.so' (libavutil.so.51: cannot open shared object file: No such file or directory)
[0x804b0c8] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/demux/libavformat_plugin.so' (libavformat.so.54: cannot open shared object file: No such file or directory)
[0x804b0c8] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (libavcodec.so.54: cannot open shared object file: No such file or directory)
[0x804b0c8] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat
[0x804b0c8] main libvlc debug: plug-ins loaded: 287 modules
[0x804b0c8] main libvlc debug: opening config file (/home/gbr/.config/vlc/vlcrc)
[0x804b0c8] main libvlc debug: translation test: code is "C"
[0x804b0c8] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
[0x804b0c8] main libvlc debug: looking for memcpy module: 4 candidates
[0x804b0c8] main libvlc debug: using memcpy module "memcpymmxext"
[0x8133968] main input debug: Creating an input for 'Media Library'
[0x8133968] main input debug: Input is a meta file: disabling unneeded options
[0x8133968] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x8133968] main input debug: [c]file/xspf-open:///home/gbr/.local/share/vlc/ml.xspf' gives access[/c]file' demux [c]xspf-open' path[/c]/home/gbr/.local/share/vlc/ml.xspf'
[0x8133968] main input debug: creating demux: access='file' demux='xspf-open' location='/home/gbr/.local/share/vlc/ml.xspf' file='/home/gbr/.local/share/vlc/ml.xspf'
[0x805e148] main demux debug: looking for access_demux module: 1 candidate
[0x805e148] main demux debug: no access_demux module matching "file" could be loaded
[0x805e148] main demux debug: TIMER module_need() : 0.188 ms - Total 0.188 ms / 1 intvls (Avg 0.188 ms)
[0x8133968] main input debug: creating access 'file' location='/home/gbr/.local/share/vlc/ml.xspf', path='/home/gbr/.local/share/vlc/ml.xspf'
[0x805e4d0] main access debug: looking for access module: 2 candidates
[0x805e4d0] filesystem access debug: opening file `/home/gbr/.local/share/vlc/ml.xspf'
[0x805e4d0] main access debug: using access module "filesystem"
[0x805e4d0] main access debug: TIMER module_need() : 0.229 ms - Total 0.229 ms / 1 intvls (Avg 0.229 ms)
[0x80ab730] main stream debug: Using stream method for AStream*
[0x80ab730] main stream debug: starting pre-buffering
[0x80ab730] main stream debug: received first data after 0 ms
[0x80ab730] main stream debug: pre-buffering done 296 bytes in 0s - 3959 KiB/s
[0x80ab140] main stream debug: looking for stream_filter module: 6 candidates
[0x80ab140] main stream debug: no stream_filter module matching "any" could be loaded
[0x80ab140] main stream debug: TIMER module_need() : 0.450 ms - Total 0.450 ms / 1 intvls (Avg 0.450 ms)
[0x80ab140] main stream debug: looking for stream_filter module: 1 candidate
[0x80ab140] main stream debug: using stream_filter module "stream_filter_record"
[0x80ab140] main stream debug: TIMER module_need() : 0.090 ms - Total 0.090 ms / 1 intvls (Avg 0.090 ms)
[0x8133968] main input debug: creating demux: access='file' demux='xspf-open' location='/home/gbr/.local/share/vlc/ml.xspf' file='/home/gbr/.local/share/vlc/ml.xspf'
[0x805ec60] main demux debug: looking for demux module: 1 candidate
[0x805ec60] playlist demux debug: using XSPF playlist reader
[0x805ec60] main demux debug: using demux module "playlist"
[0x805ec60] main demux debug: TIMER module_need() : 0.156 ms - Total 0.156 ms / 1 intvls (Avg 0.156 ms)
[0x80ac680] main demux meta debug: looking for meta reader module: 1 candidate
[0x80ac680] lua demux meta debug: Trying Lua scripts in /home/gbr/.local/share/vlc/lua/meta/reader
[0x80ac680] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x80ac680] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x80ac680] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x80ac680] main demux meta debug: no meta reader module matching "any" could be loaded
[0x80ac680] main demux meta debug: TIMER module_need() : 30.685 ms - Total 30.685 ms / 1 intvls (Avg 30.685 ms)
[0x8133968] main input debug: `file/xspf-open:///home/gbr/.local/share/vlc/ml.xspf' successfully opened
[0x80ac670] main xml reader debug: looking for xml reader module: 1 candidate
[0x80ac670] main xml reader debug: using xml reader module "xml"
[0x80ac670] main xml reader debug: TIMER module_need() : 0.395 ms - Total 0.395 ms / 1 intvls (Avg 0.395 ms)
[0x805ec60] playlist demux debug: parsed 0 tracks successfully
[0x8133968] main input debug: EOF reached
[0x805ec60] main demux debug: removing module "playlist"
[0x80ab140] main stream debug: removing module "stream_filter_record"
[0x805e4d0] main access debug: removing module "filesystem"
[0x8133968] main input debug: TIMER input launching for 'Media Library' : 32.439 ms - Total 32.439 ms / 1 intvls (Avg 32.439 ms)
[0x80ac670] main interface debug: looking for interface module: 1 candidate
[0x80ac670] main interface debug: using interface module "hotkeys"
[0x80ac670] main interface debug: TIMER module_need() : 0.204 ms - Total 0.204 ms / 1 intvls (Avg 0.204 ms)
[0x805e4d0] main interface debug: looking for interface module: 1 candidate
[0x805a600] main playlist debug: playlist threads correctly activated
[0x805a600] main playlist debug: rebuilding array of current - root Playlist
[0x805a600] main playlist debug: rebuild done - 0 items, index -1
[0x805e4d0] main interface debug: using interface module "inhibit"
[0x805e4d0] main interface debug: TIMER module_need() : 2.346 ms - Total 2.346 ms / 1 intvls (Avg 2.346 ms)
[0x805a600] main playlist debug: adding item `startup.mp4' ( file:///home/gbr/default640x480/img/startup.mp4 )
[0x805b9c8] main input debug: Creating an input for 'startup.mp4'
[0xb5b005b8] main interface debug: looking for interface module: 0 candidates
[0xb5b005b8] main interface debug: no interface module matched "globalhotkeys,none"
[0xb5b005b8] main interface debug: TIMER module_need() : 0.080 ms - Total 0.080 ms / 1 intvls (Avg 0.080 ms)
[0xb5b005b8] main interface error: no suitable interface module
[0x804b0c8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x804b0c8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x805bd18] main interface debug: looking for interface module: 4 candidates
[0x805a600] main playlist debug: meta ok for (null), need to fetch art
[0x80bb020] main demux meta debug: looking for meta fetcher module: 1 candidate
[0x80bb020] lua demux meta debug: Trying Lua scripts in /home/gbr/.local/share/vlc/lua/meta/fetcher
[0x80bb020] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[0x80bb020] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[0x80bb020] main demux meta debug: using meta fetcher module "lua"
[0x80bb020] main demux meta debug: TIMER module_need() : 0.811 ms - Total 0.811 ms / 1 intvls (Avg 0.811 ms)
[0x80bb020] main demux meta debug: removing module "lua"
[0x805a600] main playlist debug: searching art for startup.mp4
[0x80b0768] main art finder debug: looking for art finder module: 2 candidates
[0x80b0768] lua art finder debug: Trying Lua scripts in /home/gbr/.local/share/vlc/lua/meta/art
[0x80b0768] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[0x80b0768] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[0x80b0768] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[0x80b0768] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[0x80b0768] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[0x80b0768] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[0x80b0768] main art finder debug: no art finder module matching "any" could be loaded
[0x80b0768] main art finder debug: TIMER module_need() : 1.879 ms - Total 1.879 ms / 1 intvls (Avg 1.879 ms)
[0x805a600] main playlist debug: art not found for startup.mp4
[0x819bc20] main generic debug: looking for extension module: 1 candidate
[0x819bc20] lua generic debug: Opening Lua Extension module
[0x819bc20] lua generic debug: Trying Lua scripts in /home/gbr/.local/share/vlc/lua/extensions
[0x819bc20] lua generic debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions
[0x819bc20] lua generic debug: Trying Lua scripts in /usr/share/vlc/lua/extensions
[0x819bc20] main generic debug: using extension module "lua"
[0x819bc20] main generic debug: TIMER module_need() : 0.230 ms - Total 0.230 ms / 1 intvls (Avg 0.230 ms)
[0x805bd18] main interface debug: using interface module "qt4"
[0x805bd18] main interface debug: TIMER module_need() : 679.070 ms - Total 679.070 ms / 1 intvls (Avg 679.070 ms)
[0x805a600] main playlist debug: rebuilding array of current - root Playlist
[0x805a600] main playlist debug: rebuild done - 1 items, index -1
[0x805a600] main playlist debug: processing request item: null, node: Playlist, skip: 0
[0x805a600] main playlist debug: starting playback of the new playlist item
[0x805a600] main playlist debug: resyncing on startup.mp4
[0x805a600] main playlist debug: startup.mp4 is at 0
[0x805a600] main playlist debug: creating new input thread
[0x805ccc8] main input debug: Creating an input for 'startup.mp4'
[0x805ccc8] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x805ccc8] main input debug: [c]file:///home/gbr/default640x480/img/startup.mp4' gives access[/c]file' demux [c]' path[/c]/home/gbr/default640x480/img/startup.mp4'
[0x805ccc8] main input debug: creating demux: access='file' demux='' location='/home/gbr/default640x480/img/startup.mp4' file='/home/gbr/default640x480/img/startup.mp4'
[0x805b6d0] main demux debug: looking for access_demux module: 1 candidate
[0x805b6d0] main demux debug: no access_demux module matching "file" could be loaded
[0x805b6d0] main demux debug: TIMER module_need() : 0.113 ms - Total 0.113 ms / 1 intvls (Avg 0.113 ms)
[0x805ccc8] main input debug: creating access 'file' location='/home/gbr/default640x480/img/startup.mp4', path='/home/gbr/default640x480/img/startup.mp4'
[0x81ea3c8] main access debug: looking for access module: 2 candidates
[0x81ea3c8] filesystem access debug: opening file `/home/gbr/default640x480/img/startup.mp4'
[0x81ea3c8] main access debug: using access module "filesystem"
[0x81ea3c8] main access debug: TIMER module_need() : 0.102 ms - Total 0.102 ms / 1 intvls (Avg 0.102 ms)
[0x81ea4a0] main stream debug: Using stream method for AStream*
[0x81ea4a0] main stream debug: starting pre-buffering
[0x81ea4a0] main stream debug: received first data after 0 ms
[0x81ea4a0] main stream debug: pre-buffering done 1024 bytes in 0s - 32258 KiB/s
[0x81ea640] main stream debug: looking for stream_filter module: 6 candidates
[0x81ea640] main stream debug: no stream_filter module matching "any" could be loaded
[0x81ea640] main stream debug: TIMER module_need() : 0.069 ms - Total 0.069 ms / 1 intvls (Avg 0.069 ms)
[0x81ea640] main stream debug: looking for stream_filter module: 1 candidate
[0x81ea640] main stream debug: using stream_filter module "stream_filter_record"
[0x81ea640] main stream debug: TIMER module_need() : 0.064 ms - Total 0.064 ms / 1 intvls (Avg 0.064 ms)
[0x805ccc8] main input debug: creating demux: access='file' demux='' location='/home/gbr/default640x480/img/startup.mp4' file='/home/gbr/default640x480/img/startup.mp4'
[0x805bd18] qt4 interface debug: IM: Setting an input
[0x805cb70] main demux debug: looking for demux module: 46 candidates
[0x81ea640] mp4 stream warning: unknown box type colr (incompletely loaded)
[0x81ea640] mp4 stream debug: dumping root Box "root"
[0x81ea640] mp4 stream debug: | + ftyp size 28
[0x81ea640] mp4 stream debug: | + free size 132
[0x81ea640] mp4 stream debug: | + mdat size 1279690
[0x81ea640] mp4 stream debug: | + moov size 14442
[0x81ea640] mp4 stream debug: | | + mvhd size 108
[0x81ea640] mp4 stream debug: | | + iods size 24
[0x81ea640] mp4 stream debug: | | + trak size 9345
[0x81ea640] mp4 stream debug: | | | + tkhd size 92
[0x81ea640] mp4 stream debug: | | | + mdia size 9209
[0x81ea640] mp4 stream debug: | | | | + mdhd size 32
[0x81ea640] mp4 stream debug: | | | | + hdlr size 33
[0x81ea640] mp4 stream debug: | | | | + minf size 9136
[0x81ea640] mp4 stream debug: | | | | | + vmhd size 20
[0x81ea640] mp4 stream debug: | | | | | + dinf size 36
[0x81ea640] mp4 stream debug: | | | | | | + dref size 28
[0x81ea640] mp4 stream debug: | | | | | | | + url size 12
[0x81ea640] mp4 stream debug: | | | | | + stbl size 9072
[0x81ea640] mp4 stream debug: | | | | | | + stsd size 187
[0x81ea640] mp4 stream debug: | | | | | | | + avc1 size 171
[0x81ea640] mp4 stream debug: | | | | | | | | + avcC size 51
[0x81ea640] mp4 stream debug: | | | | | | | | + colr size 18
[0x81ea640] mp4 stream debug: | | | | | | | | + pasp size 16
[0x81ea640] mp4 stream debug: | | | | | | + stts size 312
[0x81ea640] mp4 stream debug: | | | | | | + stsz size 2552
[0x81ea640] mp4 stream debug: | | | | | | + stsc size 352
[0x81ea640] mp4 stream debug: | | | | | | + stco size 664
[0x81ea640] mp4 stream debug: | | | | | | + ctts size 4320
[0x81ea640] mp4 stream debug: | | | | | | + stss size 32
[0x81ea640] mp4 stream debug: | | | | | | + sdtp size 645
[0x81ea640] mp4 stream debug: | | | + edts size 36
[0x81ea640] mp4 stream debug: | | | | + elst size 28
[0x81ea640] mp4 stream debug: | | + trak size 4846
[0x81ea640] mp4 stream debug: | | | + tkhd size 92
[0x81ea640] mp4 stream debug: | | | + mdia size 4724
[0x81ea640] mp4 stream debug: | | | | + mdhd size 32
[0x81ea640] mp4 stream debug: | | | | + hdlr size 33
[0x81ea640] mp4 stream debug: | | | | + minf size 4651
[0x81ea640] mp4 stream debug: | | | | | + smhd size 16
[0x81ea640] mp4 stream debug: | | | | | + dinf size 36
[0x81ea640] mp4 stream debug: | | | | | | + dref size 28
[0x81ea640] mp4 stream debug: | | | | | | | + url size 12
[0x81ea640] mp4 stream debug: | | | | | + stbl size 4591
[0x81ea640] mp4 stream debug: | | | | | | + stsd size 103
[0x81ea640] mp4 stream debug: | | | | | | | + mp4a size 87
[0x81ea640] mp4 stream debug: | | | | | | | | + esds size 51
[0x81ea640] mp4 stream debug: | | | | | | + stts size 24
[0x81ea640] mp4 stream debug: | | | | | | + stsz size 3772
[0x81ea640] mp4 stream debug: | | | | | | + stsc size 40
[0x81ea640] mp4 stream debug: | | | | | | + stco size 644
[0x81ea640] mp4 stream debug: | | | + udta size 22
[0x81ea640] mp4 stream debug: | | | | + name size 14
[0x81ea640] mp4 stream debug: | | + udta size 111
[0x81ea640] mp4 stream debug: | | | + meta size 103
[0x81ea640] mp4 stream debug: | | | | + hdlr size 33
[0x81ea640] mp4 stream debug: | | | | + ilst size 58
[0x81ea640] mp4 stream debug: | | | | | + ctoo size 50
[0x81ea640] mp4 stream debug: | + free size 132
[0x805cb70] mp4 demux debug: unrecognized major file specification (mp42).
[0x805cb70] mp4 demux debug: found 2 tracks
[0x805cb70] mp4 demux warning: elst box found
[0x805cb70] mp4 demux debug: - [0] duration=21700ms media time=66ms) rate=1.0
[0x805cb70] mp4 demux debug: track[Id 0x1] read 162 chunk
[0x805cb70] mp4 demux warning: CTTS table
[0x805cb70] mp4 demux debug: track[Id 0x1] read 633 samples length:21s
[0x805ccc8] main input debug: selecting program id=0
[0x805cb70] mp4 demux debug: adding track[Id 0x1] video (enable) language undef
[0x805cb70] mp4 demux debug: track[Id 0x2] read 157 chunk
[0x805cb70] mp4 demux debug: track[Id 0x2] read 938 samples length:21s
[0x805cb70] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef
[0x805cb70] main demux debug: using demux module "mp4"
[0x805cb70] main demux debug: TIMER module_need() : 2.184 ms - Total 2.184 ms / 1 intvls (Avg 2.184 ms)
[0x805ccc8] main input debug: looking for a subtitle file in /home/gbr/default640x480/img/
[0x81eaca8] main decoder debug: looking for decoder module: 18 candidates
[0x81eaca8] main decoder debug: no decoder module matching "any" could be loaded
[0x81eaca8] main decoder debug: TIMER module_need() : 1.048 ms - Total 1.048 ms / 1 intvls (Avg 1.048 ms)
[0x81eaca8] main decoder error: no suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format.
[0x81eaca8] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO
[0x81fc138] main decoder debug: looking for decoder module: 18 candidates
[0x81fc138] main decoder debug: no decoder module matching "any" could be loaded
[0x81fc138] main decoder debug: TIMER module_need() : 0.142 ms - Total 0.142 ms / 1 intvls (Avg 0.142 ms)
[0x81fc138] main decoder error: no suitable decoder module for fourcc `mp4a'. VLC probably does not support this sound or video format.
[0x81fc138] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO
[0xb5b09cc0] main demux meta debug: looking for meta reader module: 1 candidate
[0xb5b09cc0] lua demux meta debug: Trying Lua scripts in /home/gbr/.local/share/vlc/lua/meta/reader
[0xb5b09cc0] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0xb5b09cc0] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0xb5b09cc0] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0xb5b09cc0] main demux meta debug: no meta reader module matching "any" could be loaded
[0xb5b09cc0] main demux meta debug: TIMER module_need() : 0.409 ms - Total 0.409 ms / 1 intvls (Avg 0.409 ms)
[0x805ccc8] main input debug: `file:///home/gbr/default640x480/img/startup.mp4' successfully opened
[0x805ccc8] main input debug: EOF reached
[0x805cb70] main demux debug: removing module "mp4"
[0x805cb70] mp4 demux debug: freeing all memory
[0x81ea640] main stream debug: removing module "stream_filter_record"
[0x81ea3c8] main access debug: removing module "filesystem"
[0x805ccc8] main input debug: Program doesn't contain anymore ES
[0x805a600] main playlist debug: dead input
[0x805a600] main playlist debug: changing item without a request (current 0/1)
[0x805a600] main playlist debug: nothing to play
[0x805bd18] qt4 interface debug: IM: Deleting the input
thanks.
Offline
@nitrogen_widget (...like in a Guinness can?? ) and @necrophcodr
This might help you with the 32bit version of vlc especially recent Rolling...
https://app.box.com/s/4c1p8u87dm7qf2dpxxiw
(this works for me on a Live install of Rolling, after the normal vlc tazpkg has already been installed)
I have used this as a short term workaround and you are welcome to try it. It is not pretty, just an interim option that worked for me (i.e. borrowing some binaries from Debian Wheezy instead of isolating/rebuilding the relevant pieces natively). Unfortunately my circumstances prevent building (rebuilding) the required parts from source to properly create a native tazpkg.
Offline
Upgrade to vlc-2.1.4
[c]tazpkg recharge[/c]
[c]tazpkg -gi vlc[/c]
http://mirror.slitaz.org/packages/cooking/vlc-2.1.4.tazpkg
http://mirror.slitaz.org/packages/cooking/libvlc-2.1.4.tazpkg
When ffmpeg is upgraded vlc/libvlc has to be rebuilt so it links to the new libraries.
FFmpeg was upgraded from 1.0 to 2.1.4 but vlc was not rebuilt which is the cause of libav* errors.
Vlc-2.0.5 wouldn't build with ffmpeg-2.1.4 so I had to upgrade to vlc-2.1.4
I tested on cooking 32bit only as 64bit kernel panicked and wouldn't boot.
Vlc plays H264-MPEG4 AVC and MPEG AAC (mp4a)
Offline
slapcheek - yep. love my guiness in a can at home. 
Mojo - I will test tonight. Thank you.
Offline
That worked!
Except, It appears I don't have a sound card configured. 
There seems to be enough info for that on the forum so i'll give it a shot myself.
Thanks again.
Offline
@nitrogen_widget
Ahh Guinness... good stuff... and (one of the very few) truely useful widgets they are.
Thanks mojo for knocking vlc into shape with v2.1.4. If anyone wants/needs to use vlc 2.0.5 then the tazpkg I linked to works with the stock vlc package (32bit)... for me anyway.
Cheers.
Offline
I'd like to add this worked on both 32 & 64 bit versions.
Offline
Pages: 1
[ Generated in 0.019 seconds, 8 queries executed - Memory usage: 1.6 MiB (Peak: 1.77 MiB) ]