Skip to content
Discussion options

You must be logged in to vote

The AI is partially correct here. I would suggest following the troubleshooting documentation and trying the ffmpeg module with go2rtc, eg:

go2rtc:
  streams:
    ...
    IPCAM: 
      - ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11
    IPCAM_sub:
      - ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12

If that doesn't work, I'd try transcoding:

go2rtc:
  streams:
    ...
    IPCAM: 
      - ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/11#video=h264#audio=aac#hardware
    IPCAM_sub:
      - ffmpeg:rtsp://admin:{FRIGATE_RTSP_PASSWORD2}@10.167.22.241:554/12#video=h264#audio=aac#hardware

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Nitro626
Comment options

@hawkeye217
Comment options

Answer selected by hawkeye217
Comment options

You must be logged in to vote
1 reply
@Nitro626
Comment options

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