LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-10-2004, 06:46 PM   #1
semaforo
LQ Newbie
 
Registered: Apr 2004
Posts: 10

Rep: Reputation: 0
Fedora Core 3: totem+mpeg+dvd and k3b+mp3


Hello.

How can I watch dvds and mpeg/avi/xvid/anyother in totem under FC3? Are there plugins available for download?

And what about burning audiocd from mp3 with k3b? Where can I get the plugin?
---
EDIT: Oops, shame on me! http://rpm.livna.org/fedora/3/i386/R...n.1.3.i386.rpm
---

Thanks.

Last edited by semaforo; 11-10-2004 at 06:49 PM.
 
Old 11-10-2004, 07:01 PM   #2
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
Hi,

Totem is based on the Xine engine.

For watching DVDs, you'll need the de-css plugin to decode copy-scrambled DVDs (most are scrambled). Be aware, though, that the legality of this plugin is dubious; in the States I think it actually is illegal; which is why no Linux distro includes it as standard...

For coverage of windows file formats, you need the win32 codec pack...

Oh, and for what it's worth, I personally prefer Xine itself and Kaffeine - for some reason, they both seem to offer much better picture quality than Totem... don't know why..
 
Old 11-10-2004, 07:39 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I suggest you install win32 codecs first, usually they are installed in /usr/lib/win32. Once thats done, install libdvdcss and then compile xine-lib. Make sure you check out the configure options so that xine knows where win32 plugins are. You can then compile totem once thats done. If you are not too keen on compiling stuff, I think freshrpms.net have just updated their apt repository to include packages for Fedora Core 3 and there should be totem and xine-lib in their repository.
 
Old 11-11-2004, 12:25 AM   #4
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
Quote:
Originally posted by kevinatkins
[B]Hi,

Totem is based on the Xine engine.
Totem in FC3 uses the gstreamer backend, not the xine backend.

You need to get the appropriate gstreamer plugins (or build them)
Next week I should have some available from my website - works very well, though I haven't played dvd's with it (can play mpeg, some quicktime, divx)

I'm waiting to see what gets provided by livna.org though before I post any rpm's to my build of the plugins.
 
Old 11-11-2004, 02:20 AM   #5
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
I couldn't get gstreamer MP3 plug-in to work properly .. you could actually download the xine compiled totem from freshrpms repository.
 
Old 11-11-2004, 03:04 PM   #6
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
Quote:
Originally posted by wiraone
I couldn't get gstreamer MP3 plug-in to work properly .. you could actually download the xine compiled totem from freshrpms repository.
mp3 plugin works fine with totem gstreamer - as do many other things.
A user should not replace FC3 totem with the freshrpms totem - unless they think real careful about it - replacing vendor installed binaries with third party packages is how systems get messed up, then people go to the fedora list with weird problems no one has heard of, file bug reports in bugzilla with these weird problems, and then it turns out something from a repo such as freshrpms that REPLACED a fedora installed binary was at fault. Now there are times when replacing an OS vendor supplied package is necessary, but not being able to play mp3's in totem isn't one of them - it plays mp3's and aac's etc. just fine if you install the proper gstreamer plugins.

I apologize for sounding like the back end of a donkey.

I don't know if livna.org has updated their builds for FC3 yet - but -

1) install the livna.org mad and mad-devel packages.
If they don't have fc3 packages yet - get the src.rpm from their fc2 and rebuild it in fc3

2) install the livna.org lame and lame-devel packages
Same with rebuilding src.rpm if needed

3) get the gstreamer-plugins-mp3 src.rpm from livna.org fc2 repository.
Edit the spec file and change the version of gstreamer plugins to current version (what fc3 has)
put the source tarball for current gstreamer plugins in your rpm sources directory.

build the spec file - it will build a gstreamer-plugins-mp3 package that will give mp3 playback capability not only to totem, but also to rhythmbox.

Or you can wait a few days - livna.org will release a gstreamer-plugins-mp3 package, probably within a week or so, that package doesn't require any patches to build with gcc34

If you MUST have win32 codec playback capability, then at least consider mplayer before replacing a package installed by the OS vendor.

Nothing personal against freshrpms's or other 3rd party repositories, they are useful. But one should be extremely cautious about replacing vendor supplied packages - that's how problems happen.
 
Old 11-11-2004, 03:35 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Usually multimedia apps that come with Fedora are crippled so have to be replaced or other work arounds found. Freshrpms is one of the most popoular 3rd party packagers for Fedora/Redhat, so that should show you that their packages are well regarded and work fine on fedora.
 
Old 11-11-2004, 04:54 PM   #8
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
Quote:
Originally posted by reddazz
Usually multimedia apps that come with Fedora are crippled so have to be replaced or other work arounds found. Freshrpms is one of the most popoular 3rd party packagers for Fedora/Redhat, so that should show you that their packages are well regarded and work fine on fedora.
But that's where GStreamer shines.
If a media app uses a GStreamer backend, you don't have to replace squat, you just need to add plugins.
Same with xmms - since it uses plugins as well.

