drogonframework / drogonframework/drogon
Unable use it Gstreamer application
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
Certainly! Here’s a rewritten and clarified version of your message:
---
I am integrating a Drogon server into my GStreamer application. My goal is to have the server start when a GStreamer element transitions to the READY state, without blocking the caller. To achieve this, I attempted to start the server in a separate thread. However, I encountered the following error:
```
FATAL It is forbidden to run loop on threads other than event-loop thread - EventLoop.cc:269.
```
Is it possible to start the Drogon server in a different thread, or is there a recommended approach to achieve non-blocking server startup in this context?
Contributor guide
Assessment
This issue has not been assessed yet.