Skip to content

[Config Support]: Intel QSV on sub stream for 360 camera fails but works directly from ffmpeg #15861

Closed Answered by gaynetdinov
gaynetdinov asked this question in Config Support
Discussion options

You must be logged in to vote

yes, both your suggestions worked!

ffmpeg:
  hwaccel_args: preset-intel-qsv-h264
  global_args: -hide_banner -loglevel warning -threads 2 -bsf:v dump_extra

qsv is working with this setup
and specifying higher timeout like so

 - path: rtsp://127.0.0.1:8554/hall_sub
          input_args: -rtsp_transport tcp -timeout 30000000
          roles:
            - detect

fixed the stream

thank a lot!

Replies: 1 comment 2 replies

Comment options

NickM-27
Jan 6, 2025
Collaborator Sponsor

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

Answer selected by NickM-27
@NickM-27
Comment options

NickM-27 Jan 6, 2025
Collaborator Sponsor

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