#Live Feed Audio

1 messages · Page 1 of 1 (latest)

torn stirrup
#

Here are my custom:frigate-card configs:

type: custom:frigate-card
cameras:
  - camera_entity: camera.cam_driveway1
    live_provider: go2rtc
    go2rtc:
      modes:
        - webrtc
      stream: driveway_sub
menu:
  buttons:
    microphone:
      enabled: true
      alignment: opposing
      type: toggle
      priority: 50
    timeline:
      enabled: true
    cameras:
      enabled: false
    frigate:
      enabled: false
    download:
      enabled: false
    media_player:
      enabled: false
    mute:
      enabled: true
      alignment: opposing
      icon: mdi:volume-mute
    camera_ui:
      enabled: true
  style: hover-card
  position: left
  button_size: 50
live:
  controls:
    thumbnails:
      mode: none
  preload: true
  transition_effect: slide
dimensions:
  aspect_ratio_mode: static
  min_height: "50000"
  aspect_ratio: "20:20"
media_gallery:
  controls:
    thumbnails:
      size: 140
      show_favorite_control: false
      show_timeline_control: false
      show_download_control: false
    filter:
      mode: none
performance:
  profile: high
timeline:
  style: stack

#

Here are my frigate.yaml and go2rtc configs:

go2rtc:
  streams:
    backyard:
      - ffmpeg:http://10.0.x.x/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=PASS#video=copy#audio=copy#audio=opus
      - rtsp://admin:PASS@10.0.x.x/Preview_01_main
    backyard_sub:
      - ffmpeg:http://10.0.x.x/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=admin&password=PASS#video=copy#audio=copy#audio=opus
      - rtsp://admin:PASS@10.0.x.x/Preview_01_sub
      - exec:/config/neolink/neolink_talk_backyard.sh#backchannel=1
    driveway:
      - ffmpeg:http://10.0.x.x/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=PASS#video=copy#audio=copy#audio=opus
      - rtsp://admin:PASS@10.0.x.x/Preview_01_main
    driveway_sub:
      - ffmpeg:http://10.0.x.x/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=admin&password=PASS#video=copy#audio=copy#audio=opus
      - rtsp://admin:PASS@10.0.x.x/Preview_01_sub
      - exec:/config/neolink/neolink_talk_driveway.sh#backchannel=1
  ffmpeg:
    hwaccel_args: preset-nvidia-h264
    bin: ffmpeg
    volume: "-af \"volume=30dB\""

cameras:
  cam_backyard:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/backyard
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/backyard_sub
          input_args: preset-rtsp-restream
          roles:
            - detect
    motion:
      mask: 0.37,0.156,0.67,0.159,0.68,-0.022,0.35,-0.009
      threshold: 60
      contour_area: 50
      improve_contrast: true
  cam_Driveway1:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/driveway
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/driveway_sub
          input_args: preset-rtsp-restream
          roles:
            - detect