Hi everybody, here my problem, I hope someone could help.
I recently reinstalled OpenSuse 12.3 KDE 32 bits edition in my laptop, and as a common step, I installed multimedia codecs from here http://opensuse-community.org/codecs-kde.ymp
Then, I wanted to play a video with Kaffeine (the preinstalled video player for kde), but didn’t play, when I try to reproduce the video in konsole a got the folowing message:
$kaffeine video.mkv
“/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” : property “Drive” does not exist
“/org/freedesktop/UDisks2/drives/pqi_IntelligentStick_89f568c753e708” : property “Drive” does not exist
“/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” : property “DeviceNumber” does not exist
“/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” : property “Device” does not exist
bool DBusMenuExporterDBus::AboutToShow(int): Condition failed: menu
Failed to open VDPAU backend libvdpau_nvidia.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
vo_vdpau: Can’t create vdp device : No vdpau implementation.
libva info: VA-API version 0.33.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i915_drv_video.so
libva info: va_openDriver() returns -1
I tried another player, and VLC came to my mind, so I installed it and tried to reproduce the same video (although I’ve tried with other videos), but I got the following error message:
$vlc video.mkv
[0x8d3dd40] main interface error: no suitable interface module
[0x8d183f0] main libvlc error: interface “globalhotkeys,none” initialization failed
[0x8d183f0] main libvlc: Ejecutar vlc con la interfaz predeterminada. Use «cvlc» para usar vlc sin interfaz.
[0x8e16fd0] main decoder error: no suitable decoder module for fourcc h264'. VLC probably does not support this sound or video format. [0x8e16fd0] main decoder error: no suitable decoder module for fourcc mp4a’. VLC probably does not support this sound or video format.
[0xb521a758] access_http access error: error: HTTP/1.1 403 Forbidden
[0xb521a758] access_http access error: error: HTTP/1.1 403 Forbidden
[0xb521a758] access_mms access error: invalid chunk FATAL (0x3f3c)
[0xb521a758] access_mms access error: header size == 0
I tried your suggestion, and now VLC runs, but with some problems because the video isn’t very smooth at all.
My problem with Kaffeine is still the same, it shows me the next message
HI_S18PJDNZ309436" : property “Drive” does not exist
“/org/freedesktop/UDisks2/drives/pqi_IntelligentStick_89f568c753e708” : property “Drive” does not exist
“/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” : property “DeviceNumber” does not exist
“/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” : property “Device” does not exist
Failed to open VDPAU backend libvdpau_nvidia.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
vo_vdpau: Can’t create vdp device : No vdpau implementation.
libva info: VA-API version 0.33.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i915_drv_video.so
libva info: va_openDriver() returns -1
bool DBusMenuExporterDBus::AboutToShow(int): Condition failed: menu
QProcess: Destroyed while process is still running.
I tried mplayer (and Kmplayer as frontend) and plays flawlessly, but I don’t like to use 3rd party apps, I’d like to use the kde app.
gabe1986 wrote:
>
> Hi!, first of all, many thanks for answering!
>
> I tried your suggestion, and now VLC runs, but with some problems
> because the video isn’t very smooth at all.
>
> My problem with Kaffeine is still the same, it shows me the next
> message
>
> HI_S18PJDNZ309436" : property “Drive” does not exist
> “/org/freedesktop/UDisks2/drives/pqi_IntelligentStick_89f568c753e708” :
> property “Drive” does not exist
> “/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” :
> property “DeviceNumber” does not exist
> “/org/freedesktop/UDisks2/drives/SAMSUNG_HM160HI_S18PJDNZ309436” :
> property “Device” does not exist
> Failed to open VDPAU backend libvdpau_nvidia.so: no se puede abrir el
> fichero del objeto compartido: No existe el fichero o el directorio
> vo_vdpau: Can’t create vdp device : No vdpau implementation.
> libva info: VA-API version 0.33.0
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib/dri/i915_drv_video.so
> libva info: va_openDriver() returns -1
> bool DBusMenuExporterDBus::AboutToShow(int): Condition failed: menu
> QProcess: Destroyed while process is still running.
>
>
>
> I tried mplayer (and Kmplayer as frontend) and plays flawlessly, but I
> don’t like to use 3rd party apps, I’d like to use the kde app.
>
> Many thanks.
>
>
> isn’t dragon the default media player
It’s not installed in a openSUSE KDE install, not by default.
It maybe the upstream arrangement. And last time I used it it worked
OK
Apparently kaffeine (xine to be exact) tries to use the vaapi backend which fails.
You could try to set a different video output driver by editing the file ~/.kde4/share/apps/kaffeine/xine-config with a text editor.
Add f.e. the following (or look for a line “#video.driver:auto” and change it accordingly):
video.driver:xv
Instead of “xv” you can also try “opengl” or “xshm”.