Bug 162141 - [GStreamer] Seeking does not work on youtube.com with ENABLE_MEDIA_SOURCE=ON (unsupported configuration)
Summary: [GStreamer] Seeking does not work on youtube.com with ENABLE_MEDIA_SOURCE=ON ...
Status: RESOLVED DUPLICATE of bug 157314
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-18 23:31 PDT by Archlinux Bug
Modified: 2016-09-19 08:42 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***