Everything posted by itlists
-
Unraid 7.2.7 Now Available
EDIT : Looks like the syntax is now '--network' instead of --net Upgraded from 7.2.6 to 7.2.7. All is good except for one container. I use passthroughvpn container which establishes a VPN connection. I have transmission container setup to use the above as a passthrough. This is done by setting 'Network Type' to "none" and using the 'Extra parameter' option in container config as follows: "--net=container:passthroughvpn" In 7.2.7, I get an error when trying to start transmission "Execution error Bad parameter" What should the parameter/config be for transmission container to pass through the passthroughvpn container?
-
Unraid 7.2.6 Now Available
Upgraded from 7.2.4, no issues. Thanks.
-
Meet the X15: Pre-Deposits Now Open ($99, Fully Refundable)
3.5" HDD slots? Hot-swappable?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi, I need help for how to add a folder shared via UD on a remote endpoint using NFS. eg: on unRaid, I have a UD folder named 'nas-share' and have the Share switch enabled. Now, how to mount this via NFS on an Ubuntu desktop using fstab (for automounting) Thanks
-
[support] dlandon - Zoneminder 1.36
Unable to register on their forums, keep getting some error after entering in all the info (email. password etc). Does ZM support integration with a local CodeProject.AI install? Can't find anything about it in the docs site.
-
How to create docker container template?
Hello, Is there a way to create an unRaid docker container template for a repository that's on GitLab instead of DockerHub? My coding is weak but I can figure it out with a little help. Thanks!
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Hello @roflcoopter Live view is finally working, along with recording. The config file is just the template with cam login info and stream url added. Between Main and Substream - which stream does Viseron record and which stream does it show in live view? There are recording for some motion events but when trying to view any recording, this error is shown: "Playback cannot continue. No available working or supported playlists." Screenshots attached.
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
is there a way to disable SEI for ffmpeg in the config file?
-
[Support] devzwf - LightNVR
can't login at all
-
[Support] devzwf - LightNVR
Looks neat! Can this leverage Coral TPU to offload CPU processing? Unable to login after initial install. After entering default admin/admin, get thrown back to the login screen with message "your session has expired" I changed the password in the .ini config file but same error.
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Appreciate the reply, thanks. I'm not going to bother with the time to fiddle with various settings and configuration parameters. I tried AgentDVR which simply works out of the box! Its not as slick and intuitive to use or setup as Viseron but the time savings is huge. One huge downside is its freemium model which allows only 1 local user account in the free version. I'm not comfortable with using the tool with admin priv all the time.
-
[support] dlandon - Zoneminder 1.36
@dlandon Same question from me as well - does ZM support Coral TPU? I'm running Frigate and not very pleased with it. Thanks!
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
So what's causing these errors? My posts from last year with the same errors: https://forums.unraid.net/topic/96774-support-viseron-v3-self-hosted-local-only-nvr-and-ai-computer-vision-software/page/2/#findComment-1481711 https://forums.unraid.net/topic/96774-support-viseron-v3-self-hosted-local-only-nvr-and-ai-computer-vision-software/page/2/#findComment-1484508
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Same errors with ffmpeg as well. It could be because the camera only supports AAC audio? Or something else?
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
@roflcoopter any help?
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
These errors are showing up in the log and the camera status shows disconnected in gui 2025-11-08 14:58:48.447 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:851:priv_gst_parse_yyparse: no element "avdec_h264" 2025-11-08 14:58:48.448 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:939:priv_gst_parse_yyparse: link has no sink [source=@0x154b3c1d0180] 2025-11-08 14:58:48.450 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:939:priv_gst_parse_yyparse: link has no source [sink=@0x154b3c1d5590] Process gstreamer_cam_front: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/src/viseron/watchdog/process_watchdog.py", line 107, in wrapped_target original_target(*targs, **tkwargs) File "/src/viseron/components/gstreamer/stream.py", line 215, in run_gstreamer gst_pipeline = Gst.parse_launch(" ".join(self._pipeline.build_pipeline())) gi.repository.GLib.GError: gst_parse_error: no element "avdec_h264" (1) 2025-11-08 14:59:15.572 [ERROR ] [viseron.watchdog.process_watchdog] - Process gstreamer_cam_front has exited, restarting 2025-11-08 14:59:15.617 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:851:priv_gst_parse_yyparse: no element "avdec_h264" 2025-11-08 14:59:15.619 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:939:priv_gst_parse_yyparse: link has no sink [source=@0x154b481ce120] 2025-11-08 14:59:15.621 [ERROR ] [viseron.components.gstreamer.stream.cam_front.gstreamer] - GST_PIPELINE gst/parse/grammar.y:939:priv_gst_parse_yyparse: link has no source [sink=@0x154b481d3460] Process gstreamer_cam_front: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/src/viseron/watchdog/process_watchdog.py", line 107, in wrapped_target original_target(*targs, **tkwargs) File "/src/viseron/components/gstreamer/stream.py", line 215, in run_gstreamer gst_pipeline = Gst.parse_launch(" ".join(self._pipeline.build_pipeline()))
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Is AAC audio supported? My cams only support AAC
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
How do you pass the USB Coral TPU to this container? USB device path is /dev/bus/usb
-
[SUPPORT] blakeblackshear - Frigate
Hi, I'm not clear how to increase the SHM size in this unRaid docker. Can you please help? The official doc shows to add it in docker compose config but I don't know how to do that in unRaid. Thanks!
-
[SUPPORT] blakeblackshear - Frigate
Is MSE the default? I haven't added any WebRTC configs.
-
[SUPPORT] blakeblackshear - Frigate
Ah yes, sorry here is the config. I'm using restream but the error is still there go2rtc: streams: cam_front: - rtsp://username:{FRIGATE_CAMERA_PASSWORD}@10.10.!!.!!:554/CH001.sdp - ffmpeg:cam_front#audio=opus cam_front-sub: - rtsp://username:{FRIGATE_CAMERA_PASSWORD}@10.10.!!.!!:554/CH002.sdp - ffmpeg:cam_front-sub#audio=opus cameras: cam_front: enabled: true ffmpeg: output_args: record: preset-record-generic-audio-aac inputs: - path: rtsp://127.0.0.1:8554/cam_front input_args: preset-rtsp-restream roles: - record - path: rtsp://127.0.0.1:8554/cam_front-sub input_args: preset-rtsp-restream roles: - detect - audio
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
So I believe the errors below are related to audio recording/playback maybe. [h264 @ 0x14f3a4149c40] SEI type 5 size 2520 truncated at 1936 Audio works fine in live view but when recording is triggered, the error shows up and audio is not recorded. My camera supports only G.711A and G.711U (not AAC).
-
[SUPPORT] blakeblackshear - Frigate
Hoping someone can help with this issue. Thanks
-
[SUPPORT] blakeblackshear - Frigate
Hello, recently started using Frigate. Getting below errors, I believe its related to audio recording/playback maybe. [h264 @ 0x14f3a4149c40] SEI type 5 size 2520 truncated at 1936 Audio works fine in live view but when recording is triggered, the error shows up and audio is not recorded. My camera supports only G.711A and G.711U (not AAC).
-
[SUPPORT] blakeblackshear - Frigate
Thanks. The logs didn't show a password. Used the reset setting and all good now.