View previous topic :: View next topic |
Author |
Message |
jnh n00b

Joined: 06 Jan 2003 Posts: 13
|
Posted: Sun Feb 26, 2012 5:04 am Post subject: VLC will not play any type of file or stream [SOLVED] |
|
|
I just tried installing 'vlc' on my main amd64 gentoo box, after many years of using only 'mplayer', hoping to use it as an alternate player some streams mplayer had been choking on. The emerge completed without error, but for after trying a variety of AVI, MP4, MPG, WMV, FLV etc. file that mplayer handles perfectly, I'm unable to get any of them to play. All RTSP and HTTP-served streams appear to fail in the same way, as does even mp3 audio.
VLC version & USE flags:
# emerge -pv vlc
Code: |
Calculating dependencies... done!
[ebuild R ] media-video/vlc-1.1.13 USE="X a52 aac alsa dvb dvd ffmpeg gcrypt mmx mp3 mpeg ncurses opengl png qt4 rtsp sdl sse stream x264 xcb xv -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dbus -dc1394 -debug -dirac -directfb -dts -fbcon -flac -fluidsynth -fontconfig -ggi -gme -gnome -gnutls -httpd -id3tag -ieee1394 -jack -kate -kde -libass -libcaca -libnotify -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua -matroska -modplug -mtp -musepack -nsplugin -ogg -optimisememory -oss -projectm -pulseaudio -pvr -remoteosd -run-as-root -samba -schroedinger -sdl-image -shine -shout -skins -speex -sqlite -svg (-svga) -taglib -theora -truetype -twolame -udev -upnp -v4l -vaapi -vcdx -vlm -vorbis (-win32codecs) -wma-fixed -xml -xosd -zvbi" 0 kB
|
Below is the console output I see on trying to play any AVI file (all of which mplayer handles without complaint). The entire output appears in a split second (no perceptible delay between "file successfully opened" and "EOF reached", and the GUI window shows the filename only briefly before it disappears.
$ file sundown1-5pm-to-5_39.avi
sundown1-5pm-to-5_39.avi: RIFF (little-endian) data, AVI, 480 x 480, ~30 fps, video: FFMpeg MPEG-4
$ vlc sundown1-5pm-to-5_39.avi
Code: |
VLC media player 1.1.13 The Luggage (revision exported)
[0x77c150] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE SSE2 SSE3 FPU
[0x77c150] main libvlc debug: looking for memcpy module: 4 candidates
[0x77c150] main libvlc debug: using memcpy module "memcpymmxext"
[0x838e70] main input debug: Creating an input for 'Media Library'
[0x838e70] main input debug: Input is a meta file: disabling unneeded options
[0x838e70] main input debug: using timeshift granularity of 50 MiB
[0x838e70] main input debug: using timeshift path '/tmp'
[0x838e70] main input debug: `file/xspf-open:///home/jnh/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/jnh/.local/share/vlc/ml.xspf'
[0x838e70] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x857440] main demux debug: looking for access_demux module: 2 candidates
[0x857440] main demux debug: no access_demux module matching "file" could be loaded
[0x857440] main demux debug: TIMER module_need() : 0.125 ms - Total 0.125 ms / 1 intvls (Avg 0.125 ms)
[0x838e70] main input debug: creating access 'file' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x8573c0] main access debug: looking for access module: 2 candidates
[0x8573c0] filesystem access debug: opening file `/home/jnh/.local/share/vlc/ml.xspf'
[0x8573c0] main access debug: using access module "filesystem"
[0x8573c0] main access debug: TIMER module_need() : 0.155 ms - Total 0.155 ms / 1 intvls (Avg 0.155 ms)
[0x857930] main stream debug: Using AStream*Stream
[0x857930] main stream debug: pre buffering
[0x857930] main stream debug: received first data after 0 ms
[0x857930] main stream debug: pre-buffering done 296 bytes in 0s - 11562 KiB/s
[0x857c50] main stream debug: looking for stream_filter module: 5 candidates
[0x857c50] main stream debug: no stream_filter module matching "any" could be loaded
[0x857c50] main stream debug: TIMER module_need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms)
[0x857c30] main stream debug: looking for stream_filter module: 1 candidate
[0x857c30] main stream debug: using stream_filter module "stream_filter_record"
[0x857c30] main stream debug: TIMER module_need() : 0.079 ms - Total 0.079 ms / 1 intvls (Avg 0.079 ms)
[0x838e70] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x857e80] main demux debug: looking for demux module: 1 candidate
[0x857e80] playlist demux debug: using XSPF playlist reader
[0x857e80] main demux debug: using demux module "playlist"
[0x857e80] main demux debug: TIMER module_need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms)
[0x858100] main demux meta debug: looking for meta reader module: 0 candidates
[0x858100] main demux meta debug: no meta reader module matched "any"
[0x858100] main demux meta debug: TIMER module_need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms)
[0x838e70] main input debug: `file/xspf-open:///home/jnh/.local/share/vlc/ml.xspf' successfully opened
[0x858050] main xml debug: looking for xml module: 1 candidate
[0x858050] main xml debug: using xml module "xtag"
[0x858050] main xml debug: TIMER module_need() : 0.081 ms - Total 0.081 ms / 1 intvls (Avg 0.081 ms)
[0x857e80] playlist demux debug: parsed 0 tracks successfully
[0x858050] main xml debug: removing module "xtag"
[0x838e70] main input debug: EOF reached
[0x857e80] main demux debug: removing module "playlist"
[0x857c30] main stream debug: removing module "stream_filter_record"
[0x8573c0] main access debug: removing module "filesystem"
[0x838e70] main input debug: TIMER input launching for 'Media Library' : 1.539 ms - Total 1.539 ms / 1 intvls (Avg 1.539 ms)
[0x839050] main interface debug: looking for interface module: 1 candidate
[0x839050] main interface debug: using interface module "hotkeys"
[0x839050] main interface debug: TIMER module_need() : 0.119 ms - Total 0.119 ms / 1 intvls (Avg 0.119 ms)
[0xa83640] main playlist debug: Activated
[0xa83640] main playlist debug: adding item `sundown1-5pm-to-5_39.avi' ( file:///local/video/mpg/sundown1-5pm-to-5_39.avi )
[0xa83640] main playlist debug: rebuilding array of current - root Playlist
[0xa83640] main playlist debug: rebuild done - 0 items, index -1
[0x854380] main interface debug: looking for interface module: 1 candidate
[0x854380] main interface debug: using interface module "signals"
[0x854380] main interface debug: TIMER module_need() : 0.176 ms - Total 0.176 ms / 1 intvls (Avg 0.176 ms)
[0x853e00] main interface debug: looking for interface module: 1 candidate
[0x853e00] main interface debug: using interface module "globalhotkeys"
[0x853e00] main interface debug: TIMER module_need() : 0.814 ms - Total 0.814 ms / 1 intvls (Avg 0.814 ms)
[0x77c150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x83a240] main input debug: Creating an input for 'sundown1-5pm-to-5_39.avi'
[0x855770] main interface debug: looking for interface module: 3 candidates
Blocked: call to setlocale(6, "")
[0xa83640] main playlist debug: no fetch required for (null) (art currently (null))
[0x7fd5f80f4cb0] main generic debug: looking for extension module: 0 candidates
[0x7fd5f80f4cb0] main generic debug: no extension module matched "any"
[0x7fd5f80f4cb0] main generic debug: TIMER module_need() : 0.566 ms - Total 0.566 ms / 1 intvls (Avg 0.566 ms)
[0x855770] qt4 interface error: Unable to load extensions module
[0x855770] main interface debug: using interface module "qt4"
[0x855770] main interface debug: TIMER module_need() : 219.718 ms - Total 219.718 ms / 1 intvls (Avg 219.718 ms)
[0xa83640] main playlist debug: rebuilding array of current - root Playlist
[0xa83640] main playlist debug: rebuild done - 1 items, index -1
[0xa83640] main playlist debug: processing request item null node Playlist skip 0
[0xa83640] main playlist debug: starting new item
[0xa83640] main playlist debug: creating new input thread
[0xa97d10] main input debug: Creating an input for 'sundown1-5pm-to-5_39.avi'
[0xa97d10] main input debug: thread (input) created at priority 10 (input/input.c:220)
[0xa97d10] main input debug: thread started
[0xa97d10] main input debug: using timeshift granularity of 50 MiB
[0xa97d10] main input debug: using timeshift path '/tmp'
[0xa97d10] main input debug: `file:///local/video/mpg/sundown1-5pm-to-5_39.avi' gives access `file' demux `' path `/local/video/mpg/sundown1-5pm-to-5_39.avi'
[0xa97d10] main input debug: creating demux: access='file' demux='' path='/local/video/mpg/sundown1-5pm-to-5_39.avi'
[0xa9d950] main demux debug: looking for access_demux module: 2 candidates
[0xa9d950] main demux debug: no access_demux module matching "file" could be loaded
[0xa9d950] main demux debug: TIMER module_need() : 0.235 ms - Total 0.235 ms / 1 intvls (Avg 0.235 ms)
[0xa97d10] main input debug: creating access 'file' path='/local/video/mpg/sundown1-5pm-to-5_39.avi'
[0xa9dcc0] main access debug: looking for access module: 2 candidates
[0xa9dcc0] filesystem access debug: opening file `/local/video/mpg/sundown1-5pm-to-5_39.avi'
[0xa9dcc0] main access debug: using access module "filesystem"
[0xa9dcc0] main access debug: TIMER module_need() : 0.182 ms - Total 0.182 ms / 1 intvls (Avg 0.182 ms)
[0xa9e020] main stream debug: Using AStream*Stream
[0xa9e020] main stream debug: pre buffering
[0xa9e020] main stream debug: received first data after 0 ms
[0xa9e020] main stream debug: pre-buffering done 1024 bytes in 0s - 31250 KiB/s
[0xa9e410] main stream debug: looking for stream_filter module: 5 candidates
[0xa9e410] main stream debug: no stream_filter module matching "any" could be loaded
[0xa9e410] main stream debug: TIMER module_need() : 0.126 ms - Total 0.126 ms / 1 intvls (Avg 0.126 ms)
[0xa9e3e0] main stream debug: looking for stream_filter module: 1 candidate
[0xa9e3e0] main stream debug: using stream_filter module "stream_filter_record"
[0xa9e3e0] main stream debug: TIMER module_need() : 0.129 ms - Total 0.129 ms / 1 intvls (Avg 0.129 ms)
[0xa97d10] main input debug: creating demux: access='file' demux='' path='/local/video/mpg/sundown1-5pm-to-5_39.avi'
[0x855770] qt4 interface debug: IM: Setting an input
[0xa9e620] main demux debug: looking for demux module: 46 candidates
[0xa9e3e0] avi stream debug: <list 'AVI '>
[0xa9e3e0] avi stream debug: <list 'hdrl'>
[0xa9e3e0] avi stream debug: <list 'strl'>
[0xa9e3e0] avi stream debug: </list 'strl'>
[0xa9e3e0] avi stream debug: </list 'hdrl'>
[0xa9e3e0] avi stream debug: <list 'INFO'>
[0xa9e3e0] avi stream debug: </list 'INFO'>
[0xa9e3e0] avi stream debug: skipping movi chunk
[0xa9e3e0] avi stream debug: </list 'AVI '>
[0xa9e3e0] avi stream debug: * LIST-root size:399807962 pos:0
[0xa9e3e0] avi stream debug: + RIFF-AVI size:399807954 pos:0
[0xa9e3e0] avi stream debug: | + LIST-hdrl size:192 pos:12
[0xa9e3e0] avi stream debug: | | + avih size:56 pos:24
[0xa9e3e0] avi stream debug: | | + LIST-strl size:116 pos:88
[0xa9e3e0] avi stream debug: | | | + strh size:56 pos:100
[0xa9e3e0] avi stream debug: | | | + strf size:40 pos:164
[0xa9e3e0] avi stream debug: | + LIST-INFO size:38 pos:212
[0xa9e3e0] avi stream debug: | | + ISFT size:26 pos:224
[0xa9e3e0] avi stream debug: | + JUNK size:3830 pos:258
[0xa9e3e0] avi stream debug: | + LIST-movi size:398666394 pos:4096
[0xa9e3e0] avi stream debug: | + idx1 size:1137456 pos:398670498
[0xa9e620] avi demux debug: AVIH: 1 stream, flags HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE
[0xa9e620] avi demux debug: stream[0] rate:2997 scale:100 samplesize:0
[0xa9e620] avi demux debug: stream[0] video(FMP4) 480x480 24bpp 29.969999fps
[0xa9e620] avi demux debug: selected standard index for stream[0]
[0xa9e620] avi demux debug: stream[0] created 71091 index entries
[0xa9e620] avi demux debug: stream[0] length:2372 (based on index)
[0xa9e620] main demux debug: using demux module "avi"
[0xa9e620] main demux debug: TIMER module_need() : 19.554 ms - Total 19.554 ms / 1 intvls (Avg 19.554 ms)
[0xa97d10] main input debug: looking for a subtitle file in /local/video/mpg/
[0x169fa90] main demux meta debug: looking for meta reader module: 0 candidates
[0x169fa90] main demux meta debug: no meta reader module matched "any"
[0x169fa90] main demux meta debug: TIMER module_need() : 0.436 ms - Total 0.436 ms / 1 intvls (Avg 0.436 ms)
[0xa97d10] main input debug: `file:///local/video/mpg/sundown1-5pm-to-5_39.avi' successfully opened
[0xa97d10] main input debug: EOF reached
[0xa83640] main playlist debug: finished input
[0xa9e620] main demux debug: removing module "avi"
[0xa9e3e0] main stream debug: removing module "stream_filter_record"
[0xa9dcc0] main access debug: removing module "filesystem"
[0xa97d10] main input debug: Program doesn't contain anymore ES
[0xa83640] main playlist debug: dead input
[0xa97d10] main input debug: thread ended
[0xa83640] main playlist debug: changing item without a request (current 0/1)
[0xa83640] main playlist debug: nothing to play
[0x855770] qt4 interface debug: IM: Deleting the input
[0xa97d10] main input debug: TIMER input launching for 'sundown1-5pm-to-5_39.avi' : 29.405 ms - Total 29.405 ms / 1 intvls (Avg 29.405 ms)
|
Another try, this time with a simple MPEG 1 file:
$ file dragon_iss_rendezvous.mpg
dragon_iss_rendezvous.mpg: MPEG sequence, v1, progressive Y'CbCr 4:2:0 video, CCIR/ITU NTSC 525, 29.97 fps
$ vlc dragon_iss_rendezvous.mpg
Code: |
VLC media player 1.1.13 The Luggage (revision exported)
[0x870150] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE SSE2 SSE3 FPU
[0x870150] main libvlc debug: looking for memcpy module: 4 candidates
[0x870150] main libvlc debug: using memcpy module "memcpymmxext"
[0x92ce70] main input debug: Creating an input for 'Media Library'
[0x92ce70] main input debug: Input is a meta file: disabling unneeded options
[0x92ce70] main input debug: using timeshift granularity of 50 MiB
[0x92ce70] main input debug: using timeshift path '/tmp'
[0x92ce70] main input debug: `file/xspf-open:///home/jnh/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/jnh/.local/share/vlc/ml.xspf'
[0x92ce70] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x94b440] main demux debug: looking for access_demux module: 2 candidates
[0x94b440] main demux debug: no access_demux module matching "file" could be loaded
[0x94b440] main demux debug: TIMER module_need() : 0.402 ms - Total 0.402 ms / 1 intvls (Avg 0.402 ms)
[0x92ce70] main input debug: creating access 'file' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x94b3c0] main access debug: looking for access module: 2 candidates
[0x94b3c0] filesystem access debug: opening file `/home/jnh/.local/share/vlc/ml.xspf'
[0x94b3c0] main access debug: using access module "filesystem"
[0x94b3c0] main access debug: TIMER module_need() : 0.563 ms - Total 0.563 ms / 1 intvls (Avg 0.563 ms)
[0x94b930] main stream debug: Using AStream*Stream
[0x94b930] main stream debug: pre buffering
[0x94b930] main stream debug: received first data after 0 ms
[0x94b930] main stream debug: pre-buffering done 296 bytes in 0s - 2189 KiB/s
[0x94bc50] main stream debug: looking for stream_filter module: 5 candidates
[0x94bc50] main stream debug: no stream_filter module matching "any" could be loaded
[0x94bc50] main stream debug: TIMER module_need() : 0.378 ms - Total 0.378 ms / 1 intvls (Avg 0.378 ms)
[0x94bc30] main stream debug: looking for stream_filter module: 1 candidate
[0x94bc30] main stream debug: using stream_filter module "stream_filter_record"
[0x94bc30] main stream debug: TIMER module_need() : 0.303 ms - Total 0.303 ms / 1 intvls (Avg 0.303 ms)
[0x92ce70] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jnh/.local/share/vlc/ml.xspf'
[0x94be80] main demux debug: looking for demux module: 1 candidate
[0x94be80] playlist demux debug: using XSPF playlist reader
[0x94be80] main demux debug: using demux module "playlist"
[0x94be80] main demux debug: TIMER module_need() : 0.435 ms - Total 0.435 ms / 1 intvls (Avg 0.435 ms)
[0x94c100] main demux meta debug: looking for meta reader module: 0 candidates
[0x94c100] main demux meta debug: no meta reader module matched "any"
[0x94c100] main demux meta debug: TIMER module_need() : 0.305 ms - Total 0.305 ms / 1 intvls (Avg 0.305 ms)
[0x92ce70] main input debug: `file/xspf-open:///home/jnh/.local/share/vlc/ml.xspf' successfully opened
[0x94c050] main xml debug: looking for xml module: 1 candidate
[0x94c050] main xml debug: using xml module "xtag"
[0x94c050] main xml debug: TIMER module_need() : 0.302 ms - Total 0.302 ms / 1 intvls (Avg 0.302 ms)
[0x94be80] playlist demux debug: parsed 0 tracks successfully
[0x94c050] main xml debug: removing module "xtag"
[0x92ce70] main input debug: EOF reached
[0x94be80] main demux debug: removing module "playlist"
[0x94bc30] main stream debug: removing module "stream_filter_record"
[0x94b3c0] main access debug: removing module "filesystem"
[0x92ce70] main input debug: TIMER input launching for 'Media Library' : 5.369 ms - Total 5.369 ms / 1 intvls (Avg 5.369 ms)
[0x92d050] main interface debug: looking for interface module: 1 candidate
[0x92d050] main interface debug: using interface module "hotkeys"
[0x92d050] main interface debug: TIMER module_need() : 0.400 ms - Total 0.400 ms / 1 intvls (Avg 0.400 ms)
[0xb77640] main playlist debug: Activated
[0xb77640] main playlist debug: adding item `dragon_iss_rendezvous.mpg' ( file:///local/video/mpg/dragon_iss_rendezvous.mpg )
[0xb77640] main playlist debug: rebuilding array of current - root Playlist
[0xb77640] main playlist debug: rebuild done - 0 items, index -1
[0x948380] main interface debug: looking for interface module: 1 candidate
[0x948380] main interface debug: using interface module "signals"
[0x948380] main interface debug: TIMER module_need() : 0.529 ms - Total 0.529 ms / 1 intvls (Avg 0.529 ms)
[0x947e00] main interface debug: looking for interface module: 1 candidate
[0x949870] main input debug: Creating an input for 'dragon_iss_rendezvous.mpg'
[0x947e00] main interface debug: using interface module "globalhotkeys"
[0x947e00] main interface debug: TIMER module_need() : 1.320 ms - Total 1.320 ms / 1 intvls (Avg 1.320 ms)
[0x870150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x948ef0] main interface debug: looking for interface module: 3 candidates
Blocked: call to setlocale(6, "")
[0xb77640] main playlist debug: no fetch required for (null) (art currently (null))
[0xcbf300] main generic debug: looking for extension module: 0 candidates
[0xcbf300] main generic debug: no extension module matched "any"
[0xcbf300] main generic debug: TIMER module_need() : 0.222 ms - Total 0.222 ms / 1 intvls (Avg 0.222 ms)
[0x948ef0] qt4 interface error: Unable to load extensions module
[0x948ef0] main interface debug: using interface module "qt4"
[0x948ef0] main interface debug: TIMER module_need() : 164.413 ms - Total 164.413 ms / 1 intvls (Avg 164.413 ms)
[0xb77640] main playlist debug: rebuilding array of current - root Playlist
[0xb77640] main playlist debug: rebuild done - 1 items, index -1
[0xb77640] main playlist debug: processing request item null node Playlist skip 0
[0xb77640] main playlist debug: starting new item
[0xb77640] main playlist debug: creating new input thread
[0xc66770] main input debug: Creating an input for 'dragon_iss_rendezvous.mpg'
[0xc66770] main input debug: thread (input) created at priority 10 (input/input.c:220)
[0xc66770] main input debug: thread started
[0xc66770] main input debug: using timeshift granularity of 50 MiB
[0xc66770] main input debug: using timeshift path '/tmp'
[0xc66770] main input debug: `file:///local/video/mpg/dragon_iss_rendezvous.mpg' gives access `file' demux `' path `/local/video/mpg/dragon_iss_rendezvous.mpg'
[0xc66770] main input debug: creating demux: access='file' demux='' path='/local/video/mpg/dragon_iss_rendezvous.mpg'
[0xbef5d0] main demux debug: looking for access_demux module: 2 candidates
[0xbef5d0] main demux debug: no access_demux module matching "file" could be loaded
[0xbef5d0] main demux debug: TIMER module_need() : 0.431 ms - Total 0.431 ms / 1 intvls (Avg 0.431 ms)
[0xc66770] main input debug: creating access 'file' path='/local/video/mpg/dragon_iss_rendezvous.mpg'
[0xbef790] main access debug: looking for access module: 2 candidates
[0xbef790] filesystem access debug: opening file `/local/video/mpg/dragon_iss_rendezvous.mpg'
[0xbef790] main access debug: using access module "filesystem"
[0xbef790] main access debug: TIMER module_need() : 0.505 ms - Total 0.505 ms / 1 intvls (Avg 0.505 ms)
[0xbf0b10] main stream debug: Using AStream*Stream
[0xbf0b10] main stream debug: pre buffering
[0xbf0b10] main stream debug: received first data after 0 ms
[0xbf0b10] main stream debug: pre-buffering done 1024 bytes in 0s - 6369 KiB/s
[0xbedb70] main stream debug: looking for stream_filter module: 5 candidates
[0xbedb70] main stream debug: no stream_filter module matching "any" could be loaded
[0xbedb70] main stream debug: TIMER module_need() : 0.393 ms - Total 0.393 ms / 1 intvls (Avg 0.393 ms)
[0xbedb70] main stream debug: looking for stream_filter module: 1 candidate
[0xbedb70] main stream debug: using stream_filter module "stream_filter_record"
[0xbedb70] main stream debug: TIMER module_need() : 0.336 ms - Total 0.336 ms / 1 intvls (Avg 0.336 ms)
[0xc66770] main input debug: creating demux: access='file' demux='' path='/local/video/mpg/dragon_iss_rendezvous.mpg'
[0xbf0620] main demux debug: looking for demux module: 46 candidates
[0x94d520] main demux packetizer debug: looking for packetizer module: 18 candidates
[0x94d520] main demux packetizer debug: using packetizer module "packetizer_mpegvideo"
[0x94d520] main demux packetizer debug: TIMER module_need() : 0.387 ms - Total 0.387 ms / 1 intvls (Avg 0.387 ms)
[0xbf0620] main demux debug: using demux module "mpgv"
[0xbf0620] main demux debug: TIMER module_need() : 1.041 ms - Total 1.041 ms / 1 intvls (Avg 1.041 ms)
[0xc66770] main input debug: looking for a subtitle file in /local/video/mpg/
[0xc40d40] main demux meta debug: looking for meta reader module: 0 candidates
[0xc40d40] main demux meta debug: no meta reader module matched "any"
[0xc40d40] main demux meta debug: TIMER module_need() : 0.390 ms - Total 0.390 ms / 1 intvls (Avg 0.390 ms)
[0xc66770] main input debug: `file:///local/video/mpg/dragon_iss_rendezvous.mpg' successfully opened
[0x94d520] packetizer_mpegvideo demux packetizer debug: size 720x480 fps=29.970
[0x948ef0] qt4 interface debug: IM: Setting an input
[0xc66770] main input debug: EOF reached
[0xb77640] main playlist debug: finished input
[0x94d520] main demux packetizer debug: removing module "packetizer_mpegvideo"
[0xbf0620] main demux debug: removing module "mpgv"
[0xbedb70] main stream debug: removing module "stream_filter_record"
[0xbef790] main access debug: removing module "filesystem"
[0xc66770] main input debug: Program doesn't contain anymore ES
[0xb77640] main playlist debug: dead input
[0xc66770] main input debug: thread ended
[0xb77640] main playlist debug: changing item without a request (current 0/1)
[0xb77640] main playlist debug: nothing to play
[0x948ef0] qt4 interface debug: IM: Deleting the input
[0xc66770] main input debug: TIMER input launching for 'dragon_iss_rendezvous.mpg' : 7.257 ms - Total 7.257 ms / 1 intvls (Avg 7.257 ms)
|
The same thing happens with H.264 files, FLV, MP4, DVB or AC3 transport streams, WAV, MP3 audio, Internet streams and everything else I've thrown at it, and the cvlc command-line-only player is unable to play anything either (I tried that after noticing the QT4 "unable to load extensions module" line).
Am I overlooking something obvious? Any help would be appreciated.
Last edited by jnh on Thu Mar 01, 2012 8:42 am; edited 1 time in total |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
Posted: Tue Feb 28, 2012 3:53 pm Post subject: Re: VLC will not play any type of file or stream |
|
|
jnh wrote: |
VLC version & USE flags:
# emerge -pv vlc
Code: |
Calculating dependencies... done!
[ebuild R ] media-video/vlc-1.1.13 USE="X a52 aac alsa dvb dvd ffmpeg gcrypt mmx mp3 mpeg ncurses opengl png qt4 rtsp sdl sse stream x264 xcb xv -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dbus -dc1394 -debug -dirac -directfb -dts -fbcon -flac -fluidsynth -fontconfig -ggi -gme -gnome -gnutls -httpd -id3tag -ieee1394 -jack -kate -kde -libass -libcaca -libnotify -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua -matroska -modplug -mtp -musepack -nsplugin -ogg -optimisememory -oss -projectm -pulseaudio -pvr -remoteosd -run-as-root -samba -schroedinger -sdl-image -shine -shout -skins -speex -sqlite -svg (-svga) -taglib -theora -truetype -twolame -udev -upnp -v4l -vaapi -vcdx -vlm -vorbis (-win32codecs) -wma-fixed -xml -xosd -zvbi" 0 kB
|
|
This has to be fixed first. Add these to your use flags: flac, id3tag, libnotify, ogg, taglib, twolame, vorbis
These are optional, but nice to have for VLC: kate, libass, libcaca, libtiger, nsplugin, shout, truetype, udev, xosd
Come to think of it, truetype and udev should be in your general use flags anyway.
Post back after recompiling with those use flags and let us know if that doesn't change anything. _________________ decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN |
|
Back to top |
|
 |
jnh n00b

Joined: 06 Jan 2003 Posts: 13
|
Posted: Tue Feb 28, 2012 10:50 pm Post subject: Re: VLC will not play any type of file or stream |
|
|
audiodef wrote: |
This has to be fixed first. Add these to your use flags: flac, id3tag, libnotify, ogg, taglib, twolame, vorbis
These are optional, but nice to have for VLC: kate, libass, libcaca, libtiger, nsplugin, shout, truetype, udev, xosd
Come to think of it, truetype and udev should be in your general use flags anyway.
Post back after recompiling with those use flags and let us know if that doesn't change anything. |
Thanks for the reply.
Are any of these really required for basic VLC functionality? I would have thought they'd only matter for specific file types (Ogg Vorbis, FLAC) or features (MP3 tags) to work, and 'libnotify' seems more like a desktop-integration thing. I don't run GNOME, KDE or any other desktop, only a minimalist fluxbox environment with lots of tiled rxvt terminal windows, preferring to work mostly from the command line and turn on only features I need.
It's strange that VLC's giving me so much trouble under Gentoo/AMD64, whereas mplayer's always worked perfectly.
Well, I'll give it a try, anyway... recompiling now:
Code: |
# emerge -pv vlc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-libs/xosd-2.2.14-r1 USE="-xinerama" 422 kB
[ebuild N ] x11-libs/libXres-1.0.5 USE="-static-libs" 0 kB
[ebuild N ] gnome-base/orbit-2.14.19-r1 USE="-debug -doc -test" 0 kB
[ebuild NS ] x11-libs/gtk+-3.0.12-r1 [2.24.4] USE="cups introspection (-aqua) -debug -doc -examples -test -vim-syntax -xinerama" 12,810 kB
[ebuild N ] x11-themes/sound-theme-freedesktop-0.7 0 kB
[ebuild N ] gnome-base/gconf-2.32.4 USE="introspection -debug -doc -ldap -policykit" 1,296 kB
[ebuild N ] x11-libs/libwnck-2.30.7 USE="introspection -doc -startup-notification" 710 kB
[ebuild N ] media-libs/libcanberra-0.28-r5 USE="alsa gtk gtk3 sound -gnome -gstreamer -oss -pulseaudio -tdb -udev" 476 kB
[ebuild N ] x11-libs/libnotify-0.7.4 USE="introspection -doc -test" 266 kB
[ebuild N ] x11-misc/notification-daemon-0.5.0 0 kB
[ebuild N ] virtual/notification-daemon-0 USE="-gnome" 0 kB
[ebuild R ] media-video/vlc-1.1.13 USE="X a52 aac alsa dvb dvd ffmpeg flac* gcrypt id3tag* libnotify* mmx mp3 mpeg ncurses ogg* opengl png qt4 rtsp sdl sse stream taglib* truetype* twolame* udev* vorbis* x264 xcb xosd* xv -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dbus -dc1394 -debug -dirac -directfb -dts -fbcon -fluidsynth -fontconfig -ggi -gme -gnome -gnutls -httpd -ieee1394 -jack -kate -kde -libass -libcaca -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua -matroska -modplug -mtp -musepack -nsplugin -optimisememory -oss -projectm -pulseaudio -pvr -remoteosd -run-as-root -samba -schroedinger -sdl-image -shine -shout -skins -speex -sqlite -svg (-svga) -theora -upnp -v4l -vaapi -vcdx -vlm (-win32codecs) -wma-fixed -xml -zvbi" 0 kB
Total: 12 packages (10 new, 1 in new slot, 1 reinstall), Size of downloads: 15,978 kB
|
|
|
Back to top |
|
 |
jnh n00b

Joined: 06 Jan 2003 Posts: 13
|
Posted: Tue Feb 28, 2012 11:19 pm Post subject: Re: VLC will not play any type of file or stream |
|
|
jnh wrote: |
Well, I'll give it a try, anyway... recompiling now:
|
No change, unfortunately. I've tried VLC with at least 20 different video files (AVI, WMV, MOV, MPG, MP4) using a variety of different codecs, but in every case two lines like this appear in the debug output back-to-back, as if it's immediately closing out the file after opening it:
Code: |
[0x1633c50] main input debug: `file:///local/video/mpg/Retrovision_vol4_s02__seek31m.avi' successfully opened
[0x1633c50] main input debug: EOF reached
|
and all that's displayed is an "empty" player window like this:
http://vt11.net/vlc-emptywindow.png (inline images don't seem to work here?)
Trying the very same files on a Mac OS X binary installation of VLC on my other machine, they all play perfectly. |
|
Back to top |
|
 |
Etal Veteran


Joined: 15 Jul 2005 Posts: 1932
|
Posted: Wed Feb 29, 2012 12:30 am Post subject: |
|
|
Have you run revdep-rebuild recently? Maybe there's some library that got broken and isn't working? _________________ “And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010 |
|
Back to top |
|
 |
jnh n00b

Joined: 06 Jan 2003 Posts: 13
|
Posted: Wed Feb 29, 2012 3:15 am Post subject: |
|
|
Etal wrote: | Have you run revdep-rebuild recently? Maybe there's some library that got broken and isn't working? |
OK, I just did that, and it found one package that needed to be rebuilt (transcode, which had a broken library link to anolder 'ffmpeg' than the one installed), but no trouble with any libraries turned up. Good to catch that transcode breakage, but it didn't help vlc.
This is a relatively new Gentoo system, installed last September and kept mostly up-to-date since then. |
|
Back to top |
|
 |
sebB l33t

Joined: 02 Mar 2011 Posts: 806 Location: S.O. France
|
Posted: Wed Feb 29, 2012 1:46 pm Post subject: |
|
|
I've try with your minimalist use flag and all is working for me.
Try re-emerge ffmpeg and vlc next |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
 |
jnh n00b

Joined: 06 Jan 2003 Posts: 13
|
Posted: Thu Mar 01, 2012 8:41 am Post subject: |
|
|
audiodef wrote: | If all else fails, when I have trouble with VLC, I mv or rm my ~/.config/vlc. This gives VLC a blank slate to start over with. |
Thank you! That did the trick, and VLC's now happily playing anything I throw at it.
I'd already rm -rf'ed ~/.vlc, but hadn't thought to check ~/.config -- the file in there dated back to 2008, when I'd played with some ancient version on a different machine, which my home directory was later moved over from.
I should have at least tried logging in as a different user... that would certainly have turned up this issue a lot sooner.
Anyway, thanks again for the suggestion. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|