0

The simplest abstraction of NVR(Network Video Recorder) is like the follow:

  1. The user specifies a path (such as: ~/recrods/) to store video records.
  2. The NVR creates video files (such as: 1.mp4, 2.mp4) on the path.

Now we are going to implement a web-page NVR. Is it possible to do the similar things in the browser without popping up file selectors?

Jim Jin
  • 1,249
  • 1
  • 15
  • 28
  • Browsers can open files via a file selector, but it sounds like you want to save files there? I think you need to explain more about where the video comes from and where it should be saved (your server, client computer, 3rd-party site, etc) – Stephen Ostermiller Sep 09 '22 at 09:29
  • We could ignore the video stream part. Now we just can't save file silently from the browser. But it seems that https://vscode.dev can do it. How? – Jim Jin Sep 09 '22 at 09:31

0 Answers0