I am using an external camera in my mac mini with m2 chip.
I was using FFmpegFileAndDeviceTest and I got this error
I tried to change the framerate in Helper.cs file (in SipsorceryMedia.FFmpeg source code) but still got the error.
This basic ffmpeg command works fine ffmpeg -f avfoundation -framerate 30 -i 0: output.mp4. So I think the problem is on the framerate. Is there any way to change it?
I am using an external camera in my mac mini with m2 chip. I was using FFmpegFileAndDeviceTest and I got this error I tried to change the framerate in Helper.cs file (in SipsorceryMedia.FFmpeg source code) but still got the error.
This basic ffmpeg command works fine
ffmpeg -f avfoundation -framerate 30 -i 0: output.mp4
. So I think the problem is on the framerate. Is there any way to change it?