Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

kvs flask pipeline and async_lock issue on multiple request #68

Open
sahupankaj10 opened this issue May 14, 2020 · 0 comments
Open

kvs flask pipeline and async_lock issue on multiple request #68

sahupankaj10 opened this issue May 14, 2020 · 0 comments

Comments

@sahupankaj10
Copy link

sahupankaj10 commented May 14, 2020

[Required] Your device: AWS EC2

[Required] Your device's CPU architecture: CPU X86_64

[Required] Your OS: Ubuntu1804

[Required] Details of the work you did before the problem occurred:
I'm trying to use it and make a complete pipeline to release it on the production.

Basically I'm detecting the object on live kinesis video streaming with using this and through the flask api, I want to see it on the another we application.

The issue is, It can't process multiple request. In a single request it works fine but as I send the second request, It breaks due to async_lock on the thread and shows this assertion message.
Assertion `fctx->async_lock` failed at src/libavcodec/pthread_frame.c:155

[Required] Error message:

Can't able to process the multiple request. Single request works fine and as I send the another request, it failed.

Assertion fctx->async_lock failed at src/libavcodec/pthread_frame.c:155


[Required] Overview of problems and questions:

Have anyone used this on the production?

What is best way to create the pipeline using this to integrate with the web?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant