-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error while providing stream to pipeless #156
Comments
Hi @Ashwini4869 , Please provide run it again using |
Hi @miguelaeh , |
Hi @Ashwini4869 , I am having the same error, did you find a solution?
|
@miguelaeh I have been looking into it further this is what I have found, when attempting to process a VP9 video in a WebM/Matroska container, Pipeless fails with an "Internal data stream error" originating from the matroskademux element. The error message indicates a "not-linked" condition, suggesting an issue with the GStreamer pipeline construction. Steps to reproduce:
Error message: Suspected cause: Steps I have taken:
Additional context:
Let me know if you need any additional information or logs to diagnose this issue |
So, did you fix the error? |
@miguelaeh No, those were the steps I tried but I couldnt manage to get it working. |
Hi @miguelaeh , |
I started pipeless using
Also, when I run it works flawlessly. |
Describe the bug
I have installed pipeless successfully following the instruction (https://www.pipeless.ai/docs/v1/getting-started/installation) on how to install locally . I created the minimal project as instructed in https://www.pipeless.ai/docs/docs/v1/examples/cats . When I try to run the last step, providing the stream, it throws the following error:
[2024-08-28T05:08:56Z WARN pipeless_ai::config::adapters::rest] Restart policy not specified for stream, defaulting to 'never' [2024-08-28T05:08:56Z INFO pipeless_ai::dispatcher] New stream entry detected, creating pipeline Opening in BLOCKING MODE [2024-08-28T05:08:59Z INFO pipeless_ai::input::pipeline] Using SystemMemory [2024-08-28T05:08:59Z WARN pipeless_ai::input::pipeline] Videoconvert pad already linked, skipping link. NvMMLiteOpen : Block : BlockType = 261 NvMMLiteBlockCreate : Block : BlockType = 261 [2024-08-28T05:08:59Z ERROR pipeless_ai::input::pipeline] Error in input gst pipeline from element souphttpsrc0. Pipeline id: 4440eb3f-65eb-46b4-be84-5c372481b90d. Error: Internal data stream error. [2024-08-28T05:08:59Z ERROR pipeless_ai::pipeline] Stopping stream for pipeline: 4440eb3f-65eb-46b4-be84-5c372481b90d due to input stream error: Internal data stream error. [2024-08-28T05:08:59Z INFO pipeless_ai::dispatcher] Stream config entry removed. Stopping associated pipeline [2024-08-28T05:08:59Z INFO pipeless_ai::events] Stream loop stopped
What I have tried:
Desktop (please complete the following information):
Any help to solve this problem would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: