rsiot::doc::external_services

Module go2rtc

Source
Expand description

§Go2Rtc

Сервис конвертирования видеопотока с видеокамеры.

§docker

services:
  go2rtc:
    container_name: go2rtc
    hostname: go2rtc
    image: alexxit/go2rtc
    network_mode: host
    privileged: true
    restart: unless-stopped
    profiles:
      - target
      - dev
    volumes:
      - "./config_services/go2rtc:/config"

§go2rtc.yaml

streams:
  tapo: rtsp://administrator:Admin123!@10.0.6.3:554/stream1

api:
  origin: "*"
  listen: ":8003"