Frigate new camera killed my stream

So I just got a new camera and added it to the configuration file and now both cameras don’t show up and I’m not sure why. Here is my config file

mqtt:
enabled: True
host: 192.168.0.5
port: 1883
user: user
password: pass

go2rtc:
streams:
computer_camera:
- rtsp://user:[email protected]:554/cam/realmonitorchannel=1&subtype=0
- “ffmpeg:rtsp_cam#audio=opus”
computer_camera_sub:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=1
- “ffmpeg:rtsp_cam_sub#audio=opus”
front_door_camera:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=0
- “ffmpeg:rtsp_cam#audio=opus”
front_door_camera_sub:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=1
- “ffmpeg:rtsp_cam_sub#audio=opus”

cameras:
computer_camera:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
hwaccel_args: preset-intel-qsv-h264
inputs:
- path: rtsp://127.0.0.1:8554/computer_camera
input_args: preset-rtsp-restream
roles:
- path: rtsp://127.0.0.1:8554/computer_camera_sub
input_args: preset_rtsp_restream
roles:
- record
objects:
track:
- person
- cat
filters:
person:
min_score: 0.7 # min score for object to initiate tracking (default: 0.5
threshold: 0.8 # min decimal percentage for tracked object’s computed score to be considered a true positive (default: 0.7)
car:
detect:
enabled: True
width: 640
height: 480
snapshots:
enabled: True
retain:
default: 3
timestamp: True
bounding_box: True
crop: True
height: 500
retain:
default: 3
record:
enabled: True
retain:
days: 2
mode: active_objects

front_door_camera:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
hwaccel_args: preset-intel-qsv-h264
inputs:
- path: rtsp://127.0.0.1:8554/front_door_camera
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/front_door_camera_sub
input_args: preset_rtsp_restream
roles:
- record
objects:
track:
- person
- cat
filters:
person:
min_score: 0.7 # min score for object to initiate tracking (default: 0.5
threshold: 0.8 # min decimal percentage for tracked object’s computed score to be considered a true positive (default: 0.7)
car:
detect:
enabled: True
width: 640
height: 480
snapshots:
enabled: True
retain:
default: 3
timestamp: True
bounding_box: True
crop: True
height: 500
retain:
default: 3
record:
enabled: True
retain:
days: 2
mode: active_objects
detectors:
cpu1:
type: cpu