Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd August 2008, 05:46 PM
abhi_69's Avatar
abhi_69 Offline
Registered User
 
Join Date: Aug 2008
Location: Bangladesh
Posts: 30
Unhappy Multimedia Problem in fedora core 9

Hello all,
i am a new fedora user. i hav fedora core 9 installed. i think fedora is good for work. but, i can't play videos & DVD's in fedora. i am very confused....
if other linux distro like mandriva or slackware supports all multimedia, why not fedora??
whats the problem? i install 'fluendo mp3 decoder' to play mp3. they offer otther codecs, but, they r not free.
i hav no internet connection in my home pc. so, i can't use yum & other online software install tools. i use internet from my university campus.i didn't find any free video & DVD codecs for fedora 9.
i tried mplayer from 'freshrpm' site. but, it not install. it show error about dependencies. it show a list of libraries which are not installed like- libaac, libmad, libcaca etc. Are not those libraries included in fedora 9?

i also tried mplayer from a source tarball. it installs ok. i use-
./configure --enable-gui during compile.
it creates a menu entry. but, when i click it, no GUI appears. then i noticed,
skin directory of mplayer is empty. when i install some skin there, they didn't work.

so, now i am in great problem. what can i do now? is there any free video & DVD decoder pack for totem? i use gnome desktop.
i hav no other OS in my home PC. i need to play DVD's & videos in fedora.

plz. anybody helps me. give me details. any solution for me?

i again say, there is no active internet connection in my home pc. so, yum or other online installation tools will not work for me.
so, give any other method to download codecs as rpm or other format & install them directly from my hard disk.

plz. help me.

thnx.

Last edited by Wayne; 24th August 2008 at 01:44 AM.
Reply With Quote
  #2  
Old 23rd August 2008, 06:45 PM
LordMorgul's Avatar
LordMorgul Offline
Registered User
 
Join Date: Mar 2004
Location: Sourthern California, USA
Posts: 503
Your best bet is to go to http://rpm.livna.org and then browse the repositories (http://livna-dl.reloumirrors.net/fedora/9/) and while at your university download the packages to install ALL of the gstreamer-plugins-* packages, libquicktime, libmpeg, ffmpeg.

You will also want to get dvd playback packages, and for that you need libdvdcss. You need an application to play them, mplayer or vlc (I suggest both).

Those packages will have dependencies, so the first time you download them you might not get all the ones you need. I think x264 is needed for one or more of those.
__________________
- Andrew <lordmorgul@gmail.com>

No one now has, and no one will ever again get, the big picture. - Daniel Geer
Reply With Quote
  #3  
Old 23rd August 2008, 07:01 PM
ValHolla's Avatar
ValHolla Offline
Registered User
 
Join Date: Aug 2008
Location: St. Louis, MO
Age: 38
Posts: 83
hello, welcome to the forums.

there are several ways to solve this, since you don't have internet connection at home, it is a little trickier.

but here goes.
for DVDs

repository Location you can download the RPMs without the need for yum.
http://livna-dl.reloumirrors.net/fedora/9/i386 or x86_64 or ppc or SRPM

you need to download
I think I hit all the dependencies.

Code:
ffmpeg-libs
libcdio
libdca
libdvdcss
libdvdnav
libdvdread
libmad
libXext
libXinerama
libXrandr
libXxf86vm
totem
vcdimager
xine-lib
totem-xine
xine-lib-extras-nonfree
Here is a script you can run on a linux box that has internet connection that will resolve dpendencies.

Code:
#!/bin/bash 
## uncomment the line below to enable debug 
## set -x 
############################### 
## script to find a uniq list of dependencies for a given set 
## of packages 
## 
## package list file should have one package name per line 
## 
## 
################################ 

TMPFL=/tmp/file 

if [ $# -ne 1 ]; then 
   echo "Usage: $0 {pkglist}" 
   exit 1 
fi 

PKGLST=$1 
if [ -f ${TMPFL} ]; then 
   rm -f ${TMPFL} 
fi 

if [ ! -f ${PKGLST} ]; then 
   echo "Package file: ${PKGLST} missing" 
   exit 1 
fi 

for i in $(cat ${PKGLST}) 
do 
   yum deplist $i >>${TMPFL} 
done 

grep provider ${TMPFL} |awk '{print $2}' |sort |uniq 
rm -f ${TMPFL} 

exit 0
if you find I missed some dependencies, Please post them back so everyone can benefit.
Reply With Quote
  #4  
Old 24th August 2008, 01:45 AM
Wayne
Guest
 
Posts: n/a
In future use the standard font and font sizes. Read the forum guidelines before posting again, especially the part about using proper capitalisation and spelling. Thanks.

Wayne
Reply With Quote
  #5  
Old 24th August 2008, 01:25 PM
abhi_69's Avatar
abhi_69 Offline
Registered User
 
Join Date: Aug 2008
Location: Bangladesh
Posts: 30
Wink Thnks for Solution

thnx to all for solution.
i install mplayer from source tarball again & compile it. it installs ok. last time i was made a mistake during skin installation. now, this is solved. i can play all format now with mplayer.
it has nice GUI.
i also installs rpm packages from 'livna' as all suggested.

thnx again. now i am free from all tension.
Reply With Quote
  #6  
Old 24th August 2008, 02:44 PM
easharpie Offline
Registered User
 
Join Date: Aug 2008
Posts: 2
You can try installing vlc

Code:
yum install vlc.i386
for VLC Program

Code:
yum install mozilla-vlc.i386
Mozilla Firefox Plugin

Plays MPEG, DVD, And Divx, also an MP3 Player!
Reply With Quote
Reply

Tags
core, fedora, multimedia, problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 11 multimedia problem puchi Using Fedora 2 23rd August 2009 08:32 PM
Amarok doesn't understand dell laptop multimedia keys in Fedora Core 7 Dunhausen Using Fedora 7 28th November 2007 10:39 AM
New to Fedora Core - Multimedia sebgate20 Using Fedora 2 16th June 2005 06:54 PM
Multimedia and 3 Test VS 2 Core DrummerVin Fedora Core 3 Test Releases 4 13th October 2004 08:28 AM


Current GMT-time: 08:23 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat