-
Improvement
-
Resolution: Not A Defect
-
Major
-
None
-
CentOS6 x86_64
It would be great if there is an option to run a cmd with the start / stop of xvfb. This way it would be possible e.g. to record a screencast of the xvfb contents using ffmpeg.
Example:
ffmpeg -f x11grab -vc x264 -s vga -r 30 -b 2000k -g 300 -i :$DISPLAY.0 $build_nr.avi
- duplicates
-
JENKINS-19006 Add option to start a program/windowmanager with Xvfb
-
- Closed
-
Hi Robert, wouldn't it be easier to use a freestyle build with Execute shell build step to launch ffmpeg, you can use shell job control to launch and stop ffmpeg?
It somehow doesn't fit with the Xvfb to have functionality other than starting Xvfb. Although it would be nice to have a plugin that records the display of the build and attaches the recording as build artifact, I will look into that, time permitting.