For a couple of weeks now (I think since v27.0.1) html5 video has not been working properly on my two arch linux systems. When I saw this changelog for 27.0.3 I thought it might've been fixed, but the problem persiststs:
Code: Select all
Fixed an error in the buffer logic in http-chunked decoder.
Video plays back fine, but it does not buffer ahead of time. The total video length counts upwards in sync with the current playback time and it is not possible to skip ahead; doing so either restarts the video from the beginning or skips to the end. Seeking backwards works. This happens for me on all Youtube videos and also all sites using jwplayer. The only site I found where it works properly is ZDF Mediathek (
https://www.zdf.de/)
Here's an example screenshot of a 3+ Minute youtube video showing 1s as the total time right after starting the playback:
https://www.youtube.com/watch?v=x0mS5rS9O0g
Code: Select all
uname -a
Linux daenerys 4.8.11-1-ARCH #1 SMP PREEMPT Sun Nov 27 09:26:14 CET 2016 x86_64 GNU/Linux
pacman -Q gstreamer gst-plugins-good gst-libav
gstreamer 1.10.2-1
gst-plugins-good 1.10.2-1
gst-libav 1.10.2-1
If anyone could suggest sites using different players I'd be happy to try them out and report back if it works there.