Streaming issue after upgrade from ffmpeg 5.1.3 to 6.0 #91
Unanswered
sophiezhang666
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote the following code to stream output from
ffmpeg
.And observe that it works for ffmpeg 5.13, but after upgrade to ffmpeg 6.0,
image.Decode()
cannot detect image type from the first two bytes except for the first frame. Not sure if new versionffmpeg
no longer provides magic bytes to following images or what.Any idea?
Beta Was this translation helpful? Give feedback.
All reactions