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: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro, pnormand |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Archlinux Bug
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
(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)
Michael Catanzaro
(Seeking works fine for me with default build options.)
Philippe Normand
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.
Philippe Normand
*** This bug has been marked as a duplicate of bug 157314 ***