-
Notifications
You must be signed in to change notification settings - Fork 160
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
Strange errors consuming RTSP h264 stream #98
Comments
Hello @zoombinis . Unfortunately this package is just a wrapper of the OpenCV API, which itself, wraps a few backends (uses whichever you have available) to offer its functionality. If I google one of those errors I get results like:
You could also try to use the ROS package gscam instead of this one. Good luck! |
I am also having the same issues when i am running my opencv application on rtsp. [h264 @ 0x61555d72b380] Invalid level prefix |
The following error logs I get while consuming h264 RTSP stream from a visual engineering HD Rugged IP camera with the latest firmware installed. I did not run with ros DEBUG on because the debug messages that print the frame count would truncate my terminals history if left running for long enough (these errors are intermittent). The camera stays connected and I still had video feedback fortunately, though possibly the stream was interrupted briefly.
Any thoughts on what could be causing them? Or is it likely an issue with the camera and not this repo? The camera is just on my desk - no motion or environmental factors:
roslaunch video_stream_opencv camera.launch video_stream_provider:=rtsp://192.168.1.1:554/h264
The text was updated successfully, but these errors were encountered: