LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-13-2009, 08:49 PM   #1
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Rep: Reputation: 32
Totem won't play common video formats


Debian Lenny Gnome
Intel Celeron, 1100MHz, 512k

Earlier today I downloaded a video of a Mozilla Project preview, in MP4. Of course, it won't play. All I get is the audio, and this error:

Quote:
"An error occurred.
The playback of this movie requires a H.264 decoder plugin which is not installed."
I put in some time, researching this issue, trying to figure it all out. I guess I'm looking in the wrong places. Is this a proprietary format issue?

Also, when I was overdosing on XP, my media drug of choice was Klite mega codec pack (from codecs.com). It literally plays every media format, audio and video.

In addition to fixing the above issue, can somebody guide me to an equivalent player with codecs for [insert any media type here]? I have several Terrabytes of various video and audio files, and prefer to not convert them all.

Last edited by Lorax; 12-13-2009 at 10:16 PM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 12-13-2009, 09:08 PM   #2
xode
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.0; FC4; FC8; SUSE 10.3; SUSE 12.1; SUSE 13.2
Posts: 638
Blog Entries: 1

Rep: Reputation: 52
My understanding is that H264 is in about the same category as MP3: "proprietary" but there are open source software packages that implement it, which aren't included in many distributions because of "legal" reasons, but which can be freely downloaded and installed (if you can find them). To get the needed plugin for your Totem, try doing a google search for a DEB package using the keywords "totem, H264, plugin, deb"
 
Old 12-13-2009, 09:11 PM   #3
Davno
Member
 
Registered: Mar 2004
Location: Montreal, Canada
Distribution: Linux MX 23 KDE "Libretto"
Posts: 213

Rep: Reputation: 25
From your signature, i guess you are running Debian.
Did you installed the Debian Multimedia package?
http://wiki.debian.org/DebianEdu/Doc.../HowTo/Desktop
or here:
http://debian-multimedia.org/

Last edited by Davno; 12-13-2009 at 09:16 PM.
 
Old 12-13-2009, 10:14 PM   #4
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Xode, No offense, man, but I have been doing Goooogles on the subject all day.
Being a novice Linux user, I don't understand all that I read. Also, I find downloads that I download, but not sure if I should install them. I am hoping a movie mongler would see this and have an easy answer for me. Exhausted...
 
Old 12-13-2009, 10:26 PM   #5
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Ahh, one source that I have not researched, THE source, SourceForge! Will report my findings!
 
Old 12-14-2009, 03:08 AM   #6
Davno
Member
 
Registered: Mar 2004
Location: Montreal, Canada
Distribution: Linux MX 23 KDE "Libretto"
Posts: 213

Rep: Reputation: 25
Code:
"An error occurred.
The playback of this movie requires a H.264 decoder plugin which is not installed."
The 2 links i give you are for basic codecs installation, you have no choice to install them or you will have to just stick to open source codec.
 
Old 12-14-2009, 04:05 AM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
When you've followed the instructions for debian-multimedia, get VLC. I think that plays just about everything.
 
Old 12-14-2009, 05:35 AM   #8
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Ok, Davno, what's this mean:

Quote:
LORAXNETWORK:~# apt-get install debian-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
totem-youtubeh264: Depends: totem (>= 2.22) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
 
Old 12-14-2009, 05:37 AM   #9
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
As for the second link, Davno, That is THE reason for the other thread that I started. I couldn't get the .deb from that site to install.

Anyway... I'm more interested in post #8
 
Old 12-14-2009, 05:59 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Like it says, in the terminal as root, run:
Code:
apt-get -f install
 
Old 12-14-2009, 06:19 AM   #11
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
I went completely through the Debian Multimedia box on that page.
Sometimes I see, what I believe to be, errors, and not sure if I should stop entering more commands...

Quote:
187 signatures not checked due to missing keys
and

Quote:
W: GPG error: http://www.lamaresh.net lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 905C75258D4B24D2
W: You may want to run apt-get update to correct these problems
I ran the apt-get update and got a repete, of course...
 
Old 12-14-2009, 06:33 AM   #12
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
You want to install this first:
http://www.debian-multimedia.org/poo....10.16_all.deb
 
Old 12-14-2009, 06:53 AM   #13
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Just did that too, Brian (again, actually).
Still, none of the players including VLC will play the video, just the audio
 
Old 12-14-2009, 06:57 AM   #14
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Mmm, strange.
Try:
Code:
apt-get install libdvdcss2
 
Old 12-14-2009, 06:57 AM   #15
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by Lorax View Post
Just did that too, Brian (again, actually).
Still, none of the players including VLC will play the video, just the audio
Install gstreamer codecs. [Even though VLC come with it's own codecs I don't know why it doesn't work.]
Install gstreamer-plugins-good/bad/ugly [Don't manually download the .deb packages as there are lots of dependencies to be downloaded, install using terminal]

Regards
 
  


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
upgraded to 11.2 finally got totem to play video but no audio. rangerpresto SUSE / openSUSE 8 12-13-2009 05:31 PM
Can't get Totem of VLC to play flash video. zorb Debian 5 11-25-2009 08:39 PM
totem could not play a video file debianlam Linux - Software 1 05-01-2008 09:38 AM
Totem on Ubuntu 6.10 problem with some file formats debbie53 Linux - Software 2 12-20-2006 01:16 PM
totem-xine won't play video files GregAsche Linux - Software 1 07-25-2005 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:52 PM.

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