Skip to main content

Custom Video Save Locations

Configure where and how session recordings are saved.

Python SDK

Configuration Options

The SDK provides two ways to customize video saving:
  1. Global Videos Directory:
    • Set during SDK initialization
    • All session recordings will save to this directory by default
  2. Custom Filename:
    • Specify when stopping a session
    • Allows unique naming for individual recordings

Example Usage

Notes

  • If no custom videos_path is specified, recordings save to the default MarinaBox videos directory
  • Custom filenames must end with .mp4
  • Existing files with the same name will be overwritten

Get Support & Join Our Community