Record Browser-based Videos


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/record-browser-based-videos.html

I found a simpler solution to install “ffmpeg” for Windows using “scoop” and “powershell”.

  1. Launch “Windows Powershell”
  2. Install “scoop” - enter this cmd in powershell: iex (new-object net.webclient).downloadstring(‘https://get.scoop.sh’)
  3. Install “ffmpeg” - enter this cmd in powershell scoop install ffmpeg

If the user has permissions then the ffmpeg is installed in three commands. Path is also automatically updated.

hello,
I do not get video since I upgraded to katalon 8.2.0

I only get a folder video with file browser_recording_1_0.srt, but no video file

here is my config :

ffmpeg is still well installed in my desktop :

I searched for error messages in katalon logs but found nothing with video or ffmpeg keywords…

Hi @staniere,

You can enable the trace level to get more information by adding this line to the config file and see what is happening with the Browser-based Recording during the execution.

logging.level.com.kms=TRACE

The commands to build a docker image with ffmpeg using the Dockerfile are not working.
image


Unable to locate package.???