Bug 162141

Summary: [GStreamer] Seeking does not work on youtube.com with ENABLE_MEDIA_SOURCE=ON (unsupported configuration)
Product: WebKit Reporter: Archlinux Bug <testbug>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro, pnormand
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Archlinux Bug 2016-09-18 23:31:02 PDT
Seeking on videos does not work on youtube.com with 2.13.92 and enable-mediasource set to true.
Build arguments

cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
        -DLIB_INSTALL_DIR=/usr/lib -DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
        -DENABLE_GTKDOC=OFF -DENABLE_MEDIA_SOURCE=ON -DENABLE_VIDEO_TRACK=ON -DENABLE_VIDEO=ON
Comment 1 Michael Catanzaro 2016-09-19 08:37:43 PDT
(In reply to comment #0)
> -DENABLE_MEDIA_SOURCE=ON 

Note that we don't support this option, so you're on your own here. (What does ENABLE_MEDIA_SOURCE do?)

>-DENABLE_VIDEO_TRACK=ON -DENABLE_VIDEO=ON

(These are both enabled by default)
Comment 2 Michael Catanzaro 2016-09-19 08:38:19 PDT
(Seeking works fine for me with default build options.)
Comment 3 Philippe Normand 2016-09-19 08:41:10 PDT
This feature isn't ready for production yet.

Can you please stop playing with the build options? When we disable a feature in the tarball it's always for a good reason.
Comment 4 Philippe Normand 2016-09-19 08:42:40 PDT

*** This bug has been marked as a duplicate of bug 157314 ***