LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-02-2006, 04:55 PM   #1
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Updated xine-lib and ffmpeg, now I can't watch any videos


I use totem-xine on FC6 and recently I installed an update to xine-lib and ffmpeg via the livna repo and now I can't play any videos at all. On trying to open an avi file with totem, I get a message saying that the codec 'DivX 5' is not handled and that I might need to install additional plugins, but up until the update, every video I have worked and have not added or removed any packages, only updated.

Anyone else have/had this problem? TIA.
 
Old 11-02-2006, 07:39 PM   #2
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Have you got divx installed as well? Personally i install all multimedia plugins available from livna instead of choosing them. Try updating everything you got installed from livna.
 
Old 11-02-2006, 07:44 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Take a look at this thread.
 
Old 11-02-2006, 09:54 PM   #4
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
Okay, so I've been tinkering around with the suggestions and here is what I have:
Code:
$ yum list installed | grep xine
totem-xine.i386                          2.16.2-2.lvn6          installed       
xine-lib.i386                            1.1.2-17.fc6           installed       
xine-lib-extras-nonfree.i386             1.1.2-3.lvn6           installed
I tried using just totem-xine and xine-lib from livna, but that only worked for some mpeg files. Then on running an update, the package xine-lib-extras-nonfree showed up saying it obsoletes xine-lib from livna and depends on xine-lib from fc6. Also, in looking at the changelog, this looks like a new package. Furthermore, with what is listed above installed, I can not play *some* video files. Unless someone can tell me otherwise, it looks to me like some restructuring is taking place and not all codecs got packed into this new one, no?

Also, I usually put my windows codecs in /usr/lib/win32, is this the right place?
 
Old 11-02-2006, 10:05 PM   #5
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Ok here is mine
Code:
[shrikant@shricore ~]$ yum list installed | grep xine
totem-xine.i386                          2.16.2-2.lvn6          installed       
vdr-xine.i386                            0.7.9-6.lvn6           installed       
xine.i386                                0.99.4-8.lvn6          installed       
xine-lib.i386                            1.1.2-17.fc6           installed       
xine-lib-extras.i386                     1.1.2-1.fc6            installed       
xinetd.i386                              2:2.3.14-8             installed
I can play all types of video files. What are your *some* video files??

Yes that is the right place for windows codecs.

The players i got installed,
Xine
Mplayer
Totem-xine
Kaffeine

My gstreamer files,
Code:
[shrikant@shricore ~]$ yum list installed | grep gstreamer
gstreamer.i386                           0.10.9-2               installed       
gstreamer-ffmpeg.i386                    0.10.1-4.lvn6          installed       
gstreamer-plugins-base.i386              0.10.9-4               installed       
gstreamer-plugins-good.i386              0.10.4-1.fc6           installed       
gstreamer-plugins-ugly.i386              0.10.4-3.lvn6          installed       
gstreamer-tools.i386                     0.10.9-2               installed       
gstreamer08.i386                         0.8.12-8.fc6           installed       
gstreamer08-plugins.i386                 0.8.12-7.fc6           installed
Mind you, i haven't updated yet and seeing all these problems from many users, i'll hold back for a while.

Last edited by Hitboxx; 11-02-2006 at 10:07 PM.
 
Old 11-02-2006, 10:17 PM   #6
Sledge
Member
 
Registered: Nov 2003
Distribution: Fedora Core 6
Posts: 76

Rep: Reputation: 15
I think /usr/lib/win32 has been replaced by /usr/lib/codecs. It seems both still work though.
 
Old 11-02-2006, 10:26 PM   #7
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Yes, that is correct.
 
Old 11-08-2006, 06:16 PM   #8
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
I can play mpeg move files, but no avi or wmv ones. Here is the message mplayer gives me at the command line when trying to play an avi:
Code:
mplayer: error while loading shared libraries: /usr/lib/libx264.so.54: cannot restore segment prot after reloc: Permission denied
Permissions on /usr/lib/libx264.so.54 are 644, FYI. I've seen a couple updates for the xine-lib-extras-nonfree package, but it hasn't helped yet. Thanks for the help thus far.
 
Old 11-08-2006, 06:24 PM   #9
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
This is an SELinux error.

Quote:
chcon -t texrel_shlib_t /usr/lib/libx264.so.54
should get you going. If you continue to have SELinux problems and are unable to troubleshoot them I suggest disabling SELinux altogether or switching it to permissive mode under System > Administration > Security Level & Firewall

Regards
Chris
 
Old 11-09-2006, 09:53 PM   #10
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
Wow, I'm shocked that this was such an easy fix. I had a problem with samba that lasted over a year before I realized it was selinux causing the problem. I'll think about that next time I have a problem.

Thanks so much!
 
Old 01-10-2007, 07:10 PM   #11
JakartaDean
LQ Newbie
 
Registered: Dec 2006
Location: Jakarta, Indonesia
Distribution: Fedora 6
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by snecklifter
This is an SELinux error.

should get you going. If you continue to have SELinux problems and are unable to troubleshoot them I suggest disabling SELinux altogether or switching it to permissive mode under System > Administration > Security Level & Firewall

Regards
Chris
Well, I've got a similar problem with SELinux disabled. I use xine, have SELinux disabled (home computer behind a router) and can play mpeg files just fine. I get sound but no video if I try .avi files, or video but no sound if I try to play .wmv files. I've tried updating every codec library I can. all codecs are in /usr/loca/lib/codecs, which is where xine is set to look for them. I'm stumped, and frustrated -- everything worked before I (clean) installed fc6.
 
Old 01-11-2007, 10:48 AM   #12
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Quote:
Well, I've got a similar problem with SELinux disabled. I use xine, have SELinux disabled (home computer behind a router) and can play mpeg files just fine. I get sound but no video if I try .avi files, or video but no sound if I try to play .wmv files. I've tried updating every codec library I can. all codecs are in /usr/loca/lib/codecs, which is where xine is set to look for them. I'm stumped, and frustrated -- everything worked before I (clean) installed fc6.
Sorry about your problem, but it might just be easier to switch to vlc/mplayer... (or do they suffer the same problems?)
 
  


Reply

Tags
error, fedora, selinux



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
ffmpeg and lib problems Fredstar Linux - Newbie 0 07-15-2006 05:24 PM
Can't watch any videos. raid517 Linux - Software 3 04-16-2006 07:49 AM
what do i need to watch streaming videos? A.D.D. Linux - Newbie 1 11-04-2004 12:26 AM
Unable to listen/watch music/videos at various websites webwolf70 Linux - General 1 10-27-2004 06:37 AM
How Do I Watch Videos .MPG? funkenbooty Linux - Newbie 9 07-24-2003 10:42 AM

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

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