openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Multimedia » Kaffeine Crashes When Trying To Play .mkv Files

Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Multimedia
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Multimedia Don't know how to watch DVDs using mplayer? Asking yourself what the heck mplayer is? This is the right place to ask.

 
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-Apr-2008, 20:58
rax369
Guest
 
Posts: n/a
Thumbs up

Hi guys, could anyone help me to solve this annoying issue I'm having with Kaffeine please ?

Everytime I try to play .mkv files it just crashes throwing the following error:
[attachmentid=2304]
[attachmentid=2303]





Today I updated the multimedia codecs, so now I've installed all the required codecs as specified here.

Code:
Dixie7:~ # rpm -q flash-player java libdvdcss libxine k3b-codecs w32codec-all
flash-player-9.0.115.0-0.1
package java is not installed
libdvdcss-1.2.9-5.2
package libxine is not installed
k3b-codecs-1.0.4-2.1.pm.0
w32codec-all-20071007-0.pm.1
The version of kaffeine installed here:
Code:
Dixie7:~ # rpm -q kaffeine
kaffeine-0.8.6-0.pm.1
What else could be causing this crash ?
  #2 (permalink)  
Old 07-Apr-2008, 00:18
oldcpu
Guest
 
Posts: n/a
Default

kaffeine uses the xine engine. So when kaffeine has difficulty, the very first thing I typically do is check to see if xine-ui has a problem with the same type of file. You can do that using the xine user interface (available from packman):
http://packman.links2linux.de/package/xine-ui

With that installed you can try to open the file with: xine filename.mkv

In the case of both xine and kaffeine, when debugging, open the files from an xterm/konsole. You may get more information than just trying to read popup errors.
  #3 (permalink)  
Old 08-Apr-2008, 11:23
rax369
Guest
 
Posts: n/a
Default

Thanks for your help. I installed xine-ui as you suggested, tried to run the file from konsole, and this is what returned:

http://pastebin.ca/977237

What do you think I'm missing here to play this kind of files, according to that output ?
  #4 (permalink)  
Old 09-Apr-2008, 08:05
Jonathan R
Guest
 
Posts: n/a
Default

rpm -q --whatrequires kaffeine-0.8.6-0
  #5 (permalink)  
Old 09-Apr-2008, 08:38
oldcpu
Guest
 
Posts: n/a
Default

Also, please confirm the Packman packaged version of libxine1 is installed. Type:

rpm -q libxine1

Also check that you have libmatroska installed:

rpm -q libmatroska

you can find it here:
http://packages.opensuse-community.org/ind...ro=openSUSE_103
But I believe it should be on your installation CD/DVD.
  #6 (permalink)  
Old 09-Apr-2008, 12:30
Jonathan R
Guest
 
Posts: n/a
Default

Code:
rpm -q --requires
kaffeine is better.
Here is what mine gives.Keep in mind, I'm on a 32 bit system.

Code:
rpm -q --requires kaffeine
libxine1 >= 1.1.9
qt3 >= 3.3
kdelibs3 >= 3.5
libart_lgpl
xorg-x11-libs
freetype2
zlib
libgcc
libpng
cdparanoia
libogg
libvorbis
lame
kaffeine-lang = 0.8.6
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libDCOP.so.4
libX11.so.6
libXext.so.6
libXtst.so.6
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.4)
libcdda_interface.so.0
libcdda_paranoia.so.0
libgcc_s.so.1
libgcc_s.so.1(GCC_3.0)
libgcc_s.so.1(GLIBC_2.0)
libkaffeineaudioencoder.so.0
libkaffeinedvbplugin.so.0
libkaffeineepgplugin.so.0
libkaffeinepart.so
libkdecore.so.4
libkdeui.so.4
libkhtml.so.4
libkio.so.4
libkparts.so.2
libm.so.6
libm.so.6(GLIBC_2.0)
libmp3lame.so.0
libogg.so.0
libpthread.so.0
libpthread.so.0(GLIBC_2.0)
libqt-mt.so.3
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(GLIBCXX_3.4)
libvorbis.so.0
libvorbisenc.so.2
libxcb.so.1
libxine.so.1
rpmlib(PayloadIsBzip2) <= 3.0.5-1
Now looking through the error message, I see you're have trouble with the plugins.
xineplug_inp_mms.so
xineplug_inp_file.so
xineplug_inp_v4l.so
libasound.so.2.0.0
xineplug_inp_pvr.so
xineplug_inp_vcd.so
libvcdinfo.so.0.2.0
libiso9660.so.5.0.1
libcdio.so.7.1.0
xineplug_inp_vcdo.so


All the ones that say xineplug_in are part of the xine plugin package
libvcdinfo.so.0.2.0 belongs to vcdimager
libiso9660.so.5.0.1 belongs to libiso9660-5
libcdio.so.7.1.0 belongs to libcdio
  #7 (permalink)  
Old 09-Apr-2008, 12:58
rax369
Guest
 
Posts: n/a
Thumbs up

Here are the outputs of the above commands:

Code:
Dixie7:~ # rpm -q --requires kaffeine
libxine1 >= 1.1.9
qt3 >= 3.3
kdelibs3 >= 3.5
libart_lgpl
xorg-x11-libs
freetype2
zlib
libgcc
libpng
cdparanoia
libogg
libvorbis
lame
kaffeine-lang = 0.8.6
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libDCOP.so.4()(64bit)
libX11.so.6()(64bit)
libXext.so.6()(64bit)
libXtst.so.6()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libcdda_interface.so.0()(64bit)
libcdda_paranoia.so.0()(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libkaffeineaudioencoder.so.0()(64bit)
libkaffeinedvbplugin.so.0()(64bit)
libkaffeineepgplugin.so.0()(64bit)
libkaffeinepart.so()(64bit)
libkdecore.so.4()(64bit)
libkdeui.so.4()(64bit)
libkhtml.so.4()(64bit)
libkio.so.4()(64bit)
libkparts.so.2()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libmp3lame.so.0()(64bit)
libogg.so.0()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libqt-mt.so.3()(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libvorbis.so.0()(64bit)
libvorbisenc.so.2()(64bit)
libxcb.so.1()(64bit)
libxine.so.1()(64bit)
rpmlib(PayloadIsBzip2) <= 3.0.5-1
Code:
Dixie7:~ # rpm -q libxine1
libxine1-1.1.11.1-0.pm.1
Code:
Dixie7:~ # rpm -q libmatroshka
package libmatroshka is not installed
<div class='quotetop'>QUOTE("Jonathan R")</div>
Quote:
Now looking through the error message, I see you're have trouble with the plugins.
xineplug_inp_mms.so
xineplug_inp_file.so
xineplug_inp_v4l.so
libasound.so.2.0.0
xineplug_inp_pvr.so
xineplug_inp_vcd.so
libvcdinfo.so.0.2.0
libiso9660.so.5.0.1
libcdio.so.7.1.0
xineplug_inp_vcdo.so


All the ones that say xineplug_in are part of the xine plugin package
libvcdinfo.so.0.2.0 belongs to vcdimager
libiso9660.so.5.0.1 belongs to libiso9660-5
libcdio.so.7.1.0 belongs to libcdio[/b]
Then what should I do to solve all those problems ???

BTW... I guy suggested me here to install mplayer, as this player were able to play .mkv files. So I installed it and *BLIM*... it was true! It was able to play .kmv files w/out problems.

* EDIT *

Ok I installed the package suggested by oldcpu:
Code:
Dixie7:/media/DOWNLOADS/Music/Videos # rpm -qa | grep libmatroska
libmatroska-0.8.1-37
But I'm still receiving the same crash on Kaffeine:
http://pastebin.ca/978600

I've been suggested by Kaffeine's Forum Admin to install the latest developed version of xine-lib. And effectively I don't have installed that package:

Code:
Dixie7:/ # rpm -qa | grep xine
amarok-xine-1.4.8-100.pm.2
libxine1-1.1.11.1-0.pm.1
xine-ui-0.99.5cvs-20071014.pm.3
xinetd-2.3.14-77
xine-lib is not the same as libxine ?? :blink:
  #8 (permalink)  
Old 09-Apr-2008, 20:12
Jonathan R
Guest
 
Posts: n/a
Default

Install xine plugin, vcdimager, libiso9660-5, and libcdio. This should take care of Kaffeine crashing.
  #9 (permalink)  
Old 10-Apr-2008, 02:25
rax369
Guest
 
Posts: n/a
Default

Quote:
Install xine plugin, vcdimager, libiso9660-5, and libcdio. This should take care of Kaffeine crashing.
[/b]
I already had installed all of them:
Code:
Dixie7:/home/ssenryo/.mozilla # rpm -q vcdimager libiso9660-5 libcdio7
vcdimager-0.7.23-83
libiso9660-5-0.78.2-4
libcdio7-0.78.2-4
... only that xine plugin I cann't fine. What's exactly the name of that package ??? What I have from xine is this:
Code:
Dixie7:/home/ssenryo/.mozilla # rpm -qa | grep xine
amarok-xine-1.4.8-100.pm.2
libxine1-1.1.11.1-0.pm.1
xine-ui-0.99.5cvs-20071014.pm.3
xinetd-2.3.14-77
  #10 (permalink)  
Old 10-Apr-2008, 05:14
Jonathan R
Guest
 
Posts: n/a
Default

You want xine-extra.
 
Page 1 of 3 1 23

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2