Dashcam
HomeDashboard
  • Setup
    • πŸ–₯️Desktop App
    • 🌐Chrome Extension
    • ⌨️CLI
    • πŸ™GitHub Action
  • Manual Capture
    • 🎬Screencast
    • βͺInstant Replay
    • 🐞Error Detection
  • Automated Test Recording
    • πŸͺŸWindows
  • Sharing
    • β˜‘οΈJira
    • πŸ™GitHub
    • ⚑Zapier
    • πŸ’¬Slack
  • πŸ•ΉοΈConfigure
    • Display Selection
    • Storage
    • Logs
    • Other Settings
  • πŸ’­FAQ
    • How Does Dashcam Work?
    • How can I tell what is recording and when?
    • Where are files saved on my machine?
    • How can I monitor Dashcam's internet activity?
    • How can I delete published clips?
    • Can I edit a published clip?
    • How long are published clips stored?
    • How can I share a clip?
    • How can I enable public links?
    • Is my screen being uploaded to the cloud in the background?
    • How do I update Dashcam?
    • I'm having problems streaming Netflix or Hulu
    • Archive
      • Piping to Files Directly
      • Log Files
      • 🎞️Trim
      • πŸ˜„Overview
      • Unity
      • Install the Chrome Extension
      • Install the CLI
      • Overview
      • Share
      • 😍Using the app
      • βš™οΈSettings
      • 🧩Chromium
      • Live Demo!
      • Examples
      • Usage
      • Installation
      • GitHub Recipies
      • Embedding a Clip in a Readme
      • Embedding a playable clip in HTML
      • Embedding a Clip as GIF in HTML
      • Embedding a Clip as GIF in a Pull Request
      • πŸͺ£BitBucket
      • Add users to your team
      • πŸ“‚Your workspace
      • πŸ™GitHub
      • βœ…Jira Button
      • πŸ”§NodeJS
      • πŸ”—Web
        • Hotlinks
        • Javascript
      • 🎬Editing a Dash
        • Creating a Dash
      • Uploading a Dash
      • πŸͺŸWindows Setup
      • 🍎Mac Setup
        • Install Dashcam on Mac
        • Enable Accessibility Features
      • Clip Expiration
      • πŸ₯œNut.js
Powered by GitBook
On this page
  • How long are these files stored?
  • Are my files encrypted?

Was this helpful?

  1. FAQ

Where are files saved on my machine?

PreviousHow can I tell what is recording and when?NextHow can I monitor Dashcam's internet activity?

Last updated 2 years ago

Was this helpful?

Videos and associated metadata are stored on your hard drive here:

macOS:

/Users/{username}/Movies/Dashcam

Windows:

C:\Users\{username}\Videos\Dashcam

Note that this directory is maintained by Dashcam.

If you’re using a Mac, you can also type Dashcam into Finder to locate this folder. There are two folders inside, Buffer and Replays.

The Buffer directory stores the raw recordings along with two data files:

  • dashcam.json

  • dashcam.jsonl

These files both contain metadata regarding the buffer in the same directory.

dashcam.json allows Dashcam to show the buffer videos in the feed of the app, including the preview image, the timestamp, and some other data.

dashcam.json allows Dashcam to show what programs were in use during the video when you create a clip.

How long are these files stored?

Buffer directories are stored similar to . By default, once the total duration of all buffers exceeds the configured buffer duration, the app deletes the oldest directories automatically. This cycle of new buffers being saved and old buffers being deleted happens as long as the app is installed and running.

Replay files are ephemeral. When you hit Upload in the Edit window, the application creates a video clip along with a preview .gif and .png. These are all deleted as soon as the Upload step is complete, cancelled or encounters an error.

Are my files encrypted?

Yes and no.

On the cloud, we follow AWS recommended security protocols including encrypting the S3 storage your files are uploaded to.

Locally, no*.

The buffer files use standard file formats and video encodings that any modern video player/editor or text editor will recognize. Dashcam is a convenience tool. We have no interest in obfuscating/hiding your recordings from you. If you want to navigate to the Replay buffer directory and manually edit or share the video files, more power to you!**

* While not logged in, many computers, especially enterprise machines, are entirely encrypted at the filesystem level. Dashcam files are no exception

** The Dashcam app writes and reads from these directories, so if you modify Buffer files in-place, the Dashcam app may encounter issues

πŸ’­
a circular buffer