ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
480 stars 30 forks source link

WEBM not playing on Linux #63

Closed funksh0n closed 6 years ago

funksh0n commented 6 years ago

I can visit the URL in browsers and it will play, I can download the file from ahoviewer and it will play (mplayer), but webms will not play inside ahoviewer. I've tried multiple booru's, with and without login.

2018-04-02-160608_1920x1080_scrot

ahodesuka commented 6 years ago

Are you sure you have these packages installed: gst-plugins-good, and gst-plugins-vpx or gst-plugins-libav The first is for demuxing the webm container, and the 2nd is for decoding the video.

funksh0n commented 6 years ago

Adding gst-plugins-good fixed it for me. I originally installed ahoviewer-git from Arch Linux AUR and it did not pull in gst-plugins as a requirement. depends=('curl>=7.16.0' 'gtkmm>=2.20.0' 'glibmm>=2.36.0' 'libxml2' 'libconfig>=1.5') Do you want me to contact the maintainer and ask them to make it a (suggested) requirement?

Edit Seem that gst-plugins-good is a suggested requirement, I just missed it. My bad.

udah