#anyone got a simple config using gortc

1 messages · Page 1 of 1 (latest)

languid blade
#

do I just define a gortc stream for both the main steram adn the substream?

pallid summit
languid blade
#

but to use frigate in hA requires gortc, right?

pallid summit
#

to have the camera stream in HA requires go2rtc, but that is only one stream

languid blade
#

the main stream

pallid summit
#

sure, you can choose either

languid blade
#

ok thanks

languid blade
#

sorry to bother but with this config the webrtc or mse in the frigate webui shows me nothing

#
  streams:
    house_rear:
      - rtsp://192.168.1.34/stream0?username=admin&password=4928C53C394E8D06EE1D4A37F9C7950C
    pool:
      - rtsp://admin:111111@192.168.1.164:554/h264Preview_01_main
    pool_house_rear:
      - rtsp://admin:111111@192.168.1.113:554/h264Preview_01_main

cameras:
  ##### camera on back of house
  house_rear:
    ffmpeg:
      hwaccel_args: preset-nvidia-h265
      inputs:
      - path: rtsp://192.168.1.200:8554/house_rear
        input_args: preset-rtsp-restream
        roles:
        - record
      - path: 
          rtsp://192.168.1.34/stream1?username=admin&password=4928C53C394E8D06EE1D4A37F9C7950C
        input_args: preset-rtsp-restream
        roles:
        - detect
    detect:
      width: 720
      height: 480
      fps: 10
    motion:
      mask:
        - 720,445,720,480,625,480,621,446
    objects:
      track:
        - person
        - dog```
#

it's running in a docker container with hos tnetworking

#

been scouring docs but so far no bueno