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

ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1 #1556

Closed
jneilliii opened this issue Jan 19, 2025 · 2 comments
Closed

ffmpeg: unsupported version: 4.3.8-0+deb11u1+rpt1 #1556

jneilliii opened this issue Jan 19, 2025 · 2 comments
Labels
question Further information is requested

Comments

@jneilliii
Copy link

Is there a minimum ffmpeg/OS version supported by go2rtc, confused about this error.

Image

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).

Image

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: 
@AlexxIT AlexxIT added the question Further information is requested label Jan 19, 2025
@AlexxIT
Copy link
Owner

AlexxIT commented Jan 19, 2025

Current FFmpeg version - 7.1
Minimal supported - 5.0
Your version is VERY outdated.

@AlexxIT AlexxIT closed this as completed Jan 19, 2025
@jneilliii
Copy link
Author

thanks, that's what I suspected, off to compiling an update since the package library doesn't have any newer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants