Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update camera_specific.md #3292

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Update camera_specific.md #3292

merged 1 commit into from
Aug 25, 2022

Conversation

jasonpstokes
Copy link
Contributor

Change fflag arg for Reolink to remove nobuffer, which causes stream errors in 0.11-beta2

Different HW accel arguments are required too, but I'm not sure if this is Reolink specific, or more general as part of changed FFmpeg? e.g.

Intel QSV:

ffmpeg:
  hwaccel_args: -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format nv12 -c:v h264_qsv

VAAPI: (from @Minglarn)

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

Change fflag arg to remove `nobuffer`, which causes stream errors in 0.11-beta2
@stale
Copy link

stale bot commented Jul 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 2, 2022
@NickM-27
Copy link
Sponsor Collaborator

NickM-27 commented Jul 2, 2022

bump

@stale stale bot removed the stale label Jul 2, 2022
@felipecrs
Copy link
Contributor

felipecrs commented Jul 6, 2022

@blakeblackshear blakeblackshear merged commit afefa3e into blakeblackshear:release-0.11.0 Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants