blank image playing videos (totem)

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
maroman
Posts: 23
Joined: 12. Apr 2015, 15:11
Contact:

blank image playing videos (totem)

Post by maroman »

SalixOS. mate ed. I wonder how to fix video player (totem). I have all codecs installed and there is voice, but no image. there is no issue with different video player - MPlayer works fine with exactly the same files (both mp4 and flv).
Image
Vlc also works fine.

cheers,
ride your bike
--
salix 14.1 (fluxbox, mate) on ancient boxes
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: blank image playing videos (totem)

Post by gapan »

What video card do you have? It seems that for some weird reason the default video output doesn't work right with it.

Install the gnome-media package:

Code: Select all

sudo spi -i gnome-media
and then run gstreamer-properties:

Code: Select all

gstreamer-properties
In the video tab, select different video outputs until you find one that works.
Image
Image
User avatar
maroman
Posts: 23
Joined: 12. Apr 2015, 15:11
Contact:

Re: blank image playing videos (totem)

Post by maroman »

@gapan, thanks a lot for your suggestions. please look at results.

my graphics card

Code: Select all

inxi -G
Graphics:  Card: NVIDIA NV18 [GeForce4 MX 440 AGP 8x]
           Display Server: X.Org 1.14.3 drivers: nouveau (unloaded: nv,vesa)
           Resolution: 1920x1080@60.0hz
           GLX Renderer: Mesa DRI nv18 x86/MMX/SSE2 GLX Version: 1.2 Mesa 9.1.7
gnome-media (not) installed (?). there are errors

Code: Select all

checking gnome-doc-utils >= 0.3.2... no
configure: error: gnome-doc-utils >= 0.3.2 not found
fakeroot -- sh gnome-media.SlackBuild Failed
and finally

Code: Select all

bash: gstreamer-properties: command not found
cheers,
ride your bike
--
salix 14.1 (fluxbox, mate) on ancient boxes
User avatar
maximus
Posts: 141
Joined: 2. Sep 2009, 01:41

Re: blank image playing videos (totem)

Post by maximus »

I haven't confirmed this to work, but you can try:

Code: Select all

sudo slapt-get -i mate-doc-utils
and then try again:

Code: Select all

sudo spi -i gnome-media
The reason you got:

Code: Select all

bash: gstreamer-properties: command not found
is because gstreamer-properties is part of the gnome-media package, which failed to install.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: blank image playing videos (totem)

Post by gapan »

Probably try this first:

Code: Select all

sudo spi -i linuxdoc-tools
and then try to install gnome-media again.
Image
Image
User avatar
maroman
Posts: 23
Joined: 12. Apr 2015, 15:11
Contact:

Re: blank image playing videos (totem)

Post by maroman »

all installed, but every time I start gstreamer-properties I have

Code: Select all

gstreamer-properties
gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'pulsesink'
gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosink'
gstreamer-properties-Message: Skipping unavailable plugin 'glimagesink'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'esdmon'
gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosrc'
gstreamer-properties-Message: Skipping unavailable plugin 'pulsesrc'
I have tried all output settings and failed. interesting issue :o . is it graphic card specific? I will install salix on different computer with different graphics to compare. (but MPlayer works fine)

cheers,
ride your bike
--
salix 14.1 (fluxbox, mate) on ancient boxes
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: blank image playing videos (totem)

Post by gapan »

Those messages are not important.

And I see now that gstreamer-properties changes the output only for gstreamer 0.10 applications. Totem is a gstreamer 1.0 application so it won't work. Sadly, I don't know of a way to change the video output for gstreamer 1.0.

And yes, this is related to your video card. The problem might disappear if you use different drivers. You could try installing the proprietary driver. Instructions in the wiki.

Or you could try blacklisting nouveau, not sure if nv works on that card, although I think it should. Removing the xf86-video-nouveau package and restarting the system should be equivalent.

But, my advice is, since you found a media player that works ok for you, stick with it.
Image
Image
User avatar
maroman
Posts: 23
Joined: 12. Apr 2015, 15:11
Contact:

Re: blank image playing videos (totem)

Post by maroman »

gapan wrote:But, my advice is, since you found a media player that works ok for you, stick with it.
exactly. I'm using MPlayer instead (but by the way it's pity there is no live version to test distro).

thanks for your support.

cheers,
ride your bike
--
salix 14.1 (fluxbox, mate) on ancient boxes
san3813
Posts: 24
Joined: 1. May 2015, 14:05

Re: blank image playing videos (totem)

Post by san3813 »

Do you not like VLC? plays everything that is thrown at it
User avatar
maroman
Posts: 23
Joined: 12. Apr 2015, 15:11
Contact:

Re: blank image playing videos (totem)

Post by maroman »

san3813 wrote:Do you not like VLC? plays everything that is thrown at it
vlc is qt based. using mate I think it's better to instal gtk based apps. am I wrong?

cheers
ride your bike
--
salix 14.1 (fluxbox, mate) on ancient boxes
Post Reply