catchpoint / WebPageTest

Official repository for WebPageTest
Other
3.08k stars 714 forks source link

Nodejs - Android - SpeedIndex not being calculated #433

Closed darraghgrace closed 9 years ago

darraghgrace commented 9 years ago

Running Nodejs Agent (2.16 & latest from github) on Android (MotoG), hosted on Win8 box against a private WPT server (Win7 Pro). When the test finishes I get most of the results but not the SpeedIndex. If I look in the results folder on WPT Server I can see 1_Cached_video.mp4 which is nearly 2MB. I can play this video manually. I also see in the same folder 1_video.mp4 which is 0 bytes.I presume this is what WPT tries to play when clicking the Watch Video link in the results page. Could also be behind why I dont get the SpeedIndex. Please let me know if you need logs etc. Thanks for your work on this great tool. image

image

darraghgrace commented 9 years ago

Found out the issue. I noticed in the install check (http:///install) of my private wpt instance that I was missing the below 2 System Utilities

ffmpeg Installed with scale and decimate filters(required for mobile video): N-50911-g9efcfbe,scale,decimate imagemagick compare Installed (required for mobile video): yes

Once I installed those SpeedIndex is calculated.