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 I'm pulling the video stream with the code 'cap = cv2.VideoCapture(rtmp_url)', The error "[h264@00000181af45eac0] missing picture in access unit with size 56" has been reported. This rtmp can be played normally through VLC, may I ask how to solve it?
opencv-python: 4.10.0.84
The text was updated successfully, but these errors were encountered:
OpenCV uses FFmpeg as default back-end. Please check the stream with ffplay tool. I observed the same issue when had troubles with network bandwidth and decoding speed.
When I'm pulling the video stream with the code 'cap = cv2.VideoCapture(rtmp_url)', The error "[h264@00000181af45eac0] missing picture in access unit with size 56" has been reported. This rtmp can be played normally through VLC, may I ask how to solve it?
opencv-python: 4.10.0.84
The text was updated successfully, but these errors were encountered: