[Camera Support]: WallPanel MJPEG Camera Stream to Frigate #14965
-
Describe the problem you are havingHi, I have the app WallPanel that shows my stream on: When I open that link in my browser it works great. There is no passwords etc. I can't get the stream to work on Frigate using the information in GitHub. Am I missing something? Version0.14.1-f4f3cfa What browser(s) are you using?Chrome Version 130.0.6723.117 (Official Build) (x86_64) Frigate config filedetectors:
coral:
type: edgetpu
device: usb
ffmpeg:
hwaccel_args: preset-vaapi
record:
enabled: false
go2rtc:
streams:
KitchenCamera: "ffmpeg:{http://192.168.1.98:2971/camera/stream}#video=h264#hardware"
cameras:
BalconyCamera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://stream:Reolink@192.168.1.195:554/h264Preview_01_main
roles:
- record
- path: rtsp://stream:Reolink@192.168.1.195:554/h264Preview_01_sub
roles:
- detect
detect:
width: 1680
height: 1050
fps: 10
zones:
Garden:
coordinates:
0,0.43,0.094,0.751,0.246,0.663,0.207,0.432,0.204,0.372,0.169,0.343,0.497,0.226,0.498,0,0,0
loitering_time: 0
objects:
- person
- dog
- cat
inertia: 3
Back_Door:
coordinates: 0.722,0,0.663,0.775,0.552,0.886,0.66,0.999,1,1,1,0
loitering_time: 0
objects: person
inertia: 3
motion:
mask: 0.083,0.302,0.129,0.299,0.24,0.13,0.317,0.077,0.338,0,0,0,0,0.205,0.045,0.197
threshold: 60
contour_area: 30
improve_contrast: 'true'
mjpeg_cam:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/KitchenCamera
roles:
- detect
- record
objects:
track:
- person
- cat
- dog
version: 0.14 Relevant Frigate log output2024-11-14 07:45:46.621075942 [INFO] Preparing Frigate...
2024-11-14 07:45:46.637637224 [INFO] Starting Frigate...
2024-11-14 07:45:47.779187648 [2024-11-14 07:45:47] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-11-14 07:45:47.779439214 [2024-11-14 07:45:47] frigate.util.config INFO : Checking if frigate config needs migration...
2024-11-14 07:45:47.787400754 [2024-11-14 07:45:47] frigate.util.config INFO : frigate config does not need migration...
2024-11-14 07:45:47.798813882 [tcp @ 0x3152b00] Connection to tcp://127.0.0.1:8554?timeout=0 failed: Connection refused
2024-11-14 07:45:47.820085978 [2024-11-14 07:45:47] peewee_migrate.logs INFO : Starting migrations
2024-11-14 07:45:47.820820351 [2024-11-14 07:45:47] peewee_migrate.logs INFO : There is nothing to migrate
2024-11-14 07:45:47.825399724 [2024-11-14 07:45:47] frigate.app INFO : Recording process started: 328
2024-11-14 07:45:47.834661135 [2024-11-14 07:45:47] frigate.app INFO : Recording process started: 330
2024-11-14 07:45:47.869918236 [2024-11-14 07:45:47] frigate.app INFO : Output process started: 360
2024-11-14 07:45:47.894860661 [2024-11-14 07:45:47] frigate.app INFO : Camera processor started for BalconyCamera: 376
2024-11-14 07:45:47.913299675 [2024-11-14 07:45:47] frigate.app INFO : Camera processor started for mjpeg_cam: 379
2024-11-14 07:45:47.928591257 [2024-11-14 07:45:47] frigate.app INFO : Capture process started for BalconyCamera: 383
2024-11-14 07:45:47.929078884 [2024-11-14 07:45:47] frigate.app INFO : Capture process started for mjpeg_cam: 393
2024-11-14 07:45:47.953754657 [2024-11-14 07:45:47] frigate.video ERROR : mjpeg_cam: Unable to read frames from ffmpeg process.
2024-11-14 07:45:47.954894175 [2024-11-14 07:45:47] frigate.video ERROR : mjpeg_cam: ffmpeg process is not running. exiting capture thread...
2024-11-14 07:45:50.481595475 [2024-11-14 07:45:47] detector.coral INFO : Starting detection process: 357
2024-11-14 07:45:50.481679353 [2024-11-14 07:45:47] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-11-14 07:45:50.485538391 [2024-11-14 07:45:50] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-14 07:46:07.962515267 [2024-11-14 07:46:07] watchdog.mjpeg_cam ERROR : Ffmpeg process crashed unexpectedly for mjpeg_cam.
2024-11-14 07:46:07.962840165 [2024-11-14 07:46:07] watchdog.mjpeg_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-14 07:46:07.962850222 [2024-11-14 07:46:07] ffmpeg.mjpeg_cam.detect ERROR : [tcp @ 0x60171e3f82c0] Connection to tcp://127.0.0.1:8554?timeout=5000000 failed: Connection refused
2024-11-14 07:46:07.962856298 [2024-11-14 07:46:07] ffmpeg.mjpeg_cam.detect ERROR : rtsp://127.0.0.1:8554/KitchenCamera: Connection refused
2024-11-14 07:46:07.975699481 [2024-11-14 07:46:07] frigate.video ERROR : mjpeg_cam: Unable to read frames from ffmpeg process.
2024-11-14 07:46:07.975705278 [2024-11-14 07:46:07] frigate.video ERROR : mjpeg_cam: ffmpeg process is not running. exiting capture thread...
2024-11-14 07:46:17.973902811 [2024-11-14 07:46:17] watchdog.mjpeg_cam ERROR : Ffmpeg process crashed unexpectedly for mjpeg_cam.
2024-11-14 07:46:17.973909027 [2024-11-14 07:46:17] watchdog.mjpeg_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-14 07:46:17.973912728 [2024-11-14 07:46:17] ffmpeg.mjpeg_cam.detect ERROR : [tcp @ 0x64e8d80c52c0] Connection to tcp://127.0.0.1:8554?timeout=5000000 failed: Connection refused
2024-11-14 07:46:17.973916011 [2024-11-14 07:46:17] ffmpeg.mjpeg_cam.detect ERROR : rtsp://127.0.0.1:8554/KitchenCamera: Connection refused
2024-11-14 07:46:17.985707046 [2024-11-14 07:46:17] frigate.video ERROR : mjpeg_cam: Unable to read frames from ffmpeg process.
2024-11-14 07:46:17.986126927 [2024-11-14 07:46:17] frigate.video ERROR : mjpeg_cam: ffmpeg process is not running. exiting capture thread...
2024-11-14 07:46:27.984439977 [2024-11-14 07:46:27] watchdog.mjpeg_cam ERROR : Ffmpeg process crashed unexpectedly for mjpeg_cam.
2024-11-14 07:46:27.984446192 [2024-11-14 07:46:27] watchdog.mjpeg_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-14 07:46:27.984450103 [2024-11-14 07:46:27] ffmpeg.mjpeg_cam.detect ERROR : [tcp @ 0x62643c6cd2c0] Connection to tcp://127.0.0.1:8554?timeout=5000000 failed: Connection refused
2024-11-14 07:46:27.984453526 [2024-11-14 07:46:27] ffmpeg.mjpeg_cam.detect ERROR : rtsp://127.0.0.1:8554/KitchenCamera: Connection refused
2024-11-14 07:46:27.996862370 [2024-11-14 07:46:27] frigate.video ERROR : mjpeg_cam: Unable to read frames from ffmpeg process.
2024-11-14 07:46:27.996868237 [2024-11-14 07:46:27] frigate.video ERROR : mjpeg_cam: ffmpeg process is not running. exiting capture thread... Relevant go2rtc log output2024-11-14 07:46:33.704061075 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:34.712550781 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:34.908589070 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:34.959402588 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:35.966716250 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:36.165775142 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:36.214610357 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:37.223234367 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:37.416889558 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:37.465897489 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:38.475522942 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:38.683378596 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:38.735406292 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:39.744215449 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:39.934921694 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:39.989282272 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:40.998394328 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:41.186642675 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:41.248192008 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:42.258104366 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:42.454920888 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:42.514024755 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:43.522517674 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:43.726610670 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:43.786080851 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:44.795119644 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:44.995608031 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:45.046378597 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:46.055115260 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:46.251579576 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:46.320558473 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:47.327985557 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:47.515821775 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:47.573665509 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:48.581687424 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:48.773778257 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:48.823459660 [INFO] The go2rtc service exited with code 1 (by signal 0)
2024-11-14 07:46:49.832794088 [INFO] Preparing new go2rtc config...
2024-11-14 07:46:50.024229817 [ERROR] Invalid substitution found, see https://docs.frigate.video/configuration/restream#advanced-restream-configurations for more info.
2024-11-14 07:46:50.075306913 [INFO] The go2rtc service exited with code 1 (by signal 0) FFprobe output from your cameraN/A Frigate statsNo response Operating systemProxmox Install methodProxmox via Docker Object DetectorCoral Network connectionWired Camera make and modelWallPanel - Samsung Tablet Camera Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You should not be putting brackets around the stream url in your go2rtc config.
|
Beta Was this translation helpful? Give feedback.
-
Thank you @oneseventhree for showing your yml that made setig up figate a breeze.... |
Beta Was this translation helpful? Give feedback.
You should not be putting brackets around the stream url in your go2rtc config.
KitchenCamera: "ffmpeg:http://192.168.1.98:2971/camera/stream#video=h264#hardware"