[Webkit-unassigned] [Bug 217580] Peertube videos don't play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 05:49:26 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217580

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #3 from Adrian Perez <aperez at igalia.com> ---
(In reply to hoboprimate from comment #2)
> Correction, audio plays but not video, as seen in the following video:
> 
> https://peer.tube/videos/watch/f3cb1945-a8f7-481f-a465-946c6f884e50

This one plays fine for me, both with current stable (WebKitGTK 2.30.1)
and a recent build from “trunk”; the video seems to be encoded with
H.264 (and AAC for the audio), so I suspect your system maybe does not
have a GStreamer plug-in installed to decode H.264.

For example here I have the following in my system

  % gst-inspect-1.0 | grep -i '264.*dec'
  va:  vah264dec: VA-API H.264 Decoder
  libav:  avdec_h264: libav H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder
  %

The fist one is provided by gstreamer-vaapi [1] (hardware accelerated,
works will with Intel GPUs, but YMMV with others) and the second comes
from gst-libav [2], which should work everywhere (as it's software based).
There is also a decode based on OpenH264 included as part of the
gst-plugins-bad package (which I do not have installed). You may want to
check which packages include those in your distribution, and install them.

If after that, the video still doesn't play, please let us know —  we may
need to ask you for a GStreamer debug log to figure out what the exact
problem is.


---
[1] https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi
[2] https://gitlab.freedesktop.org/gstreamer/gst-libav

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201012/2db820ce/attachment.htm>


More information about the webkit-unassigned mailing list