LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 04-14-2010, 07:17 PM   #1
markotitel
Member
 
Registered: Feb 2009
Location: Titel - Serbia
Posts: 181

Rep: Reputation: 18
difference between playing multimedia files on different players, some works some not


Hello, where is the problem with playing some files in mplayer and lets say xine.

For example, mkv file mplayer can play and xine wont. Im using debian lenny distro now. in ubuntu xine could play mkv-s too.
 
Old 04-14-2010, 07:26 PM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
It's not the player, it's the codecs you have installed. Did you install the codecs from Ubuntu's restricted repositories?
 
Old 04-15-2010, 02:57 AM   #3
petern2
Member
 
Registered: Sep 2005
Location: Melbourne, Australia
Distribution: XP, Windows 7, PCLinuxOS
Posts: 41

Rep: Reputation: 15
In Debian, you have to download 'Debian multimedia codecs', or something similar. It's a .deb file, so just install that.

Or you could just use vlc player instead.
 
Old 04-15-2010, 03:52 PM   #4
joachimjacob
LQ Newbie
 
Registered: Jan 2009
Location: Belgium, Ghent
Distribution: Ubuntu Precise, Red Hat, CentOS
Posts: 8

Rep: Reputation: 0
I am currently having the same issue.

OS: openSuse 11.2 64 bit

m4a files (recently imported from iPod) can be played by Mplayer and VLC, but by Banshee, Rhythmbox or Totem. I find this very very strange.

For openSuse though, I have found this nice tutorial for multimedia in suse which seems to work for other people, but not for me (all required packages are on my computer).

Thanks for any hint...
 
Old 04-15-2010, 03:56 PM   #5
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by joachimjacob View Post
I am currently having the same issue.

OS: openSuse 11.2 64 bit

m4a files (recently imported from iPod) can be played by Mplayer and VLC, but by Banshee, Rhythmbox or Totem. I find this very very strange.

For openSuse though, I have found this nice tutorial for multimedia in suse which seems to work for other people, but not for me (all required packages are on my computer).

Thanks for any hint...
I may be way off-base here, but don't totem and rhythmbox require gstreamer plugins? There is (or was) a xine-based version of totem
available; don't know if that would help
 
Old 04-15-2010, 06:33 PM   #6
axobeauvi
Member
 
Registered: Apr 2003
Posts: 128

Rep: Reputation: 16
it could be the player, some build in some codecs and some use system ones
also, they are written by different folks and handle things differently.
I have xine, mplayer, and vlc install since some odd files either don't play at all (on one or the other), or one will do a better job than the others.
 
Old 04-15-2010, 06:39 PM   #7
axobeauvi
Member
 
Registered: Apr 2003
Posts: 128

Rep: Reputation: 16
Quote:
Originally Posted by joachimjacob View Post
I am currently having the same issue.

OS: openSuse 11.2 64 bit

m4a files (recently imported from iPod) can be played by Mplayer and VLC, but by Banshee, Rhythmbox or Totem. I find this very very strange.

For openSuse though, I have found this nice tutorial for multimedia in suse which seems to work for other people, but not for me (all required packages are on my computer).

Thanks for any hint...

i think all those players that don't work are just front ends for xine or gstreamer.
kaffeine, totem, etc... = xine
 
Old 04-15-2010, 10:02 PM   #8
chenxiaolong
LQ Newbie
 
Registered: Jun 2009
Location: /home/chenxiaolong and /root and /Users/chenxiaolong and C:\Users\chenxiaolong
Distribution: Fedora 12, Debian 5, Ubuntu 10.04
Posts: 17

Rep: Reputation: 0
Most Gnome based multimedia players use the Gstreamer backend to play files. Totem has a version that uses a Xine backend. Gstreamer generally plays files very well. To play Windows based files, like WMA, WMV, etc., you need the Win32Codecs from the MPlayer community. You can install by running:

Code:
cd /tmp
wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
tar -jxvf all-20071007.tar.bz2
su -c 'mkdir -p /usr/local/lib/codecs'
su -c 'cp all-20071007/* /usr/local/lib/codecs'
rm -rf /tmp/all-20071007*
su -c 'ln -sf /usr/local/lib/codecs /usr/lib/codecs && ln -sf /usr/local/lib/codecs /usr/local/lib/win32 && ln -sf /usr/local/lib/codecs /usr/lib/win32'
Most KDE based multimedia players use the Phonon backend, which is separate from Xine and Gstreamer. It's designed to support Linux, Mac, and Windows. I'm not sure if the Win32Codecs work with KDE applications.

VLC Media Player and MPlayer both come with their own codecs, which is why both of them can play DVD's with out libdvdcss. They don't rely on the codecs installed on the system. VLC and MPlayer come with almost every codec out there and are able to play most files.

Hope this information helps .
 
1 members found this post helpful.
  


Reply

Tags
sound


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Totem not playing multimedia files SlimKim Solaris / OpenSolaris 1 06-07-2008 03:42 PM
Best Distro for playing Multimedia Files ravi14 Linux - Software 1 11-01-2007 05:45 AM
help playing multimedia files adrian_mx SUSE / openSUSE 1 11-11-2005 11:34 PM
No sound when playing audio files on Fedora using command line players k_wjss Linux - Newbie 0 10-01-2004 01:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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