Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-08-2007, 09:21 AM
|
#1
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Rep:
|
Totem movie player
I've installed Totem movie player but it cannot play most of the file types like .mpg,.mpeg or even play vcd. How to load the plugins of other file types ? Thanks
Rgds
Daniel
|
|
|
01-08-2007, 10:18 AM
|
#2
|
Member
Registered: Sep 2006
Location: Silesia
Distribution: Debian GNU/Linux 4.0, ArchLinux, OpenBSD
Posts: 190
Rep:
|
You should install some additional video codecs for example w32codecs package from mplayer project which contains most of them
|
|
|
01-08-2007, 08:10 PM
|
#3
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Quote:
Originally Posted by avallach
You should install some additional video codecs for example w32codecs package from mplayer project which contains most of them
|
Any idea where to get those codes ? is it available in FC disk ?
Rgds
Daniel
|
|
|
01-09-2007, 05:48 AM
|
#4
|
Member
Registered: Sep 2006
Location: Silesia
Distribution: Debian GNU/Linux 4.0, ArchLinux, OpenBSD
Posts: 190
Rep:
|
I am not sure whether they are on the Fedora disks. I'm sure there are Suse RPMs on rpm.pbone.net
There are also binary codecs packages on the mplayer website :
http://www.mplayerhq.hu/design7/dload.html
|
|
|
01-10-2007, 09:55 AM
|
#5
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Quote:
Originally Posted by avallach
|
Does the codecs support windows media player file types like .wmv ?
Rgds
Daniel
|
|
|
01-10-2007, 10:02 AM
|
#6
|
LQ Newbie
Registered: Jul 2006
Posts: 17
Rep:
|
Yes the plugins support almost all formats of multimedia.
|
|
|
01-11-2007, 10:01 AM
|
#7
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Quote:
Originally Posted by mpajoh
Yes the plugins support almost all formats of multimedia.
|
I download the codecs and then follow the instructions to copy all the files to the /usr/lib/win32 folder but it still won't play .wmv ?
Rgds
Daniel
|
|
|
01-11-2007, 10:18 AM
|
#8
|
LQ Guru
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131
Rep: 
|
The problem is, Totem is a front-end which won't play anything without a backend. It's compiled against a chosen backend, and therefore there usually exists different versions like totem-xine (Totem on a Xine backend) or totem-gstreamer (Totem on a GStreamer backend). It is for the backend you install the codecs/plugins for, and if I'm right, your Totem is using either Xine or GStreamer and they won't do anything with Mplayer's w32codecs.
First find out if you have installed totem-xine or totem-gstreamer (those are the names under Ubuntu; not sure if Fedora calls them the same, but you should see the engine from some error message, about box or something). After this get the plugins or codecs for that backend; for GStreamer the packages are called gstreamer-plugins-name where name is a word, like ugly example: gstreamer-plugins-ugly. There are a few different plugin packages, so you might want to get them all. The Ugly set should play pretty many formats. For Xine there is a package that is called, under Ubuntu (not sure about Fedora, again) libxine-extracodecs that is needed. You'll find it probably by taking a search on the web or rpm.pbone.net. In addition, for DVD playback you may have to install libdvdcss2 because without it many commercial DVD discs won't play; this is for the same reason why mp3 etc. plugins don't ship with many distributions (copyright laws etc.)
I hope this was a bit helpful at least. There is more information on the web so search if you are unsure about something. I suggest you use Xine as backend since last time I checked it was easier to get all codecs for Xine, and if you use other front-ends for it (like Amarok), it could be easier (Amarok didn't support GStreamer in it's latest version last time I checked, so..)
Shortly: check which backend it uses, get appropriate extra codecs/plugins, maybe libdvdcss2 and try again. Another option is to use MPlayer instead, but I would prefer Totem.
EDIT: even if you install all the codecs, not all wmv or wma files necessarily play. Not sure why, but it seems some version 9 windows media files tend not to work with the decoders; some do, though. So try with multiple files if some won't play.
Last edited by b0uncer; 01-11-2007 at 10:19 AM.
|
|
|
01-12-2007, 03:23 AM
|
#9
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Quote:
Originally Posted by b0uncer
The problem is, Totem is a front-end which won't play anything without a backend. It's compiled against a chosen backend, and therefore there usually exists different versions like totem-xine (Totem on a Xine backend) or totem-gstreamer (Totem on a GStreamer backend). It is for the backend you install the codecs/plugins for, and if I'm right, your Totem is using either Xine or GStreamer and they won't do anything with Mplayer's w32codecs.
First find out if you have installed totem-xine or totem-gstreamer (those are the names under Ubuntu; not sure if Fedora calls them the same, but you should see the engine from some error message, about box or something). After this get the plugins or codecs for that backend; for GStreamer the packages are called gstreamer-plugins-name where name is a word, like ugly example: gstreamer-plugins-ugly. There are a few different plugin packages, so you might want to get them all. The Ugly set should play pretty many formats. For Xine there is a package that is called, under Ubuntu (not sure about Fedora, again) libxine-extracodecs that is needed. You'll find it probably by taking a search on the web or rpm.pbone.net. In addition, for DVD playback you may have to install libdvdcss2 because without it many commercial DVD discs won't play; this is for the same reason why mp3 etc. plugins don't ship with many distributions (copyright laws etc.)
I hope this was a bit helpful at least. There is more information on the web so search if you are unsure about something. I suggest you use Xine as backend since last time I checked it was easier to get all codecs for Xine, and if you use other front-ends for it (like Amarok), it could be easier (Amarok didn't support GStreamer in it's latest version last time I checked, so..)
Shortly: check which backend it uses, get appropriate extra codecs/plugins, maybe libdvdcss2 and try again. Another option is to use MPlayer instead, but I would prefer Totem.
EDIT: even if you install all the codecs, not all wmv or wma files necessarily play. Not sure why, but it seems some version 9 windows media files tend not to work with the decoders; some do, though. So try with multiple files if some won't play.
|
I use mplayer as frontend but not sure which backend i use. I think i did installed totem-xine. I've also download the mplayer codecs from mplayer website. Are those codecs for totem-xine ?
Rgds
Daniel
|
|
|
11-05-2007, 09:17 AM
|
#10
|
LQ Newbie
Registered: Aug 2007
Posts: 8
Rep:
|
totem player mp3 decoder plugin for fedora
i am newbie to linux.i want to make totem player to play mp3 files.i am using fedoracore7.it is telling that i have not installed mp3 decoder plugin...can you please give me the path where i can get this and also please tell me the procedure to install it
|
|
|
01-15-2008, 08:27 AM
|
#11
|
LQ Newbie
Registered: Jan 2008
Posts: 6
Rep:
|
Quote:
Originally Posted by DanielTan
I've installed Totem movie player but it cannot play most of the file types like .mpg,.mpeg or even play vcd. How to load the plugins of other file types ? Thanks
Rgds
Daniel
|
How to install decoder plugins for totem movie player for linux?
|
|
|
01-15-2008, 08:44 AM
|
#12
|
LQ Newbie
Registered: Jan 2008
Posts: 6
Rep:
|
Quote:
Originally Posted by Rajapuram Raghunath
How to install decoder plugins for totem movie player for linux?
|
How to instal decoder?
|
|
|
01-15-2008, 08:46 AM
|
#13
|
LQ Newbie
Registered: Jan 2008
Posts: 6
Rep:
|
Quote:
Originally Posted by DanielTan
I've installed Totem movie player but it cannot play most of the file types like .mpg,.mpeg or even play vcd. How to load the plugins of other file types ? Thanks
Rgds
Daniel
|
How to load the plugns of other file types?
|
|
|
01-15-2008, 09:07 AM
|
#14
|
Member
Registered: Jan 2008
Location: Brighton, UK
Distribution: Ubuntu 18.04 / CentOS 7.6
Posts: 397
Rep:
|
Quote:
Originally Posted by Rajapuram Raghunath
How to load the plugns of other file types?
|
This might help. Google is your friend
http://www.linuxforums.org/forum/lin...em-codecs.html
|
|
|
01-27-2008, 05:36 AM
|
#15
|
LQ Newbie
Registered: Jan 2008
Posts: 6
Rep:
|
Quote:
Originally Posted by DanielTan
I've installed Totem movie player but it cannot play most of the file types like .mpg,.mpeg or even play vcd. How to load the plugins of other file types ? Thanks
Rgds
Daniel
|
How to download the plugins for totem movie player of linux
|
|
|
All times are GMT -5. The time now is 01:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|