We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a minimum ffmpeg/OS version supported by go2rtc, confused about this error.
10:34:00.911 PM | debug | [ffmpeg] bin version=4.3.8-0+deb11u1+rpt1 libavformat=58. 45.100 10:34:00.911 PM | debug | [mp4] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1 10:34:00.911 PM | debug | [webrtc] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1 10:34:00.919 PM | trace | [api] ws msg type=mjpeg 10:34:00.919 PM | debug | [mjpeg] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1
The USB camera is detected by the add interface and I copied and pasted the example output (tried both).
api: origin: '*' ffmpeg: bin: /usr/bin/ffmpeg streams: webcam_yuyv: ffmpeg:device?video=/dev/video0&input_format=yuyv422&video_size=640x480#video=h264#hardware=v4l2m2m webcam_mjpeg:
The text was updated successfully, but these errors were encountered:
Current FFmpeg version - 7.1 Minimal supported - 5.0 Your version is VERY outdated.
Sorry, something went wrong.
thanks, that's what I suspected, off to compiling an update since the package library doesn't have any newer.
No branches or pull requests
Is there a minimum ffmpeg/OS version supported by go2rtc, confused about this error.
10:34:00.911 PM | debug | [ffmpeg] bin version=4.3.8-0+deb11u1+rpt1 libavformat=58. 45.100
10:34:00.911 PM | debug | [mp4] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1
10:34:00.911 PM | debug | [webrtc] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1
10:34:00.919 PM | trace | [api] ws msg type=mjpeg
10:34:00.919 PM | debug | [mjpeg] add consumer error=streams: ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1
The USB camera is detected by the add interface and I copied and pasted the example output (tried both).
The text was updated successfully, but these errors were encountered: