Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old March 24th, 2005   #1
zaubara
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 23
XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Hey there

Yesterday, I installed ubuntu 5.04 on my amd64 machine and I like it a lot so far. But I want to be able to play my .m4a files, imported from my Ipod, which work fine on my mac!

I installed the XMMS plugin, but starting XMMS returns this:

libmp4v2.so.0: cannot open shared object file: No such file or directory

After hours of googling, I found MPEG4IP to be missing, which is not on any ubuntu source. I had to compile it for myself. I installed everything needed and it stops making with some strange error at the server module, so I made it again without the server; in the libs folder, I found a libmp4v2.so.0.0.0 which i copied to /lib/libmp4v2.so.0.

Starting XMMS now returns this error:
/usr/lib/xmms/Input/libmp4.so: undefined symbol: MP4GetTrackAudioType

Playing *.m4a's still doesnt work.
Is anyone of you already able to play such files??

Thanks for all of your support!
zaubara
zaubara is offline   Reply With Quote
Old March 25th, 2005   #2
zaubara
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 23
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Wellwell ...
I reinstalled ubuntu, added this repository:

http://cyberspace.ucla.edu/marillat unstable main

reinstalled a few programmes and now it works flawlessly.
Just in case you wanted to know.
zaubara is offline   Reply With Quote
Old March 25th, 2005   #3
ChaperonNoir
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 39
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Hey dude

Im trying like you to get AAC support. I have an ipod so i have countless AAC files.

Im using rhythmbox.

Your repository works fine , installed gstreamer0.8-faad perfect but after this, it tells me to run gs-register ?

But i dont have this command ?

At the moment, i lost all my plugins :S

EDIT

Thanx google, i got all my plugins back using gst-register0.8

But i still cant play the AAC files :9

Could not decode stream blablablalbal

Last edited by ChaperonNoir; March 25th, 2005 at 12:12 PM..
ChaperonNoir is offline   Reply With Quote
Old March 25th, 2005   #4
zaubara
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 23
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Quote:
Originally Posted by ChaperonNoir
Hey dude

Im trying like you to get AAC support. I have an ipod so i have countless AAC files.

Im using rhythmbox.

Your repository works fine , installed gstreamer0.8-faad perfect but after this, it tells me to run gs-register ?

But i dont have this command ?

At the moment, i lost all my plugins :S

EDIT

Thanx google, i got all my plugins back using gst-register0.8

But i still cant play the AAC files :9

Could not decode stream blablablalbal
Well, I was cheering too fast i guess... :/

Rhytmbox is for me a no-go, too

Thats what XMMS tells me:

2-MPEG-4 AAC Low Complexity profile
MP4 - 2 channels @ 44100 Hz
MP4: Pulse coding not allowed in short blocks

Dunno what that means, someone I found on google stated that this was a bug in faad2 fixed a long time ago ...


// edit:

What I now did was installing BMP (apt-get install beep-media-player beep-media-player-dev), compiling the plugin for BMP from this page: http://fondriest.frederic.free.fr/realisations/ and I am now listening to a m4a file.

No clue why it doesnt work with XMMS tho ... whatever, BMP looks great too

Last edited by zaubara; March 25th, 2005 at 12:56 PM..
zaubara is offline   Reply With Quote
Old March 25th, 2005   #5
atf487
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 39
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Quote:
Originally Posted by zaubara
Well, I was cheering too fast i guess... :/

Rhytmbox is for me a no-go, too

Thats what XMMS tells me:

2-MPEG-4 AAC Low Complexity profile
MP4 - 2 channels @ 44100 Hz
MP4: Pulse coding not allowed in short blocks

Dunno what that means, someone I found on google stated that this was a bug in faad2 fixed a long time ago ...


// edit:

What I now did was installing BMP (apt-get install beep-media-player beep-media-player-dev), compiling the plugin for BMP from this page: http://fondriest.frederic.free.fr/realisations/ and I am now listening to a m4a file.

No clue why it doesnt work with XMMS tho ... whatever, BMP looks great too
Could you tell me how you compiled that plugin? I'm lost.
atf487 is offline   Reply With Quote
Old March 25th, 2005   #6
ChaperonNoir
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 39
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Me too please

my ./configure works. But my make command fails.


This command fails to autoreconf -vifs

I get lost when he talks about FLAGS and PKG_CONFIG_PATH.

Why does ./configure && make && make install never works =/
ChaperonNoir is offline   Reply With Quote
Old March 25th, 2005   #7
zaubara
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 23
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

What I did was installing automake1.8 instead of the shipped 1.4 or newest 1.9 (the easiest way to do this is by synaptic)

I then did

ACLOCAL=aclocal-1.8 AUTOMAKE=automake-1.8 autoreconf -vifs
./configure
make
sudo make install

... AFAIR.
Make double sure you have all tools required for compiling (like automake 1.8, autoconf, libtool), aswell aus "beep-media-player-dev"!

If you still fail, post the last lines of your bailing make

Good luck!
zaubara is offline   Reply With Quote
Old March 25th, 2005   #8
atf487
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 39
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

Quote:
Originally Posted by zaubara
What I did was installing automake1.8 instead of the shipped 1.4 or newest 1.9 (the easiest way to do this is by synaptic)

I then did

ACLOCAL=aclocal-1.8 AUTOMAKE=automake-1.8 autoreconf -vifs
./configure
make
sudo make install

... AFAIR.
Make double sure you have all tools required for compiling (like automake 1.8, autoconf, libtool), aswell aus "beep-media-player-dev"!

If you still fail, post the last lines of your bailing make

Good luck!

!

THANK YOU SO MUCH!

I had no idea the ac local thing was a command
atf487 is offline   Reply With Quote
Old March 26th, 2005   #9
ChaperonNoir
5 Cups of Ubuntu
 
Join Date: Mar 2005
Beans: 39
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?




Code:
root@amd64:/home/edmond/bmp-mp4_20041215 # autoreconf -vifs
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
autoreconf: `aclocal.m4' is unchanged
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --force
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_1.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_2.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_3.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_4.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_5.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_6.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_7.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_8.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_9.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_10.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_11.h' is in subdirectory
automake: libfaad2/Makefile.am: not supported: source file `codebook/hcb_sf.h' is in subdirectory
autoreconf: automake failed with exit status: 1
root@amd64:/home/edmond/bmp-mp4_20041215 #
./configure works fine.

But make fails. probably because this command fails.

I have libtool, i have autoconf18, i have everything.
ChaperonNoir is offline   Reply With Quote
Old March 29th, 2005   #10
pfrrp
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 1
Re: XMMS-MP4 (*.m4a) support on my amd64 ubuntu box?

when i use autoreconf it doesnt recognize the command -vifs
im new to this...
thanks for any help.
R
pfrrp is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:14 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry