Skip to content

[HW Accel Support]: Camera Feed not working anymore after switching from Intel to AMD CPU / Graphics #15899

Discussion options

You must be logged in to vote

Finally solved it by trial and error:

  • When I set the input path to the rtsp stream instead of the local "restream", it works.
  • When I set the input path to the local "restream", everything crashes with 100% RAM/CPU.

@NickM-27 Seems like this could be a bug?

To be clear, this works:

[...]
go2rtc:
  streams:
    garage:
      - rtsp://admin:[...]@192.168.1.126:554/h265Preview_01_main

cameras:
  garage:
    ffmpeg:
      hwaccel_args: preset-vaapi
      output_args: 
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://admin:[...]@192.168.1.126:554/h265Preview_01_main
          input_args: preset-rtsp-restream
          roles:
            - record
         …

Replies: 3 comments 6 replies

Comment options

NickM-27
Jan 8, 2025
Collaborator Sponsor

You must be logged in to vote
6 replies
@InventoCasa
Comment options

@InventoCasa
Comment options

@NickM-27
Comment options

NickM-27 Jan 8, 2025
Collaborator Sponsor

@InventoCasa
Comment options

@InventoCasa
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment