General Help

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

How to extract video from UNVR when it doesn't boot ( remuxing .uvb files to .mp4)

Avatar
Walter Lara

If you are unable to access the UNVR and require footage this is a way you can extract the files into mp4. 

Avatar
Discard
1 Answer
0
Avatar
Walter Lara
Best Answer

SSH Into UNVR


Go to home folder

cd ~

wget https://github.com/petergeneric/unifi-protect-remux/releases/download/v3.0.4/remux-arm64.tar.gz

tar -xf remux-arm64.tar.gz && rm remux-arm64.tar.gz && chmod +x remux

wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-arm64-static.tar.xz

xz -d ffmpeg-release-arm64-static.tar.xz && tar -xf ffmpeg-release-arm64-static.tar && mv ffmpeg*arm64-static/ffmpeg ./ && rm ffmpeg-release-arm64-static.tar.xz && chmod +x ffmpeg

export PATH=$HOME:$PATH


Go to folder ex: /volume1/.srv/unifi-protect/video/

remux *.ubv

Put your answer here.
Avatar
Discard