Coder Social home page Coder Social logo

Comments (5)

AlexxIT avatar AlexxIT commented on June 12, 2024

You have very complex network setup. It's only up to you to find the problem.
192.168.16.203 - address of your server from your PC
192.168.208.2 - address of your server (according to go2rtc)
192.168.208.1 - address of your PC (according to go2rtc)

"i/o timeout" - can only mean one thing - timeout for reading or writing to the network

from go2rtc.

mrmiles156 avatar mrmiles156 commented on June 12, 2024

How should I have this setup?, as I think i used the default

version: "3.9"
services:
  frigate:
    container_name: frigate
    privileged: true # this may not be necessary for all setups
    restart: unless-stopped
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "512mb" # update for your cameras based on calculation above
    devices:
      - /dev/bus/usb:/dev/bus/usb  # Passes the USB Coral, needs to be modified for other versions
      - /dev/apex_0:/dev/apex_0    # Passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
      - /dev/video11:/dev/video11  # For Raspberry Pi 4B
      - /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
    volumes:
      - /etc/localtime:/etc/localtime:ro"
      - /volume3/docker/frigate/config:/config
      - /volume2/Backup/frigate:/media/frigate
      - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
        target: /tmp/cache
        tmpfs:
          size: 1000000000
    ports:
      - "8001:5000"
      - "8554:8554" # RTSP feeds
      - "8555:8555/tcp" # WebRTC over tcp
      - "8555:8555/udp" # WebRTC over udp
    environment:
      FRIGATE_RTSP_PASSWORD:

from go2rtc.

AlexxIT avatar AlexxIT commented on June 12, 2024

I don't know. Personally, I don't give myself any problems with different home subnets. Even VPN access to the home network falls into the same subnet.

from go2rtc.

mrmiles156 avatar mrmiles156 commented on June 12, 2024

OK, so you are suggesting that this Go2rtc rtsp url is not to access rstp url on the camera?
rtsp://127.0.0.1:8554/Front_Drive

rtsp://192.168.15.11:554/stream0

or my rtsp://192.168.16.203:8554/front_drive is the wrong url?

from go2rtc.

AlexxIT avatar AlexxIT commented on June 12, 2024

It's just connection issue. The problem is in your home network setup

from go2rtc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.