Skip to content

[Support]: diagonal lines in video #13011

Closed Answered by hawkeye217
Landonthi asked this question in Camera Support
Discussion options

You must be logged in to vote

You need to just define a new section in your config, and move the paths you have for your camera urls up there. For example, here's what it looks like for a couple of your cams:

go2rtc:
  streams:
      Driveway: ffmpeg:rtsp://admin:######@192.168.1.41:554
      frontdoor: ffmpeg:rtsp://admin:#######@192.168.1.42:554

Notice how I've formatted the url with ffmpeg: before it.

After this, you just need to change the Driveway input to be:

  Driveway:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/Driveway
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record

The frontdoor would be the same thing. Notice how I just changed it to

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@hawkeye217
Comment options

@Landonthi
Comment options

@Landonthi
Comment options

@hawkeye217
Comment options

Answer selected by NickM-27
@Landonthi
Comment options

@NickM-27
Comment options

NickM-27 Aug 13, 2024
Collaborator Sponsor

@hawkeye217
Comment options

@Landonthi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment