Description
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:
- Considering this as a GStreamer issue, I ran GStreamer alone and it works without any problem.
- The GStreamer version is the same as mentioned in the installation instructions.
Desktop (please complete the following information):
- OS: Ubuntu
- Version: 22.04.4 LTS
- Processor arch: arm aarch64
- Device : Jetpack 6
Any help to solve this problem would be much appreciated. Thank you.