How to compile vlc to play aac+ stream

*nix specific usage questions
Orlan
New Cone
New Cone
Posts: 2
Joined: 01 Nov 2005 13:01

How to compile vlc to play aac+ stream

Postby Orlan » 01 Nov 2005 14:29

How to compile vlc to play aac+ stream?

my options for ffmpeg was:

Code: Select all

./configure \ --enable-pp \ --enable-gpl \ --enable-libogg \ --enable-vorbis \ --enable-faad \ --enable-faac \ --enable-a52 \ --enable-mp3lame \ --enable-shared
for vlc-0.8.4-test1.tar.bz2:

Code: Select all

./configure \ --enable-debug \ --enable-x11 \ --enable-wxwindows \ --enable-gtk \ --enable-kde \ --enable-qt \ --enable-skins \ --enable-skins2 \ --disable-sdl \ --enable-ffmpeg \ --with-ffmpeg-ogg \ --with-ffmpeg-vorbis \ --with-ffmpeg-faad \ --with-ffmpeg-faac \ --with-ffmpeg-a52 \ --with-ffmpeg-mp3lame \ --enable-mad \ --enable-libdvbpsi \ --enable-libmpeg2 \ --enable-dts \ --enable-mkv \ --enable-freetype \ --enable-fribidi \ --enable-speex \ --enable-flac \ --enable-caca \ --enable-livedotcom \ --enable-dvd \ --enable-dvdnav \ --enable-dvdread \ --enable-libcdio \ --enable-libcddb \ --enable-vcdx \ --enable-vcd \ --enable-ncurses \ --enable-id3tag \ --with-ffmpeg-tree=/usr/src/ffmpeg
after succesful compilation entering :

Code: Select all

$ vlc http://m7.radiosfera.pl:8000 VLC media player 0.8.4-test1 Janus [00000476] access_http access: Raw-audio server found, m4a demuxer selected [00000481] packetizer_mpeg4audio packetizer: running MPEG4 audio packetizer [00000481] packetizer_mpeg4audio packetizer: AAC channels: 1 samplerate: 22050 [00000510] main decoder error: no suitable decoder module for fourcc `mp4a'. VLC probably does not support this sound or video format.
What I done wrong ?
What i should to do to play aac+ with vlc ?

pizzach

Figured it out.

Postby pizzach » 06 Nov 2005 23:32

You would think you need faad. But what you actually need is x264 compiled with mp4 support. (./configure -enable-mp4-output) You get it somewhere on the videolan webpage. You might have to search around to get a version that compiles completely and correctly.

I just figured this out myself 5 minutes ago. :) Hope this helps.

Orlan
New Cone
New Cone
Posts: 2
Joined: 01 Nov 2005 13:01

Postby Orlan » 07 Nov 2005 11:20

I have found mistake
i have to compile faad2 from
http://www.audiocoding.com/modules/mydo ... d=3&lid=19
and put options in vlc configure

Code: Select all

--enable-faad --with-faad-tree=/usr/src/faad2
But thanks any way :-)


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

Who is online

Users browsing this forum: No registered users and 70 guests