#Frigate Errors

1 messages · Page 1 of 1 (latest)

left breach
#

i need some help i have 2 cameras that wont work in frigate they are putting out rtsp feeds from obs studio with a addon called obs studio rtsp server i can view them on other devices i just cant view them in frigate
here is my log
https://www.transfernow.net/dl/frigatelog

chrome musk
left breach
#

where do i need to put it in the code i tried to and it broke all the cameras

chrome musk
#

ffmpeg -> input_args for that camera specifically

left breach
#

so replace inputs: with input_args:

#

i dont know where to put it in my yml

#

where i think i put it breaks all frigate cameras

chrome musk
#

it would look like this

#
cameras:
  ..
  obs_cam:
    ffmpeg:
      input_args: preset-rtsp-udp
      inputs:
        - path: ...
left breach
#

i changed it on one camera and it broke all the cameras

chrome musk
#

then you are doing it wrong, check the logs to see why

left breach
#

1 camera works but the other 2 cameras dont and its the same error as before

left breach
#

its says unsupported

#

protocol

chrome musk
#

if it affects other cameras then you haven't applied it at the camera level

left breach
#

it did not affect any cameras i thought it did but it dident but the obs rtsp camera still says its a unsupported protocol

#

after putting that line in

chrome musk
#

please paste your config and the errors (use pastebin)

left breach
#

and when i turn off muiticast on obs it works the cameras but we have to have multicast on

chrome musk
left breach
#

what is host mode

chrome musk
left breach
#

im not running it in docker i have frigate in home assistant

#

and home assistant is running in proxmox

chrome musk
#

Home assistant addons are docker containers so you are running it in docker

#

but HA does not give you that control so I don't think this can be supported with multicast on your setup

left breach
#

okay so i need to make a container on proxmox running frigate

#

and frigate cameras can still be put in home assistant dashboards running it like that

#

right