Replies: 1 comment
-
@jsammarco hi Joe, Thank you for sharing your enhancement for RTSP stream auto-recovery with the community! It's great to see active contributions that can help improve the robustness of YOLOv8's streaming capabilities. We appreciate the time and effort you've put into developing this feature. For potential inclusion in the main branch, we typically review the code's functionality, compatibility, and impact on the existing codebase. I encourage you to submit a pull request with your proposed changes. This way, our team can properly evaluate and test your code in a variety of scenarios to ensure it meets the project's standards. Once again, thanks for your initiative, and we look forward to seeing your pull request! If you have any further questions or need assistance, feel free to reach out. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I really needed this feature so I modified the update function in the stream_loaders.py to handle a crashed stream and attempt to auto reconnect. I tested this with an IP camera and unplugged, plugged it back in and it fully recovered.
I hope this helps and it gets added to MAIN branch.
Thanks
Joe
Beta Was this translation helpful? Give feedback.
All reactions