Fedora Core 2 was the same way, except it didn't ship with a video player. You didn't need to replace any system binaries, you add GStreamer mp3 plugin to get mp3 in Rhythmbox, you add xmms-mp3 plugin to same with xmms - no need to replace something.

Now for something like sox - that doesn't use plugin, so you would have to replace it if you wanted mp3 capability in sox.

Fedora/RH developers are committed to bug fixes, including security fixes - when you go third party, you become dependent upon that third party to keep up with those issues for the packages that are now no longer supplied by the vendor.

Yes - freshrpms is very popular, and is a nice repository. It has however released packages that have not gone through adequate QA resulting in problems for some users. Not a huge problem imho for add ons - but that's not good practice for packages that replace vendor packages.
 
Old 11-11-2004, 06:21 PM   #9
semaforo
LQ Newbie
 
Registered: Apr 2004
Posts: 10

Original Poster
Rep: Reputation: 0
totem-xine from freshrpms is working fine for me. I haven't found gstreamer-plugins compiled for FC3, so I think this is a nice alternative.
Anyway, I'm not sure about video quality under gstreamer. How is it by now?
 
Old 11-11-2004, 07:10 PM   #10
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
Video quality with GStreamer is excellent.
I have no problems, and my system is rather humble by todays standards - Athlon XP 2700+ with only 256 MB of ram, generic brand GForce 4 440MX using the sucky kernel nv driver.
 
Old 11-11-2004, 07:49 PM   #11
semaforo
LQ Newbie
 
Registered: Apr 2004
Posts: 10

Original Poster
Rep: Reputation: 0
Hum... so I'll try gstreamer as backend when the plugins are out.
Gstreamer is way cool!
 
Old 11-12-2004, 01:12 AM   #12
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Quote:
Originally posted by FunkyRes
mp3 plugin works fine with totem gstreamer - as do many other things.
A user should not replace FC3 totem with the freshrpms totem - unless they think real careful about it - replacing vendor installed binaries with third party packages is how systems get messed up, then people go to the fedora list with weird problems no one has heard of, file bug reports in bugzilla with these weird problems, and then it turns out something from a repo such as freshrpms that REPLACED a fedora installed binary was at fault. Now there are times when replacing an OS vendor supplied package is necessary, but not being able to play mp3's in totem isn't one of them - it plays mp3's and aac's etc. just fine if you install the proper gstreamer plugins.
I've tried to get MP3 plugin to work since FC2 and I just couldn't get it to work on my machine. It always seg-faulted on me. It wasn't once, but I've tried to reinstall the gstreamer so many time .. And I beg to differ on your suggestion not to replace the standard package with an alternative.. when the standard package doesn't work .. why should I live with it? I know, I won't argue with why Redhat won't ship MP3 plug-in as a standard .. but we shouldn't got tied to it.. Well, most probably you argument will be valid for a newbie ..

Quote:
Nothing personal against freshrpms's or other 3rd party repositories, they are useful. But one should be extremely cautious about replacing vendor supplied packages - that's how problems happen.
LIVNA included? Anyway, I've been happy to replace many of my installed packages with the one from 3rd party repositories for sure... well, as per my statement above, if you're a newbie.. do feel cautious on using them.. but if you know what you're doing.. it is really up to you..
 
Old 11-12-2004, 01:22 AM   #13
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
livna doesn't replace binaries installed by Fedora Core.
It contains packages that compliment Fedora Core but can not be included in Fedora Core or Fedora Extras for various (primarily patent) reasons.

If something doesn't work - sure, use something that does.
 
Old 11-12-2004, 01:41 AM   #14
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
btw - what seems to be holding rpm.livna.org up is fedora-extras.
The packages they don't have for fc3 - such as gstreamer-ffmpeg and gstreamer-plugins-mp3 - are packages that depend upon packages from fedora-extras, which doesn't seem to be up yet for fc3
 
Old 11-15-2004, 12:48 PM   #15
darkknight_9
Member
 
Registered: Dec 2002
Distribution: Fedora Core 3
Posts: 34

Rep: Reputation: 15
Which gstreamer plugin would I need to play MPEG files?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mp3 mp3 in fedora core 4 :( how to mohsin-mm Linux - Software 3 10-27-2005 03:37 PM
mp3 and mpeg support for fedora c3 joel b Fedora 4 02-25-2005 01:54 AM
Fedora Core 3 and Totem jpc1258 Fedora 3 11-29-2004 03:43 PM
Fedora Core, not installing mpeg codecs archlyric Linux - Newbie 3 03-25-2004 02:26 PM
Cannot play DVD in Totem in Fedora sanjeevdas Linux - Software 0 12-10-2003 12:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration