jc-kynesim / rpi-ffmpeg

FFmpeg work for RPI
Other
111 stars 25 forks source link

drmWaitVBlank failed: Invalid argument #6

Closed wasalm closed 3 years ago

wasalm commented 3 years ago

FFmpeg goves the warning:

drmWaitVBlank failed: Invalid argument.

jc-kynesim commented 3 years ago

Yes it does, but that means you are using vout_drm which is only a debug device and outline for how to write a better version of itself, so you should treat that module as "it does what it does". Having said that, as far as I can tell given the wonderful state of drm documentation, I think I'm calling it correctly - it is just broken. If you know better then a patch would be gratefully received.