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

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 9th, 2005   #1
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
HOWTO: Play WMA audio files using Beep Media Player

All of the commands below should be typed from a terminal. Applications->System Tools->Terminal

If you don't have the beep media player you can get it via synaptic or:
Code:
sudo apt-get install beep-media-player
First download the beep development files:
Code:
sudo apt-get install beep-media-player-dev
Download the WMA plugin:
Code:
wget http://download.berlios.de/bmp-plugins/bmp-wma-0.1.1.tar.gz
Extract the files
Code:
tar -xvzf bmp-wma-0.1.1.tar.gz
Build and install the plugin
Code:
cd bmp-wma-0.1.1
Code:
./configure
Code:
make
Code:
sudo make install
That's it! You can now play WMA with Beep Media Player, keep in mind that it still cannot play WMA files with DRM.

Let me repeat this, BEEP CANNOT PLAY WMA FILES WITH DRM! It will open the file and show the title in the window but it will not play it.
Darrena is offline   Reply With Quote
Old May 10th, 2005   #2
Gandalf
Has an Ubuntu Drip
 
Gandalf's Avatar
 
Join Date: Apr 2005
Beans: 688
Dapper Drake Testing/
Re: HOWTO: Play WMA audio files using Beep Media Player

it didn't work for me, BMP just disappear when i try to play any wma file
__________________
[My Blog] | [My Sites] | [My Ubuntu Guides]

doc.gwos.org, the real successor of Ubuntu Guide
Gandalf is offline   Reply With Quote
Old May 10th, 2005   #3
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: HOWTO: Play WMA audio files using Beep Media Player

Quote:
Originally Posted by Gandalf
it didn't work for me, BMP just disappear when i try to play any wma file
Does it play MP3's successfully?
Darrena is offline   Reply With Quote
Old June 21st, 2005   #4
Brum
First Cup of Ubuntu
 
Join Date: Jun 2005
Beans: 2
Re: HOWTO: Play WMA audio files using Beep Media Player

Hi very new to unbuntu.

Have followed the above steps and got as far as step 6 and typing in the ./configure command. Below is the response I get back. Can anyone give me a simple step by step guide as to what needs to be done to resolve this.

Cheers

HTML Code:
********** ~/bmp-wma-0.1.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Brum is offline   Reply With Quote
Old June 21st, 2005   #5
Druke
Way Too Much Ubuntu
 
Druke's Avatar
 
Join Date: Jun 2005
Location: Austin Texas
Beans: 252
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Druke
Re: HOWTO: Play WMA audio files using Beep Media Player

Quote:
Originally Posted by Brum
Hi very new to unbuntu.

Have followed the above steps and got as far as step 6 and typing in the ./configure command. Below is the response I get back. Can anyone give me a simple step by step guide as to what needs to be done to resolve this.

Cheers

HTML Code:
********** ~/bmp-wma-0.1.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

looks like you need a c/c++ compiler, get gcc
Druke is offline   Reply With Quote
Old June 21st, 2005   #6
bored2k
Skinny Extra Sweet Ubuntu
 
bored2k's Avatar
 
Join Date: Feb 2005
My beans are hidden!
Re: HOWTO: Play WMA audio files using Beep Media Player

sudo apt-get install build-essential

To the main poster: You could create a far deeper-better guide if you would include other plugins like OGG, FLAC, M4A, APE, Audioscrobbler (etc) support . I'm sure you know how..
__________________
Sylvia: Look at what you've done to him!
Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place.
bored2k is offline   Reply With Quote
Old June 22nd, 2005   #7
Brum
First Cup of Ubuntu
 
Join Date: Jun 2005
Beans: 2
Re: HOWTO: Play WMA audio files using Beep Media Player

Excellent! Thanks
Brum is offline   Reply With Quote
Old June 24th, 2005   #8
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: HOWTO: Play WMA audio files using Beep Media Player

Quote:
Originally Posted by bored2k
sudo apt-get install build-essential

To the main poster: You could create a far deeper-better guide if you would include other plugins like OGG, FLAC, M4A, APE, Audioscrobbler (etc) support . I'm sure you know how..
lol, well my point was only to get WMA support but maybe this weekend I will update it to be a more comprehensive guide to Beep Media Player.
Darrena is offline   Reply With Quote
Old June 24th, 2005   #9
frodon
Ubuntu French Roast
 
frodon's Avatar
 
Join Date: Jun 2005
Location: France
Beans: 6,385
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Play WMA audio files using Beep Media Player

thanks Darrena !

You can also read wma with XMMS using the xmms-wma module, after installing XMMS via synaptic you can download here the plugin (for example) : http://mcmcc.bat.ru/xmms-wma/

after you do the same kind of commands :

Code:
tar -xjvf xmms-wma-X.X.X.bz2
go into the created repertory and do

Code:
make
then

Code:
sudo make install
now open XMMS and go to preference (Ctrl+p), in the entry plugin verify that libwma.0 is activated and now you're ready to listen .wma files
frodon is offline   Reply With Quote
Old June 24th, 2005   #10
angrykeyboarder
Quad Shot of Ubuntu
 
angrykeyboarder's Avatar
 
Join Date: Mar 2005
Location: Phoenix, Arizona, USA
Beans: 371
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to angrykeyboarder Send a message via AIM to angrykeyboarder Send a message via MSN to angrykeyboarder Send a message via Yahoo to angrykeyboarder Send a message via Skype™ to angrykeyboarder
Re: HOWTO: Play WMA audio files using Beep Media Player

Quote:
Originally Posted by frodon
thanks Darrena !

You can also read wma with XMMS using the xmms-wma module....
Yes, but it's XMMS (w/that nasty GTK1..........)

Last edited by angrykeyboarder; June 24th, 2005 at 10:33 AM..
angrykeyboarder 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 09:54 PM.


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