Skip to content

[Config Support]: No Frames received check error logs #11821

Discussion options

You must be logged in to vote

You also shouldn't use manual ffmpeg arguments. Change this:

ffmpeg:
  hwaccel_args: 
    - -hwaccel
    - vaapi 
    - -hwaccel_device 
    - /dev/dri/renderD128 
    - -hwaccel_output_format 
    - yuv420p

to this:

ffmpeg:
  hwaccel_args: preset-vaapi

If it's still not working after you change that, try removing that entire section.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@thorracin1
Comment options

@thorracin1
Comment options

@hawkeye217
Comment options

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