Skip to Content

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.

This question has been flagged
1 Reply
1236 Views

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

Avatar
Discard
Author 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
Related Posts Replies Views Activity
1
Nov 22
730
1
Nov 22
1470