Closed pvyParts closed 7 months ago
I appear to have found a work around this issue by giving the ffmpeg6 directory persistent storage..
PVC
/agent/ffmpeg6/
1Gi
bash
cd agent
./setup-ffmpeg-linux.sh ffmpeg6/
Update
I appear to have found a work around this issue by giving the ffmpeg6 directory persistent storage..
Editing the ispy-dvr app and adding additional application storage
- type:
PVC
- mount:
/agent/ffmpeg6/
- Quotum:
1Gi
- Restart ispy-dvr
- entering the ispy-dvr app's shell
- running the following
bash cd agent ./setup-ffmpeg-linux.sh ffmpeg6/
- restart ispy-dvr again
Can be set to type: emptyDir instead.
repeating the process with the type as emptyDir
appears to not work.
the /agent/ffmpeg6/
directory is empty each restart of the container. and i get stuck with the Agent DVR: Installing FFmpeg 6
message again.
emptyDir is just as empty as PVC at first start.
This fixed my issue. Thank you sooooo much!
I'll add persistence to it
Update
I appear to have found a work around this issue by giving the ffmpeg6 directory persistent storage..
Editing the ispy-dvr app and adding additional application storage
- type:
PVC
- mount:
/agent/ffmpeg6/
- Quotum:
1Gi
- Restart ispy-dvr
- entering the ispy-dvr app's shell
- running the following
bash cd agent ./setup-ffmpeg-linux.sh ffmpeg6/
- restart ispy-dvr again
Can be set to type: emptyDir instead.
fixed it for me. thx!
I'll add persistence to it
didn't you already add persistence to this?
I'll add persistence to it
didn't you already add persistence to this?
it was on the todo lol
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists
App Name
ispy-agent-dvr
Operating System
TrueNAS SCALE 23.10.1
App Version
5.2.4.0
Application Events
Application Logs
Application Configuration
Defaults except for adding storage
Describe the bug
Application is stuck on a screen showing
Agent DVR: Installing FFmpeg 6
To Reproduce
Add ispy-agent-dvr chart open web app
Expected Behavior
web app loads and cameras function
Screenshots
Additional Context
related external issues: https://github.com/doitandbedone/ispyagentdvr-docker/issues/618 https://github.com/doitandbedone/ispyagentdvr-docker/issues/621 mentions a new repo-image
https://github.com/doitandbedone/ispyagentdvr-docker/issues/676 I have left it for days no change.
related from reddit: https://www.reddit.com/r/ispyconnect/comments/18c0ogr/stuck_at_agent_dvr_installing_ffmpeg_6/ mentions the new repo-image
I've read and agree with the following