Categories
Cloudvue Cloudvue Cameras Knowledge Support Support Categories Products

0 KB File When Downloading Archived Video

Description 

Typically end users will access archived video via Cloudvue Web or Cloudvue Mobile. They can search for a specific date/time on a camera and then use Save Clip to export the video in one, five, fifteen or custom increments up to 2 hours. 

In certain cases this can fail and will result in a 0 KB MP4 file. 

Product

  • C2C

Steps to Reproduce 

  • Navigate to the Archive Page
  • Set the Start Point
    • Use the Date/Time fields to set the starting point or
    • Drag the green indicator bar in the timeline
  • Save Clip
    • Choose one of the preset lengths one, five, fifteen or create a custom increment up to 2 hours
    • Click Save

Expected Results 

  • An MP4 file of the video is downloaded

Actual Results

  • An MP4 is downloaded but has no video and the files size is 0 KB

Solution

If the video can be viewed in Cloudvue then it should exist either on the device or in the cloud. To determine the source you will need to open Chrome’s Dev Tool (F12 or Ctrl+Shift+J) and locate the download url being used.

  • Open the Chrome Dev Tools (F12 or Ctrl+Shift+J)
  • Use the Steps to Reproduce above but stop after setting a Start Point
  • In the Dev Tools Window
    • Select the Network Tab
    • Click the clear network log icon
  • In Cloudvue Save the desired Clip
    • Items will begin to appear in the Dev Tools network log
  • Hover over each Network Log entry to reveal the full url
  • You want the one that begins with “https://archive.cloudvue.com/camera”
    • Right click the log entry
    • Expand Copy
    • Choose copy link address
  • Open a new tab in Chrome
    • Paste the copied url into the address bar
    • It will look similar to this
      • https://archive.cloudvue.com/camera/0050f9635b40/streaming?start=1698753630603&stop=1698753660603&location=c2c
      • Note the ending, if it is =c2c then change it to =cloud or vice versa
    • Launch the modified url
    • An mp4 video file should download

URL Explained

https://archive.cloudvue.com/camera/[CAMERAS_MAC]/[ACTION]start=[EPOCH_START_TIME]&stop=[EPOCH_STOP_TIME]&location=[SOURCE]

Where

[CAMERAS_MAC] = Cameras MAC address

[Action] =

  • streaming? = playback/stream the video
  • download? = download the video
[EPOCH_START_TIME] = Epoch start time in milliseconds

[EPOCH_STOP_TIME] =  Epoch stop time milliseconds

[SOURCE] =

  • C2C = Cameras microSD card
  • Cloud = Cloud Storage
Categories
Video Library Configuration Demo exacqVision Server Youtube Video Library Categories Products

Webhooks

Unleash the power of webhooks using your ExacqVision software to control IoT devices, smart building controls, and more. ExacqVision allows users to implement soft triggers, camera associations, and automate issuing webhook commands on triggered events. <br>
Categories
Knowledge Support Cloudvue Cloudvue Cameras Cloudvue Gateway Support Categories Products

HD Live Option Causes 10 Second OSD Delay

Description

When enabled the HD Live option intentionally buffers 10 seconds of video to ensure smooth playback. This is only applicable when viewing large tile or full screen views, small tile preview is not affected.

NOTE: As a result of the buffering, the On-Screen-Display of the date and time (OSD) will lag real time by 10 seconds.

Products

  • C2C
  • C2G

Enabling/Disabling HD Live

  • Login to Cloudvue
  • Navigate to (Cloudvue > Settings > General Settings)
  • Enable/Disable the HD Live Video option by checking/unchecking the box
  • Save the change