pollen-robotics / gst-signalling-py

Python implementation of the Gstreamer signalling
Apache License 2.0
1 stars 0 forks source link

get_producer_list cannot be called from thread #34

Closed FabienDanieau closed 9 months ago

FabienDanieau commented 9 months ago

There is no existing async loop in a default thread, so loop = asyncio.get_event_loop() fails