05-16-2014, 11:20 AM
Hello there!
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:
However, the directory below is has a single image:
The directory below contains a labels.txt with a single line - the URL of the webpage tested and a testinfo.json.gz file
I have a feeling that it is receiving the video, but is unable to extract the correct frames. How do I go about debugging this?
Setup:
WPT Server: Running Ubuntu 12.04 with Php5, apache2, ffmpeg, imagemagick
Android Chome Agent: Running Ubuntu 12.04 with ffmpeg, node
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:
Code:
/var/www/webpagetest/results/14/05/16/EM/4/1_video.mp4
However, the directory below is has a single image:
Code:
/var/www/webpagetest/results/14/05/16/EM/4/1_video/ms_000000.jpg
The directory below contains a labels.txt with a single line - the URL of the webpage tested and a testinfo.json.gz file
Code:
/var/www/webpagetest/results/video/14/05/16/EM/4.1.0/
I have a feeling that it is receiving the video, but is unable to extract the correct frames. How do I go about debugging this?
Setup:
WPT Server: Running Ubuntu 12.04 with Php5, apache2, ffmpeg, imagemagick
Android Chome Agent: Running Ubuntu 12.04 with ffmpeg, node