VLC does not support the audio or video format "mpga"

*nix specific usage questions
meodou
Blank Cone
Blank Cone
Posts: 14
Joined: 14 Jun 2009 23:20

VLC does not support the audio or video format "mpga"

Postby meodou » 15 Jun 2009 01:08

Hi all,
I installed vlc (9.9.a) on Fedora 9 but I got problems to play media files. Here the steps I did:
-install FFmpeg with the following options

Code: Select all

./configure --prefix=/usr --enable-postproc --enable-avfilter --enable-gpl --enable-nonfree
-installed vlc with the options:

Code: Select all

./configure --prefix=/usr --enable-debug
Now when decoding media files (for example mp3 file) I got the error: "VLC does not support the audio or video format "mpga". Unfortunately there is no way for you to fix this."

Running vlc with verbose mode I get the log:

Code: Select all

[00000356] qt4 interface debug: New item: /mnt/VM/streams/test.mp3 [00000321] main playlist debug: adding item `test.mp3' ( /mnt/VM/streams/test.mp3 ) [00000321] main playlist debug: rebuilding array of current - root Playlist [00000321] main playlist debug: rebuild done - 1 items, index -1 [00000321] main playlist debug: starting new item [00000321] main playlist debug: processing request item test.mp3 node null skip 0 [00000321] main playlist debug: resyncing on test.mp3 [00000321] main playlist debug: test.mp3 is at 0 [00000321] main playlist debug: creating new input thread [00000359] main input debug: Creating an input for 'test.mp3' [00000359] main input debug: thread started [00000359] main input debug: waiting for thread initialization [00000359] main input debug: `/mnt/VM/streams/test.mp3' gives access `' demux `' path `/mnt/VM/streams/test.mp3' [00000359] main input debug: creating demux: access='' demux='' path='/mnt/VM/streams/test.mp3' [00000360] main demux debug: looking for access_demux module: 1 candidate [00000360] main demux debug: TIMER module_Need() : 1.261 ms - Total 1.261 ms / 1 intvls (Avg 1.261 ms) [00000359] main input debug: creating access '' path='/mnt/VM/streams/test.mp3' [00000363] main access debug: looking for access module: 5 candidates [00000359] main input debug: thread 2958003088 (input) created at priority 10 (input/input.c:370) [00000356] qt4 interface debug: Updating the stream status: 3 [00000363] vcd access debug: trying .cue file: /mnt/VM/streams/test.cue [00000363] vcd access debug: could not find .cue file [00000363] access_file access debug: opening file `/mnt/VM/streams/test.mp3' [00000363] main access debug: using access module "access_file" [00000363] main access debug: TIMER module_Need() : 11.908 ms - Total 11.908 ms / 1 intvls (Avg 11.908 ms) [00000365] main stream debug: Using AStream*Stream [00000365] main stream debug: pre-buffering... [00000365] main stream debug: received first data for our buffer [00000365] main stream debug: pre-buffering done 1408981 bytes in 0s - 234604 kbytes/s [00000359] main input debug: creating demux: access='' demux='' path='/mnt/VM/streams/test.mp3' [00000366] main demux debug: looking for demux module: 45 candidates [00000379] main packetizer debug: looking for packetizer module: 16 candidates [00000379] main packetizer debug: using packetizer module "mpeg_audio" [00000379] main packetizer debug: TIMER module_Need() : 4.581 ms - Total 4.581 ms / 1 intvls (Avg 4.581 ms) [00000366] main demux debug: using demux module "mpga" [00000366] main demux debug: TIMER module_Need() : 8.036 ms - Total 8.036 ms / 1 intvls (Avg 8.036 ms) [00000359] main input debug: looking for a subtitle file in /mnt/VM/streams/ [00000366] main demux debug: looking for meta reader module: 0 candidates [00000366] main demux error: no meta reader module matched "any" [00000366] main demux debug: TIMER module_Need() : 0.250 ms - Total 0.250 ms / 1 intvls (Avg 0.250 ms) [00000359] main input debug: `/mnt/VM/streams/test.mp3' successfully opened [00000379] mpeg_audio packetizer debug: MPGA channels:2 samplerate:44100 bitrate:128 [00000359] main input debug: selecting program id=0 [00000401] main decoder debug: looking for decoder module: 22 candidates [00000401] main decoder debug: TIMER module_Need() : 4.995 ms - Total 4.995 ms / 1 intvls (Avg 4.995 ms) [00000401] main decoder error: no suitable decoder module for fourcc `mpga'. VLC probably does not support this sound or video format. [00000401] main decoder debug: killing decoder fourcc `mpga', 0 PES in FIFO [00000359] main input debug: control type=1 [00000356] qt4 interface debug: New Event: type 1103 [00000356] qt4 interface debug: Updating the stream status: 3 [00000356] qt4 interface debug: New Event: type 1103 [00000356] qt4 interface debug: New Event: type 1108
Any idea ?
thanks...

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: VLC does not support the audio or video format "mpga"

Postby xtophe » 15 Jun 2009 13:05

vlc -vvv --no-plugins-cache --list |grep -i avcodec

Any warnings ?
Is avcodec listed ?
Xtophe

meodou
Blank Cone
Blank Cone
Posts: 14
Joined: 14 Jun 2009 23:20

Re: VLC does not support the audio or video format "mpga"

Postby meodou » 17 Jun 2009 01:25

Hi Xtophe,
Thanks, you gave some hints and I fixed an unresolved reference on ffmpeg libraries.
Now I get no warnings running the command: vlc -vvv --no-plugins-cache --list |grep -i avcodec

Code: Select all

[meodou@localhost vlc-0.9.9a]$ vlc -vvv --no-plugins-cache --list |grep -i avcodec VLC media player 0.9.9a Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--enable-debug' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig' [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: module bank initialized, found 243 modules avcodec FFmpeg audio/video decoder avcodec FFmpeg audio/video encoder avcodec FFmpeg deinterlace video filter
BUT
I'm still having problems to decode audio files, I get the error: "main demux error: no meta reader module matched "any""
Running on verbose mode in addition to the previous error I get audio synchro problem (no audio can be heard):

Code: Select all

[00000416] mpgatofixed32 audio output debug: libmad error: bad main_data_begin pointer [00000416] main audio output warning: output date isn't PTS date, requesting resampling (163152) [00000416] main audio output warning: audio drift is too big (258982), dropping buffer
Mpeg2 video is well decoded but I get no audio either.

Find below full log.

Code: Select all

[00000001] main libvlc debug: VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--enable-debug' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig' [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: loading plugins cache file /home/meodou/.cache/vlc/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `/usr/lib/vlc' [00000001] main libvlc debug: module bank initialized, found 243 modules [00000001] main libvlc debug: opening config file (/home/meodou/.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" [00000328] main interaction debug: thread 3085278096 (Interaction control) created at priority 0 (interface/interaction.c:382) [00000328] main interaction debug: thread started [00000330] main input debug: Creating an input for 'Media Library' [00000330] main input debug: Input is a meta file: disabling unneeded options [00000330] main input debug: `file/xspf-open:///home/meodou/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/meodou/.local/share/vlc/ml.xspf' [00000330] main input debug: creating access 'file' path='/home/meodou/.local/share/vlc/ml.xspf' [00000331] main access debug: looking for access module: 3 candidates [00000331] access_file access debug: opening file `/home/meodou/.local/share/vlc/ml.xspf' [00000331] main access debug: using access module "access_file" [00000331] main access debug: TIMER module_Need() : 0.744 ms - Total 0.744 ms / 1 intvls (Avg 0.744 ms) [00000336] main stream debug: Using AStream*Stream [00000336] main stream debug: pre-buffering... [00000336] main stream debug: received first data for our buffer [00000330] main input debug: creating demux: access='file' demux='xspf-open' path='/home/meodou/.local/share/vlc/ml.xspf' [00000337] main demux debug: looking for demux module: 1 candidate [00000337] playlist demux debug: using XSPF playlist reader [00000337] main demux debug: using demux module "playlist" [00000337] main demux debug: TIMER module_Need() : 0.413 ms - Total 0.413 ms / 1 intvls (Avg 0.413 ms) [00000330] main input debug: `file/xspf-open:///home/meodou/.local/share/vlc/ml.xspf' successfully opened [00000352] main xml debug: looking for xml module: 2 candidates [00000352] main xml debug: using xml module "xml" [00000352] main xml debug: TIMER module_Need() : 0.731 ms - Total 0.731 ms / 1 intvls (Avg 0.731 ms) [00000337] playlist demux debug: parsed 0 tracks successfully [00000352] main xml debug: removing module "xml" [00000330] main input debug: EOF reached [00000330] main input debug: control type=1 [00000337] main demux debug: removing module "playlist" [00000331] main access debug: removing module "access_file" [00000330] main input debug: Destroying the input for 'Media Library' [00000330] main input debug: TIMER input launching for 'Media Library' : 4.259 ms - Total 4.259 ms / 1 intvls (Avg 4.259 ms) [00000354] main preparser debug: waiting for thread initialization [00000354] main preparser debug: thread started [00000354] main preparser debug: thread 3074788240 (preparser) created at priority 0 (playlist/thread.c:79) [00000355] main fetcher debug: waiting for thread initialization [00000355] main fetcher debug: thread started [00000355] main fetcher debug: thread 3064298384 (fetcher) created at priority 0 (playlist/thread.c:108) [00000329] main playlist debug: waiting for thread initialization [00000329] main playlist debug: thread started [00000329] main playlist debug: rebuilding array of current - root Playlist [00000329] main playlist debug: rebuild done - 0 items, index -1 [00000329] main playlist debug: thread 3053808528 (playlist) created at priority 0 (playlist/thread.c:117) [00000356] main interface debug: looking for interface module: 1 candidate [00000356] main interface debug: using interface module "hotkeys" [00000356] main interface debug: TIMER module_Need() : 0.227 ms - Total 0.227 ms / 1 intvls (Avg 0.227 ms) [00000356] main interface debug: thread started [00000356] main interface debug: thread 3043318672 (interface) created at priority 0 (interface/interface.c:168) [00000358] main interface debug: looking for interface module: 1 candidate [00000358] main interface debug: using interface module "inhibit" [00000358] main interface debug: TIMER module_Need() : 3.077 ms - Total 3.077 ms / 1 intvls (Avg 3.077 ms) [00000358] main interface debug: thread 3032828816 (interface) created at priority 0 (interface/interface.c:168) [00000358] main interface debug: thread started [00000360] main interface debug: looking for interface module: 1 candidate [00000360] main interface debug: using interface module "screensaver" [00000360] main interface debug: TIMER module_Need() : 0.303 ms - Total 0.303 ms / 1 intvls (Avg 0.303 ms) [00000360] main interface debug: thread started [00000360] main interface debug: thread 3020946320 (interface) created at priority 0 (interface/interface.c:168) [00000362] main interface debug: looking for interface module: 18 candidates [00000362] main interface debug: using interface module "signals" [00000362] main interface debug: TIMER module_Need() : 0.248 ms - Total 0.248 ms / 1 intvls (Avg 0.248 ms) [00000362] main interface debug: thread started [00000362] main interface debug: thread 2999966608 (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. [00000364] main interface debug: looking for interface module: 3 candidates [00000364] main interface debug: using interface module "qt4" [00000364] main interface debug: TIMER module_Need() : 38.991 ms - Total 38.991 ms / 1 intvls (Avg 38.991 ms) [00000364] main interface debug: thread 2989476752 (interface) created at priority 0 (interface/interface.c:168) [00000364] main interface debug: thread started [00000364] main interface debug: uses deprecated vlc_object_get(364) [00000364] qt4 interface debug: Error while initializing qt-specific localization [00000364] qt4 interface debug: New item: /mnt/VM/streams/lolita_es.mp3 [00000329] main playlist debug: adding item `lolita_es.mp3' ( /mnt/VM/streams/lolita_es.mp3 ) [00000329] main playlist debug: rebuilding array of current - root Playlist [00000329] main playlist debug: rebuild done - 1 items, index -1 [00000329] main playlist debug: starting new item [00000329] main playlist debug: processing request item lolita_es.mp3 node null skip 0 [00000329] main playlist debug: resyncing on lolita_es.mp3 [00000329] main playlist debug: lolita_es.mp3 is at 0 [00000329] main playlist debug: creating new input thread [00000367] main input debug: Creating an input for 'lolita_es.mp3' [00000367] main input debug: thread started [00000367] main input debug: waiting for thread initialization [00000367] main input debug: `/mnt/VM/streams/lolita_es.mp3' gives access `' demux `' path `/mnt/VM/streams/lolita_es.mp3' [00000367] main input debug: creating demux: access='' demux='' path='/mnt/VM/streams/lolita_es.mp3' [00000368] main demux debug: looking for access_demux module: 1 candidate [00000368] main demux debug: TIMER module_Need() : 0.980 ms - Total 0.980 ms / 1 intvls (Avg 0.980 ms) [00000367] main input debug: creating access '' path='/mnt/VM/streams/lolita_es.mp3' [00000371] main access debug: looking for access module: 5 candidates [00000371] vcd access debug: trying .cue file: /mnt/VM/streams/lolita_es.cue [00000371] vcd access debug: could not find .cue file [00000371] access_file access debug: opening file `/mnt/VM/streams/lolita_es.mp3' [00000371] main access debug: using access module "access_file" [00000371] main access debug: TIMER module_Need() : 1.427 ms - Total 1.427 ms / 1 intvls (Avg 1.427 ms) [00000373] main stream debug: Using AStream*Stream [00000373] main stream debug: pre-buffering... [00000367] main input debug: thread 2955930512 (input) created at priority 10 (input/input.c:370) [00000364] qt4 interface debug: Updating the stream status: 3 [00000373] main stream debug: received first data for our buffer [00000367] main input debug: creating demux: access='' demux='' path='/mnt/VM/streams/lolita_es.mp3' [00000374] main demux debug: ID3v2.3 revision 0 tag found, skipping 109 bytes [00000374] main demux debug: looking for demux module: 46 candidates [00000387] main packetizer debug: looking for packetizer module: 16 candidates [00000387] main packetizer debug: using packetizer module "mpeg_audio" [00000387] main packetizer debug: TIMER module_Need() : 4.315 ms - Total 4.315 ms / 1 intvls (Avg 4.315 ms) [00000374] main demux debug: using demux module "mpga" [00000374] main demux debug: TIMER module_Need() : 7.637 ms - Total 7.637 ms / 1 intvls (Avg 7.637 ms) [00000367] main input debug: looking for a subtitle file in /mnt/VM/streams/ [00000374] main demux debug: looking for meta reader module: 0 candidates [00000374] main demux error: no meta reader module matched "any" [00000374] main demux debug: TIMER module_Need() : 0.278 ms - Total 0.278 ms / 1 intvls (Avg 0.278 ms) [00000367] main input debug: `/mnt/VM/streams/lolita_es.mp3' successfully opened [00000364] qt4 interface debug: New Event: type 1103 [00000364] qt4 interface debug: Updating the stream status: 3 [00000387] mpeg_audio packetizer debug: MPGA channels:2 samplerate:44100 bitrate:128 [00000367] main input debug: selecting program id=0 [00000409] main decoder debug: looking for decoder module: 23 candidates [00000364] qt4 interface debug: New Event: type 1108 [00000409] main decoder debug: using decoder module "mpeg_audio" [00000409] main decoder debug: TIMER module_Need() : 2.735 ms - Total 2.735 ms / 1 intvls (Avg 2.735 ms) [00000409] main decoder debug: thread started [00000409] main decoder debug: thread 2932853648 (decoder) created at priority 5 (input/decoder.c:217) [00000409] mpeg_audio decoder debug: MPGA channels:2 samplerate:44100 bitrate:128 [00000409] main decoder debug: no aout present, spawning one [00000416] main audio output debug: looking for audio output module: 5 candidates [00000367] main input debug: control type=1 [00000416] alsa audio output debug: opening ALSA device `default' [00000416] main audio output debug: thread started [00000416] main audio output debug: thread 2909772688 (aout) created at priority 15 (alsa.c:687) [00000416] main audio output debug: using audio output module "alsa" [00000416] main audio output debug: TIMER module_Need() : 56.335 ms - Total 56.335 ms / 1 intvls (Avg 56.335 ms) [00000416] main audio output debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000416] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000416] main audio output debug: no need for any filter [00000416] main audio output debug: looking for audio mixer module: 3 candidates [00000416] main audio output debug: using audio mixer module "float32_mixer" [00000416] main audio output debug: TIMER module_Need() : 0.403 ms - Total 0.403 ms / 1 intvls (Avg 0.403 ms) [00000416] main audio output debug: input 'mpga' 44100 Hz Stereo frame=1152 samples/1053 bytes [00000416] main audio output debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo [00000418] main audio output debug: looking for audio filter module: 23 candidates [00000418] main audio output debug: using audio filter module "mpgatofixed32" [00000418] main audio output debug: TIMER module_Need() : 0.397 ms - Total 0.397 ms / 1 intvls (Avg 0.397 ms) [00000416] main audio output debug: found a filter for the whole conversion [00000416] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo [00000421] main audio output debug: looking for audio filter module: 23 candidates [00000421] main audio output debug: using audio filter module "bandlimited_resampler" [00000421] main audio output debug: TIMER module_Need() : 0.540 ms - Total 0.540 ms / 1 intvls (Avg 0.540 ms) [00000416] main audio output debug: found a filter for the whole conversion [00000416] main audio output debug: audio output is starving (31920), playing silence [00000416] main audio output warning: output date isn't PTS date, requesting resampling (50185) [00000416] main audio output warning: buffer is 50185 late, triggering upsampling [00000416] main audio output warning: output date isn't PTS date, requesting resampling (48341) [00000416] main audio output warning: timing screwed, stopping resampling [00000416] main audio output warning: buffer is 98525 late, triggering upsampling [00000416] main audio output warning: output date isn't PTS date, requesting resampling (47870) [00000416] main audio output warning: audio drift is too big (146214), dropping buffer [00000416] main audio output warning: audio drift is too big (120091), dropping buffer [00000416] mpgatofixed32 audio output debug: libmad error: bad main_data_begin pointer [00000416] main audio output warning: output date isn't PTS date, requesting resampling (82090) [00000416] main audio output warning: audio drift is too big (176060), dropping buffer [00000416] main audio output warning: audio drift is too big (149937), dropping buffer [00000416] main audio output warning: audio drift is too big (123815), dropping buffer [00000416] mpgatofixed32 audio output debug: libmad error: Huffman data overrun [00000416] main audio output warning: output date isn't PTS date, requesting resampling (105008) [00000416] main audio output warning: audio drift is too big (202700), dropping buffer [00000416] main audio output warning: audio drift is too big (176577), dropping buffer [00000416] main audio output warning: audio drift is too big (150455), dropping buffer [00000416] main audio output warning: audio drift is too big (124332), dropping buffer [00000416] mpgatofixed32 audio output debug: libmad error: Huffman data overrun [00000416] main audio output warning: output date isn't PTS date, requesting resampling (128232) [00000416] main audio output warning: audio drift is too big (226442), dropping buffer [00000416] main audio output warning: audio drift is too big (200320), dropping buffer [00000416] main audio output warning: audio drift is too big (174198), dropping buffer [00000416] main audio output warning: audio drift is too big (148075), dropping buffer [00000416] main audio output warning: audio drift is too big (121953), dropping buffer ...
thanks in advance.

meodou
Blank Cone
Blank Cone
Posts: 14
Joined: 14 Jun 2009 23:20

Re: VLC does not support the audio or video format "mpga"

Postby meodou » 22 Jun 2009 14:38

Hi ,
I resolved the problem changing the audio ouput type from ALSA audio output to SDL (Simple DirectMedia Layer) audio output.
It's quite strange as the ALSA is working correctly. I'll be grateful if someone can enlighten me about that.
Regards,
meodou


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 12 guests