You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an error occurs while decoding MJPEG frames (malformed frame, missing some header bytes...), it is very likely that it's a temporary error.
Perhaps we can error some decoding errors ? Or at least allow a given number of decoding error in a row before deciding to close the track ? With a video, it's probably ok to skip one broken frame sometime.
When an error occurs while decoding MJPEG frames (malformed frame, missing some header bytes...), it is very likely that it's a temporary error.
Perhaps we can error some decoding errors ? Or at least allow a given number of decoding error in a row before deciding to close the track ? With a video, it's probably ok to skip one broken frame sometime.
Related code :
mediadevices/pkg/frame/compressed.go
Lines 9 to 12 in 10769b7
The text was updated successfully, but these errors were encountered: