chalkytoast
chalkytoast
Hi ZeoWorks, my solution was to use ffmpeg's nut format which behaves nicely with pipes. My ffmpeg command: `ffmpeg -f v4l2 -input_format h264 -video_size 1280x720 -i /dev/video0 -c:v copy -f...
> Hi Chalky, thank you for this! > Is it possible to use hardware encoding with ffmpeg prior to pipe instead of -c:v copy? (Example; h264_amf / h264_qsv / h264_nvenc)?...
> Thank you! After piping it, does webrtc re-encode the feed? Or is it just a passthrough of the already encoded feed? No re-encoding, CPU had about 3% load.
Thanks for looking into this. We'll report when 1.23 is released and had time to evaluate.