LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-22-2004, 03:12 PM   #16
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30

Does it contain all the codecs and everything?
Or how do I get VIdeoLAN working?
 
Old 12-22-2004, 03:16 PM   #17
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Quote:
Originally posted by TuxFreak
So I downloaded it and extracted it and ran the command as stated, and I received all of the error messages as listed above, but where did it install to? I looked around and dont see any VLC or VideoLAN in /usr/bin or other places ive looked. Where is it locaed after all of the RPMs are installed? Also are the warnings and errors anything to worry about
It installed in /usr/bin/vlc for me, but I installed it through yum, rather than downloading it from their website. I didn't get any errors. Try ftp://fr2.rpmfind.net/linux/dag/fedo...c3.rf.i386.rpm this rpm, and install it using rpm -Uvh videolan-client-0.8.1-1.1.fc3.rf.i386.rpm and see what you get.
 
Old 12-22-2004, 05:37 PM   #18
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by C0NIk
try www.real.com/linux

they post realplayer 10 it's cool
I installed RealPlayer 10 and Helix and it didnt have any codecs for MPG or AVI or WMV... or anything... how do i acquire these codecs?
 
Old 12-23-2004, 04:51 PM   #19
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30
So any ideas anyone for codecs?
 
Old 12-24-2004, 06:18 AM   #20
chup
Member
 
Registered: Aug 2003
Location: South Africa
Distribution: Ubuntu (Feisty)
Posts: 280

Rep: Reputation: 31
Essential codecs (from mplayerhq.hu)
http://www1.mplayerhq.hu/MPlayer/rel...041107.tar.bz2
 
Old 12-24-2004, 06:24 AM   #21
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30
After I install these codecs, are they only designed for use with mplayer or will they work with other media players also?
 
Old 12-24-2004, 12:38 PM   #22
H2O-linux
Member
 
Registered: Sep 2004
Location: Second ring of youranus
Distribution: debian testing
Posts: 153

Rep: Reputation: 30
Xine seems the simplest to use under Slack anyway. You need to download libdvdcss.
 
Old 12-25-2004, 05:26 PM   #23
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30
I tried VLC and downloaded the http://www.videolan.org/vlc/download-fedora.html from that site and extracted it all just like it said and then ran


[root@phorsource Desktop]# rpm -U vlc/* --force
warning: vlc/a52dec-0.7.4-7.1.fc3.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
warning: package libmodplug = 1:0.7-2vlc was already added, replacing with libmodplug <= 1:0.7-3vlc
warning: package libpostproc = 1.0-0.11.pre5.1.fc2.fr was already added, replacing with libpostproc <= 1.0-0.12.20041025.1.fc3.fr
warning: package vcdimager = 0.7.20-1.1.vlc was already added, replacing with vcdimager <= 0.7.20-3
error: Failed dependencies:
libcdio.so.0 is needed by cdinfo-0.71-0.i386
libiso9660.so.2 is needed by cdinfo-0.71-0.i386
libcdio.so.0 is needed by libvcd-0.7.20-3.i386
libcdio.so.0(CDIO_0) is needed by libvcd-0.7.20-3.i386
libiso9660.so.2 is needed by libvcd-0.7.20-3.i386
libiso9660.so.2(ISO9660_2) is needed by libvcd-0.7.20-3.i386
libcdio.so.0 is needed by vcdimager-0.7.20-3.i386
libcdio.so.0(CDIO_0) is needed by vcdimager-0.7.20-3.i386
libiso9660.so.2 is needed by vcdimager-0.7.20-3.i386
libiso9660.so.2(ISO9660_2) is needed by vcdimager-0.7.20-3.i386
libcdio.so.0 is needed by vcdimager-libvcd-0.7.20-1.1.vlc.i386
libcdio.so.0(CDIO_0) is needed by vcdimager-libvcd-0.7.20-1.1.vlc.i386
libiso9660.so.0 is needed by vcdimager-libvcd-0.7.20-1.1.vlc.i386
libiso9660.so.0(ISO9660_0) is needed by vcdimager-libvcd-0.7.20-1.1.vlc.i386
libGL.so.1 is needed by vlc-0.8.1-1.i386
libGL.so.1 is needed by wxGTK-gl-2.4.2-5.1.fc3.fr.i386
Suggested resolutions:
xorg-x11-Mesa-libGL-6.8.1-12.i386.rpm


and got all those error messages.. FOr the resolution it says to do libGL but I cant because of the NVIDIA drivers it said to run a command on that, it was a popular guide at LQ over installing NVIDIA drivers on FC3.... so what do i Do?
 
Old 12-25-2004, 06:05 PM   #24
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Quote:
Originally posted by TuxFreak
I tried VLC and downloaded the http://www.videolan.org/vlc/download-fedora.html from that site and extracted it all just like it said ...
and got all those error messages.. FOr the resolution it says to do libGL but I cant because of the NVIDIA drivers it said to run a command on that, it was a popular guide at LQ over installing NVIDIA drivers on FC3.... so what do i Do?
Did you try to install it using the other rpm like I suggested a few messages ago? It should work okay, and be a lot easier than the one offered on their website, and it shouldn't have the error messages.
 
Old 12-25-2004, 07:30 PM   #25
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Original Poster
Rep: Reputation: 30
tried got same message about nvidia thing
 
Old 01-16-2005, 08:56 PM   #26
Pimple
Member
 
Registered: Sep 2001
Location: Houston
Distribution: Red Hat 7.0, 7.2,8,9, Mandrake 9.0, 9.2, Knoppix, DSL, Fedora Core 4,Solaris 8
Posts: 73

Rep: Reputation: 15
You may want to give Ogle a try. I have been using it with RH8 for the past 8 months or so and it is great.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
TOTEM movie player lp449 Linux - Software 2 02-14-2012 12:49 PM
Movie player NoS Sr50 Linux - Software 3 09-06-2004 09:07 PM
Movie Player suggestion treotan Linux - Newbie 11 07-29-2004 09:26 AM
Movie Player Half_Elf Linux - General 15 05-23-2002 09:53 PM
Movie Player ryanstrayer Linux - General 9 01-29-2002 10:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:31 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