-
Notifications
You must be signed in to change notification settings - Fork 229
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
Deepstream 6.0 support #837
Comments
I think PRs are welcome for this. Our current implementation uses in docker so we aren't planning to put in the base OS in the near term. Perhaps others are. This could be a topic for the monthly meeting this week. |
I missed the fact that version 6.0 was actually released. I've taken a quick look at it, and adapting the existing recipe for the new version shouldn't be too bad, except there are some additional runtime dependencies on NVIDIA SDKs that we don't have recipes for yet: Triton and Rivermax. If the plugins and libraries that have those dependencies can be made optional via PACKAGECONFIG and excluded by default, that should be OK (assuming they aren't necessary for DS to work). There are some libraries that are linked against OpenSSL 1.1.1, while OE-Core master has updated to OpenSSL 3.0, so something would need to be done to address that. That shouldn't be an issue in dunfell or honister. It looks like the Python bindings are available for building from source now (including for DS-5.1, it looks like). |
With thanks to @ichergui , we now have ds-6.0 recipes in honister and dunfell. I'm not sure what to do about the openssl issue in master, but I'll open a separate issue to track that. |
Hi,
Is Deepstream 6.0 planned? It would be a nice addition to this project.
The text was updated successfully, but these errors were encountered: