I have a private WPT server. I have one mobile agent connected to it (nodejs with Chrome on Android)
The results display the timelines correctly. However, when I enter filmstrip mode, all of the thumbnails are populated with the same image - one displaying the completely loaded page.
I can see that the video is recorded on the agent (There is an .mp4 file)
On the server, I have the video in the following path:
Can you play the video file directly, and does it look fine?
What do you get when you run “ffmpeg” on the console? If you’re using the default build included with ubuntu that is going to be the problem and you need to replace it with this: John Van Sickle - FFmpeg Static Builds
The link you provided seems to have only static builds for ffmpeg 2.x on linux. Installing these binaries on my machines causes the filmstrip view to display nothing at all.
Since install/index.php specifically asks for 1.x ffmpeg, I ended up building my own ffmpeg static versions starting from 1.2.7 (the latest 1.x) version and trying each one.
2.2.4 - filmstrip view doesn’t show any images at all.
1.2.7 - only a single image of the final page load is shown - probably decimate is broken?
1.2.5 - filmstrip view doesn’t show any images at all.
1.1.12 - ended up working just as it does on the public website.
So it would seem that on my specific platform(Ubuntu 12.04), WPT requires 1.1.x instead of simply 1.x for filmstrip. If someone wanted the static build, I can provide the binary.