WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
234666
[GStreamer] Video stutter on seek except when second video element on page
https://bugs.webkit.org/show_bug.cgi?id=234666
Summary
[GStreamer] Video stutter on seek except when second video element on page
Dennis ten Hoove
Reported
2021-12-24 09:04:30 PST
Created
attachment 447942
[details]
Two simple test pages and a single mp4 video showcasing the bug Certain videos on the web may start to jump back and forward between frames when the seek function of the video player is used. This bug will suddenly be abcent when a second video element is placed on the page, it does not matter if this video element contains the same video or another video of a different format (eg. webm). So far I have only noticed mp4 to be affected. The bug is relevant for the latest stable and testing versions of Epiphany aswell as older versions. The bug is not a newly introduced regression, this bug has existed for a while already (6+ months at least), I do not recall when I first encountered it. It seems to not be related to wrong encoding or something odd related to the video itself, as even when re-encoded with FFMPEG (ffmpeg -i video.mp4 video-out.mp4) the bug presists. See the included attachment for two simple HTML pages and a video showcasing the bug. It will need to run on a webserver to display the videos properly. I did not experience the bug on Safari thus I am assuming it to be WebkitGTK related.
Attachments
Two simple test pages and a single mp4 video showcasing the bug
(2.38 MB, application/gzip)
2021-12-24 09:04 PST
,
Dennis ten Hoove
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2022-01-02 02:56:07 PST
Can you check which gst video decoder is being used? You can check the pipeline dumps, see
https://github.com/Igalia/meta-webkit/wiki/Providing-useful-GStreamer-Zero-copy-issue-reports#in-webkit
I can reproduce this issue in Ephy TP (openh264dec) but not in Ephy Canary (gst-libav).
Philippe Normand
Comment 2
2022-01-02 02:57:17 PST
***
Bug 234725
has been marked as a duplicate of this bug. ***
Dennis ten Hoove
Comment 3
2022-01-02 11:24:54 PST
I checked the Flatpak version of Epiphany, it was indeed using openh264dec.
Philippe Normand
Comment 4
2023-11-26 03:19:26 PST
This is working fine in Ephy TP now. Closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